.main_view {
	float: left;
	position: relative;
}
.window {
	height:345px;	width: 960px;
	overflow: hidden;
	position: relative;
}
.image_reel {
	position: absolute;
	top: 10px;
	left: 2px;
}
.image_reel img {
	float: 
	left;
}
.paging {
	font-size:14px;
	font-family: "Courier New", Courier, monospace;
	position: absolute;
	bottom: 5px; right: -49px;
	width: 1058px; height:91px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 98px;
	background: url(navbar.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 6px;
	text-decoration: none;
	color: #FFF;
}
.paging a.active {
	font-weight: bold;
	background: #000;
	border: 0px;
}
.paging a:hover {font-weight: bold;}

