    .sliderGallery {
        overflow: hidden;
        position: relative;
        padding-left: 20px;
        padding-top: 20px;
        height: 500px;
        width: 768px;
    }

   .sliderGallery-outfit {
        overflow: hidden;
        position: relative;
        padding-left: 20px;
        padding-top: 20px;
        height: 630px;
        width: 768px;
    }

	

    .slider_buttons {
    	
    	width: 768px;
    	background:  url(../img/slider_buttons.gif) no-repeat;
    	height: 19px;
   	}
     
    .slider {
        width: 728px;
        height: 17px;
/*        padding: 1px;*/
        position: relative;
        background: url(../img/slider_main.gif) no-repeat;
    }
    
    .handle {
        cursor: pointer;
        height: 17px;
        width: 146px;
        top: 1;
        background: url(../img/handle2.gif) no-repeat;
        z-index: 100;
        position: absolute;
    }

	.items {
	 	float:left;	
		padding: 0px;
		width: 295px;
		height: 460px;	  
/*		display:none;*/
 	}
 	.items_of {
	 	float:left;	
		padding: 0px;
		width: 220px;
		height: 480px;
		
/*		display:none;*/
 	}
	.item_space {
		
		float:left;
		height: 460px;
		width:5px;
		background-color: 443322px;
	}

	.content-holder {
 		width: 5000px;
 		height: 480px;
 	}
 	
 	.content-scroll {
 		height:480px;
 		width: 768px;
 		overflow:hidden;
 	}

	.content-scroll-outfit {
 		height:531px;
 		width: 768px;
 		overflow:hidden;
 	}
 	
	.content-scroll-ie6-outfit {
 		height:560px; 	
 		width: 768px;
 		overflow-x:scroll;
 		overflow-y:hidden;
 		
 	}


 	.content-scroll-ie6 {
 		height:500px; 	
 		width: 768px;
 		overflow-x:scroll;
 		overflow-y:hidden;
 		
 	}
