﻿
/* rotator in-page placement */
div.rotator {
	position:relative;
	height:500px;
	
}

/* rotator css */
div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
margin-left: -40px;
padding-left: 1em;
text-indent: -1em;
    margin-right: 0px;
}

/* rotator image style */	
div.rotator ul li img {
	background: #FFF;
}

div.rotator ul li.show {
	z-index:500
}