
img {border: 0;}
.container23 {
	width: 945px;
	padding: 0;
	margin: 0 auto;
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:215px;	
	width: 945px;
	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: 25px; 
	right: -7px;
	width: 100px; 
	height: 10px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 35px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	
}

.paging a {
	padding: 3px 3px 1px 2px;
	text-decoration: none;
	color: #069;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold; 
    text-decoration:none;

}
.paging a.active {
	font-weight: bold; 
	background: #0097F2; 
	border: 2px solid  #0CF;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-style:italic;
	color:#fff;
	text-decoration:none;
}
.paging a:hover {font-weight: bold; text-decoration:none;}