/* Start of CMSMS style sheet 'rotator' */
div#rotatorMenu
{
	margin-top: 10px;
	background-image: url('/images/jgTheme/rotator/backgroundGradient.png');
	background-repeat: no-repeat;
	width: 900px;
	height: 230px;
}

div#rotatorMenu div.menu
{
	float: left;
	width: 290px;
        margin-top: 6px;
}

div#rotatorMenu div.rotator
{
	float: right;
	width: 609px;
	position: relative;
	margin-right: 1px;
}

div#rotatorMenu div.rotator img
{
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
}

div#rotatorMenu div.menu a
{
	display: block;
	float: left;
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	/*padding-top: 15px;*/
	padding-left: 20px;
}
/* End of 'rotator' */

