@charset "UTF-8";
/* CSS Document */
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:365px;	width: 985px;
	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: 182px; right: 22px;
	width: 0px; height:0px;
	z-index: 10; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 27px;
	background: url(/eSource/DI/ecom/eSource/skins/Parsons/images/NMOff.jpg) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	background: url(/eSource/DI/ecom/eSource/skins/Parsons/images/NMOff.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 6px;
	text-decoration: none;
	color:#333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a.active {
	font-weight: bold;
	color:#CCC;
	background: url(/eSource/DI/ecom/eSource/skins/Parsons/images/NMOver.jpg) no-repeat;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}