body
{
	margin:0px;
	padding:0px;
}

.rotator-container
{
	margin-bottom: 2px;
}
#divRotator{
	overflow:hidden;
	width:1024px;
	height:236px;
	background-image:url('/DesktopModules/sfRotator/images/bkg-carousel.jpg');
	background-repeat:repeat-y;
	border-bottom: 1px solid #E8C787;
}
#divRotator .content{
	overflow:hidden;
	position:relative;
	left:0px;
	width:1024px;
	height:236px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#divRotator .content-left
{
	width:494px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #521905;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 16px;
	font-size: 14px;
	position:relative;
	left:58px;
	float:left;
	z-index:100;
}
#divRotator .content-image
{
	float:left;
	width:156px;
	height:94px;
	border:4px solid #C5A490;
	background-repeat:no-repeat;
}
#divRotator .content-text
{
	float:left;
	width:307px;
	position:relative;
	left:18px;
}

#divRotator .content-right
{
	width:456px;
	float:left;
	position:relative;
	left:58px;
}
#divRotator .headline
{
	margin:26px 0px 10px 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #521905;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: -1px;
	line-height: 44px;
	font-size: 46px;
	position:relative;
	left:-4px;
}
.selector-container
{
	margin:-37px 0px 0px 58px;
	float:left;
	width:966px;
	height:37px;
}
.selector-left
{
	width:5px;
	height:37px;
	background-image:url('/DesktopModules/sfRotator/images/controls-bkg-left.jpg');
	background-repeat:no-repeat;
	float:left;
}
.selector-middle
{
	padding:0px 18px 0px 18px;
	height:37px;
	background-image:url('/DesktopModules/sfRotator/images/controls-bkg-center.jpg');
	background-repeat:repeat-x;
	float:left;
}
.selector-middle img
{
	width:39px;
	height:28px;
	margin:9px 0px 0px 4px;
	cursor:pointer;
}
.selector-right
{
	width:5px;
	height:37px;
	background-image:url('/DesktopModules/sfRotator/images/controls-bkg-right.jpg');
	background-repeat:no-repeat;
	float:left;
}
.clear
{
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin-top:-1px;
}