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

/* slider specific CSS */
        .sliderGallery {
            background: #fff;
            overflow: hidden;
            position: relative;
            margin: 10px 5px 10px 5px;
            height: 160px;
            width: 375px;
        }
        
        .sliderGallery ul {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery ul li {
            display: inline;
			padding-right:0px;
        }
		
		.sliderGallery .slider {
            width: 365px;
            height: 20px;
            margin-top: 140px;
            margin-left: 5px;
            padding: 1px;
            position: relative;
            background: url(../images/scroller/bar-home.jpg) no-repeat;
        }
        
        .sliderGallery .handle {
            position: absolute;
            cursor: move;
            height: 12px;
            width: 78px;
            top: 4px;
            background: url(../images/scroller/handle.png) no-repeat center center;
            z-index: 100;
        }
        
		.sliderProducts {
	background: #fff;
	overflow: hidden;
	position: relative;
	padding: 10px;
	height: 160px;
	width: 530px;
        }
        
        .sliderProducts ul {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderProducts ul li {
            /*display: block;
			float:left;*/			
			display:inline;
			padding-right:20px;
				
        }
		.sliderProducts ul li img{
			width:90px;			

        }/**/
		
		.sliderProducts .slider {
            width: 445px;
            height: 20px;
            margin-top: 140px;
            margin-left: 5px;
            padding: 1px;
            position: relative;
            background: url(../images/scroller/bar.png) no-repeat;
        }
        
        .sliderProducts .handle {
            position: absolute;
            cursor: move;
            height: 12px;
            width: 78px;
            top: 4px;
            background: url(../images/scroller/handle.png) no-repeat center center;
          }
        
        
        .slider span {
            color:#fff;
            font-size: 90%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }
        
        .slider .slider-lbl1 {
            left: 50px;
        }
        
        .slider .slider-lbl2 {
            left: 150px;
        }
        
        .slider .slider-lbl3 {
            left: 250px;
        }

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

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