.ctCol {
	position: absolute;
	z-index: 0;
	top:48px;
}
.ctCol-home {
	position: absolute;
	z-index: 0;
	top:0px;
}
.col,
.col-right {
	position: relative;
	min-height:300px;
  height:auto !important;
  height:300px;
}

.ctgalleryLinks {
	position: absolute;
	width: 41px;
	top: 87px !important;
	top: 97px;
	right: 10px;
	height: 20px;
}

.ctgalleryLinks a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -999em;
	outline: none;
}

.ctgalleryLinks a.prev {
	float: left;
	margin-right: 1px;
	background: url(../img/button-prev-active.gif) no-repeat 0px 0px;
	border-bottom: none;
}

.ctgalleryLinks a.next {
	float: left;
	background: url(../img/button-next-active.gif) no-repeat 0px 0px;
	border-bottom: none;
}

