/*
#tvscreen{
	position:absolute;
	top:15px;
	left:360px;}
*/
	

	
.scn-1, .scn-2, .scn-3, .scn-4 {
	position: absolute;
	padding:0;
	margin: 0;
	left: 0px;
	top: 0px;
	width: 1280px;
	height: 720px;
	display: none;
}



/*scenario-1*/

.scn-1 #ad1 {
	position: absolute;
	left: 0;
	top: 0px;
	width: 384px;
	height: 720px;
}

.scn-1 #ad2 {
	position: absolute;
	left: 384px;
	bottom: 0;
	width: 896px;
	height: 216px;
}


.scn-1 #ad1 img {
	width: 384px;
	height: 720px;
}

.scn-1 #ad2 img {
	width: 896px;
	height: 216px;
}



/*scenario-2*/

.scn-2 #ad1 {
	position: absolute;
	left: 0;
	top: 0px;
	width: 384px;
	height: 504px;

}

.scn-2 #ad2{
	position: absolute;
	left: 0;
	top: 504px;
	width: 384px;
	height: 216px;

}

.scn-2 #ad3 {
	position: absolute;
	top: 504px;
	left: 384px;
	width: 896px;
	height: 216px;
}

.scn-2 #ad1 img {
	width: 384px;
	height: 504px;

}

.scn-2 #ad2 img {
	width: 384px;
	height: 216px;

}

.scn-2 #ad3 img {
	width: 896px;
	height: 216px;
}


/*scenario-3*/

.scn-3 #ad1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 384px;
	height: 504px;
}
.scn-3 #ad2{
	position: absolute;
	left: 0px;
	top: 504px;
	width: 384px;
	height: 216px;
}

.scn-3 #ad3 {
	position: absolute;
	left: 384px;
	top: 504px;
	width: 448px;
	height: 216px;
}
.scn-3 #ad4 {
	position: absolute;
	left: 832px;
	top: 504px;
	width: 448px;
	height: 216px;
}

.scn-3 #ad1 img {
	width: 384px;
	height: 504px;
}
.scn-3 #ad2 img {
	width: 384px;
	height: 216px;
}

.scn-3 #ad3 img {
	width: 448px;
	height: 216px;
}
.scn-3 #ad4 img {
	width: 448px;
	height: 216px;
}


/*scenario-4*/

.scn-4 #ad1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 384px;
	height: 504px;
}

.scn-4 #ad2 {
	position: absolute;
	left: 0;
	top: 504px;
	width: 1280px;
	height: 216px;
}

.scn-4 #ad1 img {
	width: 384px;
	height: 504px;
}

.scn-4 #ad2 img {
	width: 1280px;
	height: 216px;
}



#ad-text {
	position: absolute;
	left: 0px;
	top: 690px;
	width: 1280px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
	-webkit-marquee: backwards medium infinite 50 scroll;
	overflow-y: -webkit-marquee;
	z-index: 1000;
}