/***** begin: rotator.css *****/
#rotator {}
#rotator .rotator {
	position: relative;
	display: none;
	height: 100%;
	width: 447px;
	border:3px solid #d0a036;
}
#rotator #rotator_0 {
	display: block;
}
#rotator .bar {
	position: absolute;
	left: 0px;
	bottom: 30px;
	width: 100%;
	height: 30px;
	z-index: 10;
}
#rotator .bar table {
	margin: 0px auto;
	width: 100%;
}
#rotator .bar table td {
	height: 30px;
	background-color: #eec568;
	filter: alpha(opacity=55);
	-moz-opacity: .55;
	opacity: .55;
	padding: 0px 7px;
}
#rotator .bar table td a {
	font-family: Lucida Grande, Lucida Sans, Arial, Helvetica, San Serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	
}
#rotator .bar table td.side {
	width: 50%;
	padding: 0;
}
#rotator .bar table td.selected {
	font-size: 10px;
	color: #921519;
	background-color: #FFFFFF;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	font-weight: bold;
}
#rotator .text {
	font-family: Lucida Grande, Lucida Sans, Arial, Helvetica, San Serif;
	font-size: 10px;
	color: #921519;
	padding: 1px 5px 0 5px ! important;
	background-color: #FFFFFF;	
	height:30px;
}
#rotator .text h4 {
	font-family: Lucida Grande, Lucida Sans, Arial, Helvetica, San Serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	border-right: 1px solid #666666;
	display: inline;
}
#rotator .text a {
	font-family: Lucida Grande, Lucida Sans, Arial, Helvetica, San Serif;
	font-size: 11px;
	color: #921519;
	text-decoration: none;
}
#rotator .text a {
	color: #921519;
	text-decoration: underline;
}
/***** end: rotator.css *****/