.container {
	width: 720px;
	padding: 0;
	margin: 0 auto;
}
.folio_block {
	position: absolute;
	left: 50%; top: 50%;
	margin: -140px 0 0 -395px;
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;

}
/*--Window/Masking Styles--*/
.window {
	height:420px;	width: 715px;
	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;border-style:none}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px; right: 0px;
	width: 110px; height:17px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: right;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}

.paging a:hover {}
.select-square {
  height: 17px;
  width: 17px;
  float: left;
  margin-right: 5px;  
	background-image: url(/jumbotron/images/u_dot.png);  
}

.paging a.active .select-square {
  height: 17px;
  width: 17px;
  float: left;
  margin-right: 5px;  
	background-image: url(/jumbotron/images/s_dot.png);  
}
