﻿.scroll-pane  
{
    float:left; 
    background: url(/Content/Img/slider/productbrowser_background.png) no-repeat;
    overflow: hidden;
    position: relative;
    padding: 10px;
    height: 160px;
    width: 970px;
    margin:20px 0 40px 0;
    padding-bottom:40px;
}
    
.scroll-content { float: left; width: 10000px; margin-bottom:10px; height:125px;} 

.scroll-content ul  {
    margin-bottom: 20px;
}  
		
.scroll-content ul li {
    display: inline; float:left; margin-left:10px; font-size:12px; color:#fff; text-align:center; width:130px;
}      

.scroll-content ul li a{ display:block; margin-bottom:10px;} 

.scroll-bar-wrap-background
{
    clear:both;
    position:relative;
    background:  url(/Content/Img/slider/productbrowser_scrollbar.png) no-repeat; width: 960px; height: 17px;
}
    
* html .scroll-content-item { display: inline; } /* IE6 float double margin bug */
.scroll-bar-wrap { clear: left; padding: 0 0 0 20px; margin: -1px -1px -1px -1px; width: 920px; height: 17px;  }
.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; }
		
		
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle  {position:absolute; cursor: default; background:  url(/Content/Img/slider/productbrowser_scroller.png) no-repeat; width: 191px; height: 17px; z-index:100; }

.scroll-content-item .galleryPreview {height:85px;}
