#rotatordivcontainer {
	border-bottom:1px solid gray; 
	font-family: Arial, Helvetica, sans-serif;
	height: 350px;
	margin-bottom: 0; 
	overflow; hidden;
	padding: 0px;
	text-align: center;
	width:670px; 
}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.rotatortabs{
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;
}