/* Large Promo */
#largePromoModule{
}

#largePromoModuleBody{
	font-size:100%;
}

#largePromoModuleBody h2 {
	display:none;
}

#largePromoModuleImage{
	width: 206px;
}

#largePromoModuleImage img{
	border: 1px solid #333;
}

#fade {
	width:206px;
	height:56px;
	position:absolute;
	z-index:100;
	margin-top:196px;
	opacity:0.9;
	display:none;
}

#largePromoModuleCopy {
	width:206px;
	margin-top:160px;
	z-index:101;
	position:absolute;
	display:none;
}

#largePromoModuleCopy h3{
	line-height:1.2em;
	margin-bottom:0.3em;
	font-weight:normal;
	font-size:100%;
	padding-top:5px;
}

#largePromoModuleCopy h3 a{
	color:#66a3fc;
	font-size:14pt;
}

#largePromoModuleCopyBody{
	margin:0px 5px 0px 5px;
}

#largePromoModuleCopyBody ul {
	list-style:disc inside;
}

#largePromoModuleCopyBody ol {
	list-style-position:inside;
}




/* Rotating widget */
#rotatorContainer {
	width:206px;
	float:left;
	margin:5px 0 4px 0;
	position:relative;
}

#rotator{
	position: relative;
	width: 206px;
	height: 202px;
}

.fadecontent{
	position: absolute;
	visibility: hidden;
	width: 206px;
	height:202px;
}

#controlBar{
	width:141px;
	height:28px;
	z-index:100;
	position:
	absolute;
	top:0;
	right:0;
}

.controls{
	padding:0px 0 0 30px;
	position:absolute;
	top: 122px;
	right:4px;
	z-index:101;
}

.rotatorBottomBar {
	width:206px;
	height:20px;
	overflow:hidden;
	z-index:10;
}

.controls a{
	border: 1px solid #fff;
	text-decoration: none;
	float: left;
	display: block;
	font-weight: bold;
	color:#fff !important;
	background-color:#3869B6;
	margin-right:3px;
	height:19px;
	width:19px;
	text-align:center;
}

.controls a:hover{
	background: #0B4C9C;
	color: white;
}

.controls a.pageItem{
}

.controls a.prev, #controlBar a.next{
	color: black;
}

.controls a.prev:hover, #controlBar a.next:hover{
	color: white;
	background: black;
}

.controls a.selected{
	background: #0B4C9C;
	color: white;
}

.play,a:hover.play {
	background-image:url(/apps/rotator/play.gif);
	display:block;
}
.pause,a:hover.pause {
	background-image:url(/apps/rotator/pause.gif);
	display:block;
}


