            /*--Main Container--*/
.main_view {
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:488px;
	width: 930px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	margin: auto;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel a {
	text-decoration: none;
	font-family: arial;
	font-size: 20px;
	text-align: left;
	cursor: default;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
    font-family: arial;
    font-weight: bold;
    font-size: 19px;
	position: absolute;
	bottom: 10px; left: 0;
	width: 178px; height:47px;
	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: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	color: #b3b3b4;
	font-style: italic;
}
.paging a.active {
	font-weight: bold;
        background: transparent bottom center url('bga.gif') no-repeat;
	/*background: #920000;
	border: 1px solid #610000;
        color: #fff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
        */
}
.paging a:hover {font-weight: bold;}
.image_reel .text {
	height:32px;
	width:895px;
	position:absolute;
	top: 270px;
	margin-top: 0px;
	left:0;
	color: #b3b3b4;
	z-index:45;
	background-image:url(../_img/bg.png);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
