img {border: 0;}

.window {
	width: 582px;
	height: 270px;
	border:5px #BBB solid;
	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;
	background-color:#BBB;
	width: 582px;
	height: 25px;
	_width: 592px;
	_height: 25px;
	bottom: 0px;
	left:0px;
	padding-top:10px;
	text-align: center;
	display: none;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #000;
}
.paging a.active {
	font-weight: bold; 
	background: #FFF; 
	border: 1px solid #000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

