/* ---- 300x250 ----*/

/*--------- END EDITABLES ---------*/

/*elements appear from left side - make left border*/
/*.textOnPanel {
	border-left: 50px solid #000;
	left: -50px !important;
}*/

/*.sprite {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(images/300x250_sprites_crushed.png);
}*/

* {margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent; -webkit-touch-callout:none; -webkit-user-select:none; -webkit-text-size-adjust:none; }

body { background-color: #FFF; }

#ad {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 300px;
	height: 250px;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;

	cursor: pointer;
}

#loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 250px;
	/*z-index: 1001;*/
	opacity: 1;
	background-image: url("sling_loader.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fff;
}

#border {
	position: absolute;
	top: 0;
	left: 0;
	width: 298px;
	height: 248px;

	pointer-events: none;
	border: 1px solid #999;
}