        #sliderGallery {
                    overflow: hidden;
            position: relative;
            height:475px;
            width: 100%;
        }
        
        #white{
        position: absolute;
        top:0;
        right:0;
            background: url(../../../../image/white.png) no-repeat;
            z-index:150;
            width:250px;
            height: 400px;
        }
        
                


        
        
        #sliderGallery ul {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        #sliderGallery ul li {
            display: inline !important;
            position:relative;
           	margin-right: 25px;
           	width: 275px;

       }
       
       #sliderGallery ul li img{
       }
       


#sliderGallery a.special { 
	letter-spacing:1.6px;
	font-size:15px;
	text-decoration: none;    
	text-transform: uppercase;
	color: #5F5F5F;
	float: left;
	width: 250px;
	text-align: center;
    margin-right: 25px;
    margin-top:15px;
    background: aqua;
	
}
 
 
     #sliderGallery a.special:hover{
     color: #e100b4;     
     }       
        .slider {
            width: 1100px;
            height: 19px;
            margin-top: 400px;
            position: relative;
            background: url(../../../../image/scroller2.png) no-repeat;
        }
        

        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background: url(../../../../image/handle2.png) no-repeat;
            z-index: 110;
        }
        
        .slider span {
            color: #fff;
            font-size:10px;
            cursor: pointer;
            position: absolute;
            z-index: 100;
            top: 3px;
        }
        
        .slider .slider-1 {
            left: 50px;
        }
        
        .slider .slider-2 {
            right: 50px;
        }
