#meerkat-wrap{ z-index:9999}
#meerkat-container {
	position: relative;
}

/*#meerkat {
	width: 100%;
	display: none;
	height:89px;
	background:url(images/meerkat_bg.png) repeat-x;
}

#meerkat .content{
	padding-top:40px;
	width:960px;
	margin:0 auto;
}
#meerkat .meer_text{
	padding-left:135px;
}

#meerkat h1{color:#FFF; padding-bottom:5px;}
#meerkat p{color:#F4F4F4;}

#meerkat .meer_img{
	position:absolute;
	bottom:0px;
	width:125px;
	height:89px;
	background:url(images/meerkat_img.png) no-repeat;
}

#meerkat a{
	color: #FFF;
	font-weight: bold;
}
#meerkat a:hover{
	color: #FFF;
	font-weight: bold;
	text-decoration:underline;
}

#meerkat a.dont-show{
	color: #FFF;
	font-size:10px;
	position:absolute;
	bottom:0px;
	right:5px;
	cursor:pointer;
}

#meerkat .close-meerkat {
	position: absolute;
	top: 40px;
	right: 3px;
	width:16px;
	height:16px;
	background:url(images/close.png) 0 -16px no-repeat;
}

#meerkat .close-meerkat:hover {
	background:url(images/close.png) no-repeat;
}*/