/* CSS Document */
#slides{
width:258px;
height:285px;
float:left;
overflow:hidden;
}
#slides ul {
	left:0
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
	float:left		
}
#slides li {
	width:258px;
	height:285px;	
	float:left;
}
#slides li img {
	padding:0px;
	height:183px;
}

