﻿
/* rotator in-page placement */
div#rotator_wrap{


	/*position: relative;*/

}

div#rotator {
	position: relative;
	height:336px;
	width: 925px;
}
/* rotator css */
div#rotator ul, div#rotator ul li { 
	padding: 0; 
	margin: 0;
}	

div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;

}
div#rotator ul li#rotator_img1 {
	z-index: 9999999;
}

/* rotator image style */	
div#rotator ul li img {

}
div#rotator ul li.show {

}
