.sliderSimilarList {      
 overflow: hidden;
 position: relative;
 height: 200px;
 width: 400px;
 border: 1px solid #D1D1D1;
 border-radius: 4px;
 -moz-border-radius: 4px; 
 -webkit-border-radius: 4px; 
}


  .sliderSimilarList UL {
      position: absolute;
      list-style: none;
      overflow: none;
      white-space: nowrap;
      padding: 0;
      margin: 0;
}

       
   .sliderSimilarList UL LI {
      display: inline;
	  float:left;
   }

.sliderList {      
 overflow: hidden;
 position: relative;
 height: 180px;
 width: 757px;
 border: 1px solid #D1D1D1;
 border-radius: 4px;
 -moz-border-radius: 4px; 
 -webkit-border-radius: 4px; 
}
       
  .sliderList UL {
      position: absolute;
      list-style: none;
      overflow: none;
      white-space: nowrap;
      padding: 0;
      margin: 0;
}

.inner_sliderList{
 padding: 10px 14px 10px 14px;  	
}
       
   .sliderList UL LI {
      display: inline;
	  float:left;
   }
   
		/* slider specific CSS */
        .sliderGallery {
            background: url("../images/productbrowser_background_20070622.jpg") no-repeat;
            overflow: hidden;
            position: relative;
            padding: 10px;
            height: 100px;
            width: 700px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
            width: 542px;
            height: 17px;
            margin-top: 140px;
            margin-left: 5px;
            padding: 1px;
            position: relative;
            background: url("../images/productbrowser_scrollbar_20070622.png") no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background: url("../images/productbrowser_scroller_20080115.png") no-repeat;
            z-index: 100;
        }
        
        .slider span {
            color: #bbb;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }
        
        .slider .slider-lbl1 {
            left: 50px;
        }
        
        .slider .slider-lbl2 {
            left: 107px;
        }
        
        .slider .slider-lbl3 {
            left: 156px;
        }

        .slider .slider-lbl4 {
            left: 280px;
        }

        .slider .slider-lbl5 {
            left: 455px;
        }
