/*--Main Container--*/
.main_view {
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:325px;	
	width: 1140px;
	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;}

/*--Paging Styles--*/
.paging {
	bottom: -25px; 
	position: absolute;
	left: 0px;
	font-size: 14px;
	height:47px;
	z-index: 5; /*--Assures the paging stays on the top layer--*/
	text-align: left;
	line-height: 20px;
	width: 762px;
}
.paging a {
	margin-left: -6px;
	padding: 5px;
	text-decoration: none;
	background: #2094c1;
	border: 0px;
	color: #FFF;
}
.paging a.active {
	font-size: 16px;	padding: 10px 5px 5px 5px;
	background: #fed815;
	border: 0px;
	color: #000;
}
.paging a:hover { }

