#slider-horizontal {
		float:left;
    width: 620px;
    margin: 0 auto;
    position: relative;
		border-bottom:1px solid #ccc;
}
	#slider-horizontal .sliderContainer {
		float:left;
		background: #FFFFFF url(images/slider-horizontal/content_pane-gradient.gif) repeat-x scroll left bottom;
	}

#slider-horizontal ul.navigation {
	float:left;
	margin: 0;
	padding: 0;
	height:40px;
	width:620px;
	background:transparent url(images/slider-horizontal/tab_bg.png) repeat-x scroll 0 100%;
}

#slider-horizontal ul.navigation li {
		float:left;
    display: inline;
    margin-right: 5px;
}

#slider-horizontal ul.navigation a {
    text-decoration: none;
		background:transparent url(images/slider-horizontal/tab_m.png) repeat-x scroll 0 0;
		display:block;
		float:left;
}
#slider-horizontal ul.navigation a span{
   background: transparent url(images/slider-horizontal/tab_l.png) no-repeat scroll 0 0;
	 display:block;
	 float:left;
}
#slider-horizontal ul.navigation a span span{
	height:40px;
   background: transparent url(images/slider-horizontal/tab_r.png) no-repeat scroll 100% 0;
	 display:block;
	 float:left;
	 overflow:hidden;
	 padding:0 15px;
	 cursor:pointer;
	 line-height:40px;
	 
	 font-weight:bold;
		color:#969696;
	 
}

#slider-horizontal ul.navigation a:hover {
    background-color: #f6f6f6;
		font-weight:bold;
		color:#646464;
}

#slider-horizontal ul.navigation a.selected {
		
		background:transparent url(images/slider-horizontal/tab_m.png) repeat-x scroll 0 -40px;
		cursor:pointer;
		
}
#slider-horizontal ul.navigation a.selected span{
	background:transparent url(images/slider-horizontal/tab_l.png) no-repeat scroll 0 -40px;
}

#slider-horizontal ul.navigation a.selected span span{
	color:#646464;
	background:transparent url(images/slider-horizontal/tab_r.png) no-repeat scroll 100% -40px;
}
#slider-horizontal ul.navigation a:hover span span{
    font-weight:bold;
		color:#646464;
}

#slider-horizontal ul.navigation a:focus {
    outline: none;
}

#slider-horizontal .scroll  {
		/*height: 250px;*/
    width: 618px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
}

#slider-horizontal .scrollContainer div.panel{
	padding: 20px;
	/*height: 210px;*/
	width: 580px;
	overflow:hidden;
}


#slider-horizontal .hide {
    display: none;
}

#slider-horizontal #next-prev {
	width:618px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	float:left;
	padding-top:10px;
	
}
#slider-horizontal .prev-slide {
	
	float:left;
	margin:5px;
	width:32px;
	height:32px;
	background:url(images/slider-horizontal/button-left.gif) no-repeat left bottom;
	cursor:pointer;
}
#slider-horizontal .prev-rollover {
	background:url(images/slider-horizontal/button-left-rollover.gif) no-repeat left bottom;
}
#slider-horizontal .next-slide {
	margin:5px;
	float:right;
	width:32px;
	height:32px;
	background:url(images/slider-horizontal/button-right.gif) no-repeat left bottom;
	cursor:pointer;
}
#slider-horizontal .next-rollover {
	background:url(images/slider-horizontal/button-right-rollover.gif) no-repeat left bottom;
}



