
*{outline: none;}
img {border: 0;}

.folio_block {
	position: absolute;
	left: 50%;
	margin: 0px 0 0 -470px;
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:300px;	width: 940px;
	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: 20px;
	right: -150px;
	width: 940px;
	height:170px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none;


}
.paging a {



}
.paging a.active {

}

.paging a.active img{

}

.paging a:hover {font-weight: bold;}
