.container {
	width: 966px;

}
.folio_block {
	position: absolute;


}
img {border: 0;}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:325px;	width: 966px;
	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 {
	position: absolute;
	bottom: -3px;
	height:25px;
	width: 291px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 20px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	left: 1px;
}
.paging a {
	font-family:Arial;
	font-size:11px;
	padding: 5px;
	text-decoration: none;
	color: #fff;
}

.paging a.active {
	font-weight: bold; 
	background: #264E89; 
	border: 1px solid #152C4D;
}
.paging a:hover {
	background: #3774CE; 
	font-family:Arial;
	font-size:11px;
	padding: 5px;
	text-decoration: none;
	color: #fff;}
