@charset "UTF-8";
/* CSS Document */

.scroll-pane { overflow: auto; width: 100%; margin-left: 3px; }
.scroll-content { width: 2440px; float: left; }
.scroll-content-item { height: 245px; float: left; overflow: hidden; padding: 0 5px 0 15px;}
* html .scroll-content-item { display: inline; } /* IE6 float double margin bug */
.scroll-bar-wrap { clear: left; padding: 0 4px 0 2px; margin: 0 auto; width: 900px; position: absolute; top: 200px; left: 25px; }
.scroll-bar-wrap .ui-slider { border:0; height: 17px; margin: 0 auto; z-index: 21; }
.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-pane {
background: transparent url(../img/slider/bgSlider.jpg) 0 0 no-repeat;
}

.scroll-content-item img {
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	display: block;
	padding-top: 30px;
	z-index: 10;
}

#content .scroll-pane a:link,
#content .scroll-pane a:visited,
#content .scroll-pane a:hover,
#content .scroll-pane a:active {
color: #aaa;
text-decoration: none;
}

#content .scroll-pane li.active {
font-weight: bold;
}

#content .scroll-pane a:hover,
#content .scroll-pane a:active,
#content .scroll-pane li.active a:link,
#content .scroll-pane li.active a:visited {
color: #fff;
}

.description {
width: 150px;
height: 50px;
display: block;
white-space: nowrap;
overflow: visible;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}

.spotlight {
display: none;
position: absolute;
top: -12px !important;
border: none;
text-decoration: none;
z-index: 5;
}

.scroll-content-item:hover .spotlight,
.iehover .spotlight {
display: block;
}

.scroll-bar {
	background: none;
}

.scroll-bar-wrap {
height: 19px;
background: #111 url(../img/slider/productbrowser_scrollbar_20070622-center.png) 0 0 repeat-x;
}

/*.sliderLeft {
background-image: url(../img/slider/productbrowser_scrollbar_20070622-left.png);
_background-image: url(../img/slider/productbrowser_scrollbar_20070622-left.gif);
background-repeat: no-repeat;
background-position: left top;
float: left;
height: 19px;
width: 30px;
position: relative;
z-index: 1;
left: -5px;
top: -1px;
}

.sliderRight {
background-image: url(../img/slider/productbrowser_scrollbar_20070622-right.png);
_background-image: url(../img/slider/productbrowser_scrollbar_20070622-right.gif);
background-repeat: no-repeat;
background-position: right top;
float: right;
height: 19px;
width: 30px;
position: relative;
z-index: 1;
left: 6px;
top: -1px;
}
*/

.ui-slider .ui-slider-handle {
cursor: move;
height: 15px;
/*width: 135px;*/
/*margin: 3px 19px 0 19px;*/
/*margin-left: -65px;*/
background: url(../img/slider/scroll-bar-handle-bg.png) 50% 0 repeat-x;
border: none;
opacity: 0.8;
z-index: 21;
}

a.scroll-bar-label {
color: #bbb;
font-size: 10px;
position: absolute;
z-index: 20;
top: 3px;
padding: 0 5px;
background: #111 url(../img/slider/productbrowser_scrollbar_20070622-center.png) 0 50% repeat-x;
}

