/**
 * ah4Box specific styles
 */
.ah4Box-overlay {
	background:none repeat scroll 0 0 #000000;
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	height:100%;
	width:100%;
}
.ah4Box-popup {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
}
.ah4Box-loader {
	position: absolute;
	width: 32px;
	height: 32px;
	background-image: url(images/ah4box/loader.gif);
}
.ah4Box-image {
	display: none;
	position: absolute;
}
.ah4Box-close {
	width: 29px;
	height: 29px;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url(images/ah4box/close.png) no-repeat 0 0;
}
.ah4Box-btn-next, .ah4Box-btn-prev {
	width:69px;
	height:20px;
	position:absolute;
	bottom:9px;
	cursor: pointer;
	background: transparent url(images/ah4box/controls.png) no-repeat 0 -1px;
	display: none;
}
.ah4Box-btn-next {
	right: 5px;
}
.ah4Box-btn-prev {
	right: 80px;
	background-position: left bottom;
}
.ah4Box-desc, .ah4Box-count {
	position:absolute;
	font-family:Tahoma,Verdana;
	font-size:13px;
	color:#666666;
}
.ah4Box-desc {
	bottom:20px;
	left:11px;
	font-weight:bold;
}
.ah4Box-count {
	bottom:5px;
	left:10px;
}