#left{
	float:left;
	width: 164px;
    margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	font-size: 11px;
	font-family: Tahoma, Arial,Verdana;
}
#header_slide{
	float:left;
	width: 597px;
    margin:0px 0px 10px 0px;
	padding:0px 7px 0px 7px;	
}

.meerkat {
			color: #FFF;
			display: none;
		}

.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;
		right: 10px; 
		top: 10px;
}
.dont-show {
			position: absolute;
			display: block;
			height: 18px;
			width: 100px;
			cursor: pointer;
			z-index: 10;
			color: #EC7700;
			bottom:10px;
			right:10px;
		}
a.dont-show:hover {color:#FFF;}

.meerkat #splash-content {  width: 500px; height: 300px; position: absolute; top: 50%; margin-top: -150px; left: 50%; margin-left: -250px; }

