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

*{outline: none;}

img {border: 0;}

.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;
}

/*--Window/Masking Styles--*/

.window {
	height:388px;	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: 0px; 
	right: -35px;
	width: 200px; 
	height:30px;
	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; /*--Hidden by default, will be later shown with jQuery--*/
}

.paging a {
	padding: 4px;
	text-decoration: none;
	color: #fff;
	background-color: #999;
	border: 1px solid #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.paging a.active {
	background-color: #333;
	border: 1px solid #fff;
	text-decoration: none;
}

.paging a:hover {
	background-color: #333;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}
