.columnCenter {
  padding-top: 625px;
}

#homepage-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 730px;
  height: 625px;
}

#indexDefault p {
  text-align: justify;
}

h1 {
  padding: 0 0 10px 0;
  margin: 5px 0;
  border-bottom: 1px #dddddd solid;
}

/* *************** ROTATOR **************** */

/*--Main Container--*/
.main_view {
	position: relative;
	width: 728px;
	height: 299px;
	border: 1px #C9C9C9 solid;
	background-color: #E7E7E7;
	padding: 0;
	margin-bottom: 27px;
	clear: both;
}
/*--Window/Masking Styles--*/
.window {
  float: right;
  width: 528px;
	height: 299px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}

.image_reel span{
	display: block;
	width: 512px;
	height: 264px;
	background: url(../../../../img/banners/img-homepage-none.gif);
	color: white;
}
/*.image_reel img {float: left;}*/
.image_reel img {display:block;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	top: 0; 
  left: 0;
	width: 199px; /*height:47px;*/
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	border-right: 1px #C9C9C9 solid;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}

.paging a {
	padding: 10px 10px 0 30px;
	text-decoration: none;
	color: #000000;
	display: block;
	height: 64px;
	line-height: 130%;
	position: relative;
	border-bottom: 1px #C9C9C9 solid;
	background-color: #E7E7E7;
	background-image: url(../../../../img/husky/bg-home-banner-link.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.paging a img{
	display: none;
}

.paging a.active {
	color: #ffffff;
	background-color: #02CBFF;
	background-position: left bottom;
	/*border-bottom: 1px dotted #000;*/
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;*/
}

.paging a.active img{
	position: absolute;
	top: 11px;
	right: -19px;
	display: block;	
}

.paging a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

.main_view_featured {
  margin-bottom: 15px;
}
