.slides {  
    height:  366px;  
    width:   390px;  
    padding: 0;  
    margin:  0;  
} 
 
.slides div {
	padding: 0px;
	background-color: #8C8C7B;
	width:  390px;
	height: 366px;
	top:  0;
	left: 0;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
} 

.slides img.horiz {  
    margin: 25px 0;
    width: 390px;
    height: 316px;
}

.slides img.vert {  
    margin: 0 45px;
    width: 300px;
    height: 366px;
}  

