/* CSS Document */

div#rotator {
	/*height: 220px;
	position:relative;*/
	margin-left: 202px;
	margin-top: -12px;
	margin-bottom: 276px;
}

/* rotator css */
div#rotator ul li {
	position:absolute;
	list-style: none;
	padding: 0;
	margin: 0;
}

/* rotator image style */	
div#rotator ul li img {
	/*float:left;
	position:absolute;
	list-style: none;*/
}

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



