﻿body {
}
/* rotator in-page placement */
    div.rotator {
	position:relative;
	height:180px;
	/*height:345px;*/
	margin-left: 15px;
}
/* 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;
	height:165px;
	width:280px;
	margin-left:-106px;
	margin-top:-34px;
	border-top-left-radius: 14px 14px;
	border-bottom-right-radius: 14px 14px;
	border-bottom-left-radius: 14px 14px;
	border-top-right-radius: 14px 14px;
	
}
        div.rotator ul li.show {
	z-index:9;
}
.tablerotator
{
	background-color:Gray;
	border-top-left-radius: 14px 14px;
	border-bottom-right-radius: 14px 14px;
	border-bottom-left-radius: 14px 14px;
	border-top-right-radius: 14px 14px;
	margin-left:26px;
}