﻿/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:445px;
	width:630px;
	float:left;
}
/* rotator css */
	div#rotator ul li {
	position:absolute;
	list-style: none;
	left:0;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #fff;
	margin:0;
}
    div#rotator ul li.show {
	z-index:500;
}

