/* CSS Document */
/* rotator in-page placement */

/* rotator css */
div.rotator
{
	padding:0;
	margin-right:150px;
	
}
div.rotator ul li 
{
	float:left;
	position:absolute;
        top:555px;
	list-style: none;
}
/* rotator image style */	
div.rotator ul li img 
{
	border:1px solid #ccc;
	padding: 6px;
	background: #FFF;
		margin-right:50px;

}

div.rotator ul li.show 
{
	z-index:500;
}


