.catfishAdContainer{
	position:fixed;
	width:100%;
	bottom:0;
	left:0;
	text-align:center;
	background-color:#fff;
	height:0;
	overflow:hidden;
	z-index:9999;
}
.transitionalAdContainer{
	position:fixed;
	width:100%;	
	top:0;
	left:0;
	text-align:center;'
	background-color:#fff;
	background-color:rgba(255,255,255,0.8);
	height:0;
	overflow:hidden;
	z-index:99999;
}
.transitionalAdContainer.active{
	height:100%;
}
.transitionalAd{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;	
	background-color:#fff;
	margin:auto;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
.close_btn{
	width:20px;
	height:18px;
	display:block;
	position:absolute;
	top:5px;
	right:5px;
	background:url(images/close_btn.png) center center no-repeat;
	z-index:100;
}
@media screen and ( max-width:767px ){
	.catfishDesktop{
		display:none;
	}
	.catfishMobile{
		width:100%;
		height:100%;
	}
	.transitionalAdContainer{
		display:none;
	}
}
@media screen and ( min-width:768px ){
	.catfishMobile{
		display:none;
	}
	.catfishDesktop{
		width:100%;
		height:100%;
	}
}