@charset "utf-8";
a {
	outline: none;
}
</style>


/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:345px;
	margin-left: 15px;
}
/* rotator css */
	div#rotator ul li {
	float: left;
	position:absolute;
	list-style: none;
}
    div#rotator ul li.show {
	z-index:500;
}
