@charset "utf-8";
/* CSS Document */

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:148px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	margin:0 0 0 -14px;
	padding:0;
}
/* rotator image style */	
	div#rotator ul li img {
	padding: 0px;
	margin:0;
}
    div#rotator ul li.show {
	z-index:500;
}



