.close-meerkat {
	position: absolute;
	display: block;
	height: 18px;
	width: 18px;
	background: url('../images/close-x.png') no-repeat 0 0;
	cursor: pointer;
	text-indent: -9000px;
	z-index: 10;
}

.dont-show {
	position: absolute;
	display: block;
	height: 18px;
	width: 100px;
	cursor: pointer;
	z-index: 10;
	color: #EC7700;
}

a.dont-show:hover {
	color: #FFF;
}

.adsense {
	z-index: 5;
}

.meerkat {
	color: #FFF;
	display: none;
}

.pos-bot .adsense,.pos-top .adsense {
	width: 728px;
	height: 90px;
	position: absolute;
	left: 50%;
	margin-left: -364px;
}

.pos-left,.pos-right {
	color: #FFF;
	display: none;
	height: 100%;
	width: 100%;
}

.pos-left .adsense,.pos-right .adsense {
	width: 120px;
	height: 600px;
	position: absolute;
	top: 50%;
	margin-top: -300px;
}

.pos-top .adsense {
	bottom: 20px;
}

.pos-top .close-meerkat {
	right: 10px;
	bottom: 20px;
}

.pos-top .dont-show {
	left: 10px;
	bottom: 10px;
}

.pos-right .adsense {
	left: 20px;
}

.pos-right .close-meerkat {
	left: 20px;
	top: 10px;
}

.pos-right .dont-show {
	left: 20px;
	bottom: 0px;
}

.pos-bot .adsense {
	top: 20px;
}

.pos-bot .close-meerkat {
	right: 10px;
	top: 20px;
}

.pos-bot .dont-show {
	right: -10px;
	top: 100px;
}

.pos-left .adsense {
	right: 20px;
}

.pos-left .close-meerkat {
	right: 20px;
	top: 10px;
}

.pos-left .dont-show {
	right: 0px;
	bottom: 0px;
}