.thumbnail{
        padding: 3px 3px 8px 3px;
        background-color: #222;
        border: 1px solid #2a2a2a;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        }
.bordered { border: none; }

.links {
	height: 40px;
}

#meerkat-container {
	position: relative;
}

#meerkat {
	width: 100%;
	display: none;
}

#meerkat-content {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}

#meerkat-content h1{
	color: #FFF;
	font-size: 3.8em;
}

#meerkat-content p{
	color: #FFF;
	font-size: 1.2em;
}

#meerkat-content a.dont-show{
	color: #FFF;
	font-weight: bold;
}

#meerkat-content a.dont-show:hover {
	color: #FFF;
	text-decoration: none;
}

#meerkat-content-adsense {
	width: 730px;
	margin: 0 auto;
	padding-top: 10px;
}

a.close {
	position: absolute;
	top: 7px;
	right: 3px;
	background: url(./3party/meerkat/close-btn.png) no-repeat 0 0;
	display: block;
	height: 26px;
	width: 26px;
	text-indent: -9000px;
}

a.close-meerkat {
	position: absolute;
	top: 5px;
	right: 3px;
	background: #FFF;
	border: 2px solid #FFF;
	text-decoration: none;
	padding: 0px 4px 1px 5px;
	font-weight: bold;
	font-size: 1.2em;
	color: #71adb1;
}

a.close-meerkat:hover {
	border: 2px solid #2e2a22;
	color: #2e2a22;
}

a.enter-site {
	display: block;
	height: 154px;
	width: 453px;
	background: #FFF url(./3party/meerkat/landing.png) no-repeat left top;
	text-indent: -9000px;
	margin: -154px -226px 0 0;
	position: absolute;
	top: 50%;
	right: 50%;	
}

a.enter-site:hover {
	background-position: left bottom;
}

a.close:hover {
	background-position: 0 bottom;
}

