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



/*--Folio Container--*/

.foliocontainer {
	width: 1201px;
	padding: 0;
	margin: 0 auto;
	z-index: -2;
}
.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:675px;
	width: 1201px;
	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;
}

ul#portfolio li img {
	list-style-type: none;
	padding: 0px;
	margin-top: -14px;
	margin-left: -40px;
}
/*--Paging Styles--*/

.paging {
	position: absolute;
	top: 475px;
	width: 500px;
	padding-bottom:20px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: left;
	line-height: 40px;
	background: url(images/paging.png);
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	margin-left: 100px;
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}
.paging h3 {
	color: #fff;
	margin-left: 40px;
	margin-bottom: -15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	letter-spacing: .08em;
}
.paging p {
	color: #fff;
	font-size: 100%;
	line-height: 130%;
	margin-left: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 45px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #FFF;
	padding-top: 10px;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.paging a.active {
	font-weight: bold;
	background: #56621e;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {
	font-weight: bold;
	color: #54541B;
	text-decoration: none;
}
#fb {
	float: right;
}
