div.goto
{
	position: absolute;
	
	top: 0px;
	
	right: 0px;
	
	width: 100%;
	
	height: 100%;
	
	text-align: center;
	
	z-index: 1200;
	
	display: none;
	
}

div.adfilm
{
	position: absolute;
	
	top: 0px;
	
	right: 0px;
	
	width: 100%;
	
	height: 100%;
	
	background:rgba(0,0,0,0.9);
	
	color: white;
	
	z-index: 1200;
	
	display: none;
	
}

div.clsad
{
	position: absolute;
	
	top: 0px;
	
	right: 0px;
	
	
	background:gold;
	
	color: black;
	
	padding:5px;
	
	
	z-index: 1205;
	
	
}




img.goto
{
	position:relative;
	
	max-height:32px;
	max-width: 32px;
	
	margin: calc(50% - 32px) auto;
	margin: -webkit-calc(50% - 32px) auto;
	margin: 32px auto;
	
	

}




img.advertisement
{
	position:relative;
	
	max-height:100%;
	max-width: 100%;
	
	

}

video.advertisement
{
	position:relative;

}

iframe.advertisement
{
	position:relative;
	
	width: 100%;
	
	height: 100%;
	

}

audio.advertisement
{
	position:relative;
	margin:0px auto;
}

div.anad
{
	position: relative;
	
	width: 100%;
	
	height: 100%;
	
}


div.ad_body
{
	position: relative;
	
	width: 100%;
	
	height: 100%;
	
}