/* rotator in-page placement */
    div#rotator 
    {
    display:inline-block;
	position:relative;
	height:350px;	
}


/* rotator css */
	div#rotator ul li 
	{
	position:absolute;
	left:0;
	top:0;
	list-style: none;
	margin:0 0 0 -290px;
}


/* rotator image style */	
	div#rotator img {
		background: #FFF;
}
    div#rotator ul li.show {
	z-index:500
}
