body{
	background-color: white;
	margin: 0;
	padding: 0;
}
noscript{
	position: absolute;
	top: 0; 
	left: 0;
	width: 300px; 
	height: 250px;
	z-index: 1000;
}
.ad-container {
	width: 300px;
	height: 250px;
	overflow: hidden;
	background-color: black;
	position: absolute;
}
.ad-container a{
	z-index: 3;
	width: 300px;
	height: 250px;
	position: absolute;
}
#logo{
	background-image: url(logo.png);
	height: 36px;
	width: 37px;
	position: absolute;
	top: 196px;
	left: 234px;
}
.frame{
/*	opacity: 0;*/
	position: absolute;
	width: 300px;
	height: 111px;
	overflow: hidden;
	top: 14px
}
.frame img{
	display: none;
}
#images img{
	position: absolute;
}
div[class^='image'],
div[class^='image'] img{
	position: absolute;
}

.image1{
	left: 102px;
}
.image1 img{
	-ms-transform: scale(0deg); /* IE 9 */
   	-webkit-transform: scale(0deg);  /* Safari */
    transform: rotate(0deg);
}

.image2{
left: 212px;
    top: -51px;
	-ms-transform: scale(60deg); /* IE 9 */
   	-webkit-transform: scale(60deg);  /* Safari */
    transform: rotate(60deg);
}
.image2 img{
	-ms-transform: scale(-60deg); /* IE 9 */
   	-webkit-transform: scale(-60deg);  /* Safari */
    transform: rotate(-60deg);
}
.image3{
	left: 299px;
    top: 27px;
	-ms-transform: scale(120deg); /* IE 9 */
   	-webkit-transform: scale(120deg);  /* Safari */
    transform: rotate(120deg);    
}
.image3 img{
	-ms-transform: scale(-120deg); /* IE 9 */
   	-webkit-transform: scale(-120deg);  /* Safari */
    transform: rotate(-120deg);
}
.image4{
    top: 111px;
    left: 202px;
    -ms-transform: scale(180deg); /* IE 9 */
   	-webkit-transform: scale(180deg);  /* Safari */
    transform: rotate(180deg);
}
.image4 img{
	-ms-transform: scale(-180deg); /* IE 9 */
   	-webkit-transform: scale(-180deg);  /* Safari */
    transform: rotate(-180deg);
}

.image5{
	top: 162px;
    left: 89px;
	-ms-transform: scale(240deg); /* IE 9 */
   	-webkit-transform: scale(240deg);  /* Safari */
    transform: rotate(240deg);
}
.image5 img{
	-ms-transform: scale(-240deg); /* IE 9 */
   	-webkit-transform: scale(-240deg);  /* Safari */
    transform: rotate(-240deg);
}

.image6{
	left: 2px;
    top: 86px;
	-ms-transform: scale(-60deg); /* IE 9 */
   	-webkit-transform: scale(-60deg);  /* Safari */
    transform: rotate(-60deg);
}
.image6 img{
	-ms-transform: scale(60deg); /* IE 9 */
   	-webkit-transform: scale(60deg);  /* Safari */
    transform: rotate(60deg);
}

#texts{
	opacity: 1;
	position: absolute;
	width: 300px;
	height: 250px;
	overflow: hidden;
}
#txt1{
	opacity: 0;
	position: absolute;
}
#txt2{
	opacity: 0;
	position: absolute;
}
#txt3{
	opacity: 0;
	position: absolute;
}
#final{
	position: absolute;
}
.finalItem{
	opacity: 0;
	position: absolute;
}
#finalTxt1{
}
#finalTxt2{
}
#ctaBtn{
	background-image: url(finalCta.png);
	width: 73px;
	height: 25px;
	top: 207px;
	left: 12px;
	background-position: top;
	z-index: 3;
}
#ctaBtn:hover{
	background-position: bottom;
}
#disclaimer_btn{
	display: none;
	opacity: 0;
	position: absolute;
	left: 285px;
	top: 21px;
	z-index: 4;
	cursor: pointer;
}
#disclaimerBox{
	position: absolute;
	top: 250px;
	width: 300px;
	height: 250px;
	background: black;
	opacity: 0.90;
	z-index: 3;
}
#disclaimer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	color: white;
	margin: 15px 12px 0px 10px;
}