@charset "UTF-8";
/* CSS Document */

.close-meerkat {
	position: absolute;
	display: block;
	height: 24px;
	width: 24px;
	cursor: pointer;
	text-indent: -9000px;
	z-index: 10;
	background-image: url(../../js/mk/close-x.png);
	background-repeat: no-repeat;
	background-position: 0px 0;
}
.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 {
width: 800px;
height: 90px;
position: absolute;
left: 50%;
margin-left: -400px;
}		
			
.pos-bot .adsense {top: 20px;}				
.pos-bot .close-meerkat {right: 10px; top: 20px;}
.pos-bot .dont-show {right: -10px; top: 100px;}				
