﻿/* Hide .container stuff: */
.container { background-image:none; }
.container-top, .container-bottom { display:none; }
.sidebar { display: none; }
.sidebar-bottom { display: none; }

.RotatingBanner
{
	height:344px;
	position:relative;
	width:951px;
}

.Rotator
{
	height:344px;
	position:absolute;
	width:951px;
	left:0px;
}
.Rotator div
{
	background:transparent;
}
.RotatingBannerNav
{
	margin:15px 18px 15px 15px;
	position:absolute;
	right:0;
	z-index:20;
}
.RotatingBannerNav li
{
	width: 9px;
	height:9px;
	float: left;
	margin:0px 0px 0px 6px;
	list-style: none;
}
.RotatingBannerNav a
{
	background-image:url(../images/global/icons/rotator-nav.png);
	background-position:0px 0px;
	display:block;
	height:9px;
	overflow:hidden;
	width:9px;
}
.RotatingBannerNav a:hover,
.RotatingBannerNav a.activeSlide
{
	background-position:0px -9px;
}
.RotatingBannerNav a:focus
{
	outline: none;
}
.RotatingBannerNav img
{
	border:none;
	display:block;
}

.CalloutRow
{
	clear:both;
	float:left;
}
.Callout
{
	float:left;
	margin-left:10px;
}
.CalloutRow .first
{
	margin-left:0px;
}
