/* ====== Rotator ====== */

#rotator *
{
}
.r_articleTitle
{
	padding: 20px 15px 0px 15px;
	text-align: center;
	/*font-family: Times New Roman;*/
	/*font-size: 16px;*/
	font-size:14px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #333;
}
.r_articlePostDate
{
	font-size: 12px;
	color: #999;
	text-align: center;
	padding-top: 5px;
	font-weight:normal;
	font-style:italic;
	/*font-family: Times New Roman;*/
}
.r_articleShortDesc
{
	padding: 40px 20px 0px 20px;
	height: 50px;
}
.relatedStory
{
	height: 39px;
	width: 154px;
	background: url('/images/relStory-trans.png') no-repeat;
	position:relative;
	text-indent:-10000px;
	left: 50%;
	margin: 0 -77px;
	*margin: 0 -85px;
}
.r_relatedItem
{
	clear: both;
	padding-left:2%;
	width:95%;
}
.r_related_header
{
	padding-left:62px;
}
.relatedMedia
{
	height: 42px;
	width: 154px;
	background: url('/images/relMedia-trans.png') no-repeat;
	position:relative;
	text-indent:-10000px;
	left: 50%;
	margin: 0 -77px;
	*margin: 0 -85px;
}
#r_timer_bg
{
	position: absolute;
	bottom:285px;
	height:12px;
	left:130px;
	width:72px;
	background: url(/images/rotator/timer-trans.png) no-repeat;
}
#r_timer
{
	position: absolute;
	width: 0;
	height: 12px;
	background-color: #cccc66;
	background: url(/images/rotator/timer_red-trans.png) no-repeat;
}
#r_pagination
{
	bottom:15px;
	left:600px;
	position:absolute;
	width:200px;
	z-index:202;
}
a.pageSelector,a.r_mediaSelector
{	
	margin:5px;
	padding:5px;
	font-weight: bold;
	float: left;
}
a.pageSelector:hover,a.r_mediaSelector:hover
{
	background-color: transparent;
}
#r_preview_title
{
	position: absolute;
	bottom: 8px;
	white-space: nowrap;
	width: 990px;
	font-style: italic;
	color: #eee;
	font-size: 14px;
	text-align: center;
	font-family: Times New Roman;
	font-weight: bold;
	letter-spacing: 1px;
}



