@charset "utf-8";
/* rotator in-page placement */
    div.rotator {
	position:relative;
	width:210px;
	height:210px;
	display: none;
	padding: 5px;
	background:#FFF;
	border:1px solid #ccc;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    div.rotator ul li.show {
	z-index:500
}

    div.norotator {
	position:relative;
	height:220px;
	padding: 5px;
}
/* rotator css */
	div.norotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.norotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    div.norotator ul li.show {
}