﻿

/* rotator in-page placement */
    div#rotator {
	
	vertical-align:top;
	text-align:center;


}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	vertical-align: top;
	
}
/* rotator image style */	
	div#rotator ul li img {
	
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500
}

