/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
}
/*--Window/Masking Styles--*/
.window {
	/*--height:437px;	width: 978px;--*/
	/*--height:375px;	width: 772px;--*/
	height:360px;	width: 922px;
	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: -20px; right: 7px;
	width: 65px; height:60px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: left;
	line-height: 50px;
	/*--background: url(../image/mask_b.png) no-repeat; --*/
	
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 2px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #BDAF94;
	border: 0px solid #610000;
	/*-- -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;--*/
	background: url(../images/mask_b2.png) ; 
}
.paging a:hover {font-weight: bold;}


.scroll {
	position: absolute;
	bottom: -36px; right: 50px;
	width: 500px; height:54px;
	color:#FFF;
	padding: 0px 0px 0px 0px;
	z-index: 110; /*--Assures the paging stays on the top layer--*/
	}