:focus {
	outline: none;
}
/* body {
	background: #CCCCCC;
} */
#mainBanner {
	height: 220px;
	position: relative;
	width: 998px;
}
#bannerFrame {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 997;
}
#loader {
	display: none;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 996;
}
#controls {
	background-color: #BF8D3C;
	bottom: 0;
	display: none;
	left: 343px;
	font: bold 11px Arial, Helvetica, sans-serif;
	/* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	padding: 3px 20px;
	position: absolute;
	width: auto;
	z-index: 999;
}
#controls a {
	color: #FFFFFF;
	display: block;
	float: right;
	padding: 2px 8px;
	text-decoration: none;
}
#controls a:hover {
	border: 1px solid #FFFFFF;
	padding: 1px 7px;
}
#bannerPrev, #bannerNext {
	background-position: bottom;
	display: block;
	float: left;
	height: 40px;
	width: 40px;
}
#bannerPrev:hover, #bannerNext:hover {
	background-position: top;
}
#bannerPrev {
	background-image: url('/cbu/_images/banner-control-prev.png');
}
#bannerNext {
	background-image: url('/cbu/_images/banner-control-next.png');
}
.hidden {
	display: none;
}
#bannerBottom {
	left: 9px;
	position: absolute;
	top: 9px;
	z-index: 25;
}
#bannerTop {
	display: none;
	left: 9px;
	position: absolute;
	top: 9px;
	z-index: 50;
}
#globe {
	height: 208px;
	left: 9px;
	position: absolute;
	top: 8px;
	width: 205px;
	z-index: 999;
}