﻿div.scrollable {          /* required settings */     
	position:relative;     
	overflow:hidden;       
	margin:0 auto;       
	width: 800px;         
	height:200px;     }  

div.scrollable div.items {        
	width:20000em;         
	position:absolute;         
}  
div.scrollable div.items div {     
	float:left; 
	text-align:center;
	width:190px;

	
}  
div.items div.active {    
	 border:1px inset #ccc;             
	background-color:#fff; 
}


div.scrollable div.items div.itemphoto {     
	float:left; 
	text-align:center;
	width:150px;
	height:190px;
	border:1px solid #ccc;
    overflow:hidden;
    margin:0 4px;
}  


div.scrollable div.items div.itemphotoselect {     
	float:left; 
	text-align:center;
	width:150px;
	height:20px;

}  

div.scrollable div.items div.itemphotomaxi {     
	float:left; 
	text-align:center;
	width:150px;
	height:150px;
    overflow:hidden;
}  
div.scrollable div.items div.itemphotosup {     
	float:left; 
	text-align:center;
	width:150px;
	height:20px;

}  


