@charset "UTF-8";
/* CSS Document - by Daniel Irizarry */

<style type="text/css">

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 18px;
	color: #000000;
	background-color: #323232;

}

*{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:286px;	width: 790px;
	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: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(../images/paging_bg2.png) no-repeat;
	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; 
	background: #20364C; 
	border: 1px solid #5C9DDF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.paging a:hover {font-weight: bold;}

.scroll-right-bottome{
	-webkit-box-shadow:0 0 5px #000000; 
	-moz-box-shadow: 0 0 5px #000000; 
	box-shadow:0 0 5px #000000; 

}

.box-right-bottome{
	background-color: #ffffff;
	border-color:#33333
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	border-bottom-right-radius: 12px;
	border: 1px solid #000000;
	-webkit-box-shadow:0 0 5px #000000; 
	-moz-box-shadow: 0 0 5px #000000; 
	box-shadow:0 0 5px #000000; 

}

.box-left {	
	background-color: #ffffff;
	border-left-color:#333
	color:#666666;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top:40px;
	padding-left:45px;
	padding-right:45px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-left-radius: 12px;
	border: 1px solid #000000;
	-webkit-box-shadow:0 0 5px #000000; 
	-moz-box-shadow: 0 0 5px #000000; 
	box-shadow:0 0 5px #000000; 



}

h2{
	color:#279EBA;
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 22px;
}

h3{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h4{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 24px;
}

a{
	color:#279EBA;
	text-decoration:none;
}

.small{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	padding-top: 5px;
}
.smallBlack{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	padding-top: 5px;
}
.smallBold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:bold;
}

</style>
