.centerColumn {
  padding-top: 1045px;
}

#homepage-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 748px;
  height: 1045px;
}

#homepage-category {
  position: relative;
  width: 748px;
  height: 181px;
  margin: 0 0 15px;
  background-image: url(../../../../img/altisport-new/bg-homepage-category.gif);
}

.homepage-category-box {
  float: left;
}

.homepage-category-box#damy {
  width: 253px;
}

.homepage-category-box#pani {
  width: 246px;
}

.homepage-category-box#deti {
  width: 249px;
}

.homepage-category-box strong {
  padding: 20px 20px;
  color: #FF1C1D;
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.homepage-category-box ul {
  padding: 3px 20px;
}

.homepage-category-box li {
  padding: 4px 0 3px 12px;
  list-style: none;
  background-image: url(../../../../img/altisport/bg-homepage-category-list.gif);
  background-repeat: no-repeat;
  background-position: 0 9px;
}

.homepage-category-box li a {
  color: #545454;
}

/* *************** ROTATOR **************** */

/*--Main Container--*/
.main_view {
	position: relative;
	width: 728px;
	height: 264px;
	border: 0px solid red;
	background: url(../../../../img/rotator/bkg-main-box.gif);
	padding: 10px;
	margin-bottom: 15px;
}
/*--Window/Masking Styles--*/
.window {
  width: 512px;
	height: 264px;
	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: 10px; 
  right: 10px;
	width: 205px; /*height:47px;*/
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: left;
	line-height: 22px;
	font-size: 17px;
	font-weight: bold;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}

.paging a {
	padding: 10px 15px;
	text-decoration: none;
	background-color: #333333;
	color: #D7D7D7;
	display: block;
	height:46px;
	position: relative;
	background-image: url(../../../../img/altisport-new/bg-rotator-paging.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.paging a img{
	display: none;
}

.paging a.active {
	background: #FD0100;
	color: #FFFFFF;
	background-image: url(../../../../img/altisport-new/bg-rotator-paging.gif);
	background-repeat: no-repeat;
	background-position: right 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: 14px;
	left: -35px;
	display: block;	
}

.paging a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

.main_view_featured {
  margin-bottom: 15px;
}
