@charset "utf-8";
/* Index Big Slideg Banner */

.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:235px;
	width: 700px;
	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;
	top: 7px;
	right: 7px;
	width: 20px;
	height:200px;
	z-index:5; /*--Assures the paging stays on the top layer--*/
}
.paging a {
	display:block;
	float:left;
	width:18px;
	height:16px;
	margin:3px 0;
	background-color:#CCC;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#CCC;
}
.paging a.active {
	background-color:#FFF;
	color:#FFF;
}
.paging a:hover {
	background-color:#FFF
	color:#FFF;
}
