#meerkat-wrap {
	z-index: 99999;
	color:#eee;
}

a {
	outline: none;
	text-decoration:none!important;
}


#meerkat-wrap img, #meerkat-wrap a:link img, #meerkat-wrap a:visited img{
	background:none; 
	outline: none;
	border:none; 
	padding:0;
	}



#demo-logo, #demo-logo img, #demo-logo a:link img {
	position: absolute;
	top: 1px;
	left: 25px;
	border:none!important;
}

#close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	border:none;
}

#btn-demo-browse {
	position: absolute;
	top: 15px;
	right: 100px;
	padding:6px 14px;
	background: #777;
	color: #fff!important;
	font-size: 11px;
	text-decoration: none;
	border:1 px solid #333!important;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius:5px;
	border:none;
	cursor:pointer;
}

#btn-demo-browse:hover {
	background:#888;
}


#btn-demo-purchase,
#btn-demo-download {
	position: absolute;
	top: 15px;
	right: 205px;
	padding:6px 14px;
	color: #fff!important;
	font-size: 12px;
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius:5px;
	border:none;
	cursor:pointer;
	  border: 1px solid #990000;
		background: #bb151a; /* Old browsers */
		background: -moz-linear-gradient(top, #be2126 0%, #b21419 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#be2126), color-stop(100%,#b21419)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #be2126 0%,#b21419 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #be2126 0%,#b21419 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #be2126 0%,#b21419 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be2126', endColorstr='#b21419',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #be2126 0%,#b21419 100%); /* W3C */		

}

#btn-demo-purchase:hover,
#btn-demo-download:hover {
		background: #b21419; /* Old browsers */
		background: -moz-linear-gradient(top, #b21419 0%, #be2126 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b21419), color-stop(100%,#be2126)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #b21419 0%,#be2126 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #b21419 0%,#be2126 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #b21419 0%,#be2126 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21419', endColorstr='#be2126',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #b21419 0%,#be2126 100%); /* W3C */
		color: #fff; 
}
