﻿#rotator {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin: 10px 0px;
	width: 380px;
	padding-top: 5px;
	position: relative;
	height: 540px;
}
#rotator .rotator-top {
	
	left: 0px;
	width: 330px;
	position: absolute;
	top: 0px;
	height: 5px;
}
#rotator .rotator-bot {
	
	left: 0px;
	width: 330px;
	bottom: 0px;
	position: absolute;
	height: 5px;
}
#rotator .content2 {
	display: none;
}
#rotator .content3 {
	display: none;
}
#rotator .content4 {
	display: none;
}
#rotator .rotator-content {
	overflow: hidden;
	width: 380px;
	position: absolute;
	height: 515px;
	left: 12px;
	top: 4px;
}
#rotator .rotator-content .rotator-image .credit {
	display: none;
	font-size: 0.7em;
}
#rotator .rotator-nav {
	clear: left;
	font-weight: bold! important;
	font-size: 85%;
	left: 10px;
	width: 380px;
	bottom: 1px;
	position: absolute;
	height: 18px;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #C0C0C0;
}
#rotator .rotator-nav .previous {
	padding-left: 5px;
	left: 0px;
	width: 80px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	height: 15;
	padding-top: 4px;
}
#rotator .rotator-nav a{
	font-weight:bold;
}

#rotator .rotator-nav .previous a:link {
	display: block;
	padding-left: 20px;
	font-weight: bold;
	margin: 1px 0px 0px;
	width: 60px;
	height: 15px;
}
#rotator .rotator-nav .previous a:visited {
	display: block;
	padding-left: 20px! important;
	margin: 1px 0px 0px;
	width: 60px;
	height: 18px;
}
#rotator .rotator-nav .previous a:hover {

	color: #febf14;
}
#rotator .rotator-nav .previous a:active {
	
}
#rotator .rotator-nav .next {
	padding-right: 5px;
	right: 0px;
	width: 80px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	height: 20px;
	text-align: right;
	padding-top: 4px;
}
#rotator .rotator-nav .next a:link {
	padding-right: 20px! important;
	font-weight: bold;
	display: block;
	margin: 1px 0px 0px;
	width: 60px;
	height: 15px;
}
#rotator .rotator-nav .next a:visited {
	padding-right: 20px! important;
	display: block;	
	margin: 1px 0px 0px;
	width: 60px;
	height: 18px;
}
#rotator .rotator-nav .next a:hover {
	color: #febf14;
}
#rotator .rotator-nav .next a:active {

}
#rotator .rotator-nav .counter {
	right: 25%;
	left: 25%;
	width: 50%;
	color: #800000;
	position: absolute;
	top: 0px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	padding-top: 4px;
}

