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

h5 {
	font-size:40px;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;

	}
.main_view {
	float: left;
	position: relative;
	margin-left:5px;
	margin-top: 5px;
}
/*--Window/Masking Styles--*/
.window {
	height: 433px;
	width: 1000px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	margin:0 auto;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
.image_reel img {
	float: left;
}
.caption1{
	z-index:100; /*--Assures the paging stays on the top layer--*/
	margin-top:360px;
	margin-left:30px;
	position: absolute;
	padding-top: 17px;

	
	}
	
.caption2{
	z-index:100; /*--Assures the paging stays on the top layer--*/
	position: absolute;
	margin-top:360px;
	margin-left:1030px;	
	padding-top: 17px;

	}
	
	
.caption3{
	z-index:100; /*--Assures the paging stays on the top layer--*/
	position: absolute;
	margin-top:360px;
	margin-left:2035px;	
	padding-top: 17px;
	}

.caption4{
	z-index:100; /*--Assures the paging stays on the top layer--*/
	position: absolute;
	margin-top:360px;
	margin-left:3035px;	
	padding-top: 17px;
	}
	


/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 0.0px;
	width: 1000px;
	height: 60px;
	z-index: 90; /*--Assures the paging stays on the top layer--*/
	text-align: right;
	background-color:#000;
	opacity:.8;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 0 15px 0 15px;
	text-decoration: none;
	color: #555555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
.paging a.active {
	font-weight: bold;
	color:#feeb92;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {
	font-weight: bold;
}
#slideshow {
	margin:0 auto;
	margin-top: -20px;
	height: 443px;
	width: 1010px;
	background-color:#232323;

}

.paging_content {
}
