.inter-ad-container {
	position: fixed;
	width: 100%;
	/*height: 50%;
	background-color: #ccc;
	*/
	min-height: 50px;
	max-height: 350px;
	top: 40%;
	left: 0;
	text-align: center;
	vertical-align: middle;
	z-index: 9999;
	margin: 0 auto;
	right: 0;
}
.inter-ad-container_chitika {
	position: fixed;
	width: 100%;
	
	min-height: 50px;
	max-height: 350px;
	top: 40%;
	left: 0;
	text-align: center;
	vertical-align: middle;
	z-index: 29999;
	margin: 0 auto;
	right: 0;
        
}

.inter-ad-container_chitika * {
	width: 100%;
	height: 100%;
}

.close-button {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	right:0;
	background: url( 'images/close_button.png' ) no-repeat 0 0;
}
.close-button:hover {
	cursor: pointer;
}
.plugin-card{
    min-height: 385px !important;
}
mark, ins, iframe{
    background-color: transparent !important;
    text-decoration: none;
}