/* =rotator
************************************************************** */

#rotator {
    width:502px;
	position: relative;
	height: 170px;
	overflow: hidden;
}

#rotator p {
	display: block;
	position: relative;
	height: 170px;
}

#rotator.rotating p {
margin:0px;
padding:0px;
text-decoration:none;
	position: absolute;
	left: 0;
	top: 0;
	width: 502px;
	z-index: 1;
}

#rotator.rotating p.active {
	z-index: 2;
}

#rotator .info {
	display: block;
	position: absolute;
	left: 20px;
	top: 10px;
	background: url(images/r_bg.png) repeat;

}

#rotator .line {
	display: block;
	margin-bottom: 0px;
}

#rotator .info .titlee a{
	font-family:Arial;
	font-size: 1.28em;
	font-weight:bold;
	color: #FFFFFF;
	padding: 7px 10px;
	text-shadow: 2px 1px 1px #4c4c4c;
}

#rotator .info .date {
	font-family:Arial;
	font-size: 0.97em;
	color:#FFFFFF;
	padding: 5px 10px;
}
#rotator .info .poster {
	font-family:Arial;
	font-size: 0.797em;
	color:#de1d10;
	font-weight: bold;
	padding: 2px 2px;
}

#rotator .rot-pager {
	position: absolute;
	right: 10px;
	bottom:0px;
	list-style: none;
	z-index: 3;
	color:#ffffff;
	padding:10px;
	background: url(images/r_bg.png) repeat;	
}

#rotator .rot-pager:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	
}

#rotator .rot-pager li {
	float: left;
	margin-right: 1px;
}

#rotator .rot-pager li a {
	font-family:Arial;
	font-size:15px;
	display: block;
	position: relative;
	width: 29px;
	height: 19px;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
	padding-top: 1px;
	color: #de1d10;
	background: url(images/rot.png) no-repeat left top;
	overflow: hidden;
}

#rotator .rot-pager li a:hover {
	text-decoration: none;
	color: #FFFFFF;	
	background: url(images/rot_on.png) no-repeat left top;
}

#rotator .rot-pager li.selected a {
	color: #FFFFFF;
		background: url(images/rot_on.png) no-repeat left top;
}

#site .rotator li a.image {
	
}