/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:300px;
	width: 600px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	float:left;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left; border:0px;}

/*--Paging Styles--*/
.paging {
	float:right;
	width:150px;
	height:300px;
	max-height:300px;
}

.paging a
{
	border:0 none;
}

.paging a:hover
{
	border:0 none;
}

