﻿/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:300px;
	margin-left:auto; 
	margin-right:auto;
	width: 460px;
	
}
div#rotator ul
{
    margin-left: 0;
    padding-left: 0
}
/* rotator css */
	div#rotator ul li {
	position:absolute;
	list-style: none;
	text-indent: 0
}
/* rotator image style */	
	div#rotator ul li img {
	border:0px solid transparent;
	padding: 0px;
}
    div#rotator ul li.show {
	z-index: 500
}
