@charset "UTF-8";
/* CSS Document */

/* Image Rotator */

    div#rotator {
	background-image:url(images/index/bg.png);
	background-repeat: no-repeat;
	position:relative;
	width:720px;
	height:313px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 50px;
}
/* rotator css */
	div#rotator ul li {
	position:absolute;
	list-style: none;
	padding: 0 0 0 0;
	margin-right:auto;
	margin-left: -40px;
}
/* rotator image style */	
	div#rotator ul li img {
	float:left;
	display:inline;

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