/* USAA Banner Zehner Theme */

.usaa-banner-protected{
	display: inline-block;
	float:right;
	position: relative;
	top: 11px;
	left: 20px;
	margin-right: 0px;
}

.usaa-banner-protected img{
	display: block;
	border: none;
	max-width:100%;
}
/*--Main Container--*/
.maincontainer {
	text-align:center;}

.container {
	text-align:center;
	margin:0 auto;
	width:470px;
	
}

.main_view {

	position: relative;	
}
/*--Window/Masking Styles--*/
.window {
	height:182px;	width: 470px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;

}
.image_reel {
	position: absolute;
	top: 0; left: 0;

}
.image_reel img {float: left;border:0 none;}

/*--Paging Styles--*/
.paging {
	width: 470px;
	padding-top:15px;
	padding-bottom:15px;
	vertical-align:middle;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding:6px 9px 9px 9px;
	text-decoration: none;
	color: #fff;
	font-size:11px;
	background: #920000;
	vertical-align:middle;
	background-position:bottom center;
	background: url(zehner/css/bullet1.png) no-repeat;

}
.paging a.active {
	font-weight: normal;
	color: #000;	
	background: #fff;
	background: url(zehner/css/bullet2.png) no-repeat;
	font-size:11px;

}
.paging a:hover {font-weight: normal;color:#ffffff;}

#scroll_left{
	padding-top:15px;
}