#slider { /*overflow: hidden;*/
	position: relative;
	height: 185px;
	padding:10px 0 0;
	margin:0;
	overflow:hidden;
	border-bottom:1px solid #f5d769;
}

#slider_block{background: #eebc05;}

#slider_left{float:left}
#slider_right{float:right}
a#slider_left,a#slider_right{display:block;margin:35px 0 0;}
#slider_left img, #slider_right img{width:37px;height:87px}

a#slider_left{background:url('../images/left_right.gif')}
a#slider_right{background:url('../images/left_right.gif') 0 -88px}
a#slider_left:hover{background:url('../images/left_right.gif') -38px 0}
a#slider_right:hover{background:url('../images/left_right.gif') -38px -88px}
a#slider_left:active{background:url('../images/left_right.gif') -76px 0}
a#slider_right:active{background:url('../images/left_right.gif') -76px -88px}


.scroll-pane{
	overflow: hidden;
	width:100%;
	height: 185px;
}

#slider .scroll-content {
	width: 4000px;
}

#slider .scroll-content .scroll-content-item {
	position: relative;
	float: left;
	height: 150px;
	width: 150px;
	margin-bottom: 10px;
}

#slider .scroll-content .scroll-content-item:hover {
	background:url('../images/slider_bg.png') no-repeat
}

.scroll-content .hover {background:url('../images/slider_bg.png') no-repeat}

#slider .scroll-bar-wrap {
	clear: left;
	height: 18px;
	/*margin-top: 160px;*/
	margin-left: 5px;
	margin-right: 5px;
	padding: 1px 0;
	position: relative;
	background: url('../images/scroll-bar-wrap_bg.png') repeat-x;
}

#scroll-bar-wrap_rbg{background:url('../images/scroll-bar-wrap_rbg.png') no-repeat right}
#scroll-bar-wrap_lbg{background:url('../images/scroll-bar-wrap_lbg.png') no-repeat left; padding: 0px 1px;}


		* html .scroll-content-item { display: inline; } /* IE6 float double margin bug */
		.scroll-content-item {behavior:url("../js/ie6hover.htc")}
		.scroll-bar-wrap { clear: left; padding: 0 4px 0 2px; margin: 0 -1px -1px -1px; }
		.scroll-bar-wrap .ui-slider { background: none; border:0; height: 2em; margin: 0 auto;  }


.scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }

		.scroll-bar-wrap .ui-slider-handle { top:.2em; height: 1.5em; }
		.scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; }

.scroll-bar-wrap .scroll-bar {height: 17px;}
		
#slider .scroll-bar a {
	cursor: move;
	position: absolute;
	height: 17px;
	width: 150px;
	top: 0;
	background: #fae301 url('../images/scroll_bg.png');
	z-index: 100px;
}

#slider .scroll-content a {
position: absolute;
}

#slider .scroll-link {
	bottom: 0;
	text-transform:lowercase;
	text-align: center;
	width:150px;
	color:#000;
	text-decoration:none;
	height:23px;
	font-size:90%;
}

.scroll-link span{background: #c89d00 url('../images/slider_bg_a.png') no-repeat left top;display:inline-block;display:-moz-inline-box;zoom:1;//display:inline}
.scroll-link span span{background: url('../images/slider_bg_a_span.png') no-repeat right top;padding:0 7px;line-height:23px;}

.scroll-content-item:hover span{background:none !important}


#slider .scroll-content .scroll-content-item:hover .scroll-link{
	color:#fff
}
