/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:400px;
	width: 450px;
	margin-right: 70px;
}
/* rotator css */
	div#rotator ul li {
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	background: #FFF;
	margin-right: 350px;
}
    div#rotator ul li.show {
	z-index: 1;
}
