*{outline: none;}
.image_reel img {border: 0px solid #000000;}
.container {
	width: 549px;
	padding: 0;
	margin: 0 0;
}
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	margin-bottom:10px;
}
/*--Window/Masking Styles--*/
.window {
	height:238px;	width: 549px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	border:1px solid #666666;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 1px; right: 1px;
	width: 148px; height:20px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	vertical-align:middle;
	font-weight: bold; 
	line-height: 20px;
	background: url('images/paging_bg.png') no-repeat;
	display:block; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	color: #fbda07;
}
.paging a:hover {font-weight: none;}

