@charset "utf-8";
/* CSS Document */

.container {
	width: 790px;
	padding: 0;
	margin: 0 auto;
}
.folio_block {
	position: absolute;
	left: 50%; top: 50%;
	margin: -140px 0 0 -395px;
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
}
.main_view a{
	color:#ffffff;
}
.main_view a:hover{
	color:#ffffff;
}
/*--Window/Masking Styles--*/
.window {
	height:250px;
	width: 910px; /*--Hides anything outside of the set width/height--*/
	position: relative;
	margin-right: 0px;
	overflow: hidden;

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





}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 180px; right: -37px;
	width: 210px; height:67px;
	z-index: 200; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 57px;
	background-image:url(../img/slider/pagingbg.png);
	background-repeat:no-repeat;
	background-position:left;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	color: #fff;
	background: #00264d; 
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;color: #fff;}
