$(function(){
	$('#btnPop01').click(function(){
		//$('.meerkat').destroyMeerkat();
		$('#meerkat').meerkat({
		//meerkat({
			background: '#000',
			opacity: '0.6',
			height: '80%',
			width: '100%',
			position: 'bottom',
			//close: '#meerkat-container',
			close: '.close-meerkat',
			//dontShowAgain: '.dont-show',
			animationIn: 'slide',
			animationSpeed: 500,
			removeCookie: '.reset'
		})//.addClass('close-meerkat');
		return false;
	});
	/*$('a.closeLayer').click(function(){
		this.style.backgroundPosition = "0 0";
	});
	$('a.closeLayer').mouseover(function(){
		this.style.backgroundPosition = "0 -25px";
	});
	$('a.closeLayer').mouseout(function(){
		this.style.backgroundPosition = "0 0";
	});*/
});
