body {
	text-align: center; background: #ccc;
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:598px;
	width: 1010px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	background: transparent;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: -52px; left: 60px;
	width: 141px; height:34px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 32px;
	padding-top: 4px;
	font-family: "sommet-rounded-1","sommet-rounded-2",sans-serif;
	background-image: url("/wp-content/themes/core/images/semitrans.png");
	/* background-color: #000; */
}
.paging a {
	margin: 0px 2px 0px 2px !important;
	text-decoration: none !IMPORTANT;
	color: #e60606;
	font-weight: bold;
	height: 32px !important;
	/* opacity:0.4;
	filter:alpha(opacity=40); */
}
.paging a.active, .paging a.active:hover, .paging a.active:active {
	color: #e60606;
	text-decoration: none;
	background-color: #cd0012;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	height: 32px !important;
	/* opacity:1;
	filter:alpha(opacity=100); */
}
.paging a:hover {
	font-weight: bold;
	text-decoration: none;
	background-color: #cd0012;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	height: 32px !important;
	/* opacity:1;
	filter:alpha(opacity=100); */
}