#rotatordivcontainer {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0; 
	overflow: hidden;
	padding: 15px 10px 0px 10px;
	width: 690px; 
	height: 269px;
	line-height: 1.6em;
}
#rotatordivcontainer h1 {
	background-color: transparent;
	font-size: 22px;
	color: #000000;
	margin: 0px 0px 8px 0px;
}
#rotatordivcontainer h2 {
	font-size: 14px;
	margin: 0px 0px 8px 0px;
}
#rotator_nav {
	text-align: right; 
	clear: both; 
	padding-right: 20px;
}
#rotator_nav a {
	text-decoration: none;
	color: #000000;
}
#rotator_nav a:hover {
	color: #c81334;
}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.rotatortabs{
display: none;
padding: 3px 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.rotatortabs li{
display: inline;
margin: 0;
}

.rotatortabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
}

.rotatortabs li a:visited{
color: #2d2b2b;
}

.rotatortabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}
.rotatortabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-top-color: white;
}

.rotatortabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
