/* CSS Document */

#rotator {
	position:relative;
	width:230px;
	height:446px;
	margin:-12px 0 0 -40px; padding:0;
	float:left;
}
/* rotator css */
#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	margin:0;
	padding:0;
	
	
}
/* rotator image style */	
#rotator ul li img {
	border:none;
	background: #FFF;
	margin:0; padding:0;
	border:0px solid #CCC; padding:0px;
	margin-top:0px;
	

}
#rotator ul li.show {
	border:none;
	margin:0 0 0 ; padding:0;
	
}
