body {
	background: #222;
	margin: 0; padding: 0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
*{outline: none;}
img {border: 0;}
.container {
	width: 1920px;
	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:360px;
	width: 1920px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	margin-left:-960px;
	left:50%;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}


/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom:20px;
	left:50%;
	margin-left:-25px;
	width: 100px; 
	height:12px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	display: none; /*--Hidpx;
	background: url(imagesden by default, will be later shown with jQuery--*/
}
.paging a {
    float:left;
	margin:0px 3px;
	display:block;
	width:11px;
	height:11px;
	text-decoration: none;
	color: #000;
	background-color:#CCCCCC;
	-moz-border-radius:6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.paging a.active {
	font-weight: bold;
	color:#fff;
	background: #FFA500; 
	-moz-border-radius:6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.paging a:hover {font-weight: bold;}