﻿@charset "utf-8";
/* CSS Document */

/* rotator in-page placement */
    div.rotator {
	width:500px;
    height:721px;
	position:relative;
	display: none;
	left:0px;
	top:0px;
    padding:0px;
    float:left;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	top:0px;
    left:0px;
	padding:0px;
}
    div.rotator ul li.show {
	z-index:500;
}


