html, body {height: 100%;  margin:0; padding:0;}

div {
	position: absolute;
	opacity: 1;
	left: 0px;
	top: 0px;
}


#banner{
	position: absolute;
	overflow : hidden;
	opacity: 1;
 	color: #ffffff;
	background-color: #ffffff;
	width:300px;
	height:250px;
}



#stage_1, #stage_2{
	position: absolute;

	width:300px;
	height:250px;
	left: 0px;
	right: 0px;
}


.lightBG{
	background-color: #ffffff;
	width:300px;
	height:250px;
}



#banner_layer {
	width:100%;
	height:100%;
}



#coverlayer_1, #coverlayer_2 {
	position:absolute;
	background: #ffffff;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 250px;
}

#clickarea {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 400;
	cursor:pointer;
	color:#fff;
}


.resize300 img{
	width: 300px;
	height: 250px;
	min-width: 300px;
	min-height: 250px;
	max-width: 300px;
	max-height: 250px;
}

.resize300 {

	width: 300px;
	height: 250px;
	min-width: 300px;
	min-height: 250px;
	max-width: 300px;
	max-height: 250px;
}







.resizeMask{
	width: 250px;
	height: 250px;
	min-width: 250px;
	min-height: 250px;
	max-width: 250px;
	max-height: 250px;
}




#border_layer{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	overflow : hidden;
	opacity: 1;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
}

.borderSmallImage {
	top: 0px;
	left: 0px;
	width:128px;
	height:150px;
	position: absolute;
	overflow : hidden;
	opacity: 1;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
}

.borderBigImage {
	top: 0px;
	left: 0px;
	width:286px;
	height:135px;
	overflow : hidden;
	opacity: 1;
	position: absolute;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
}



.outsideText{
	width:250px;
	height:250px;
	background:#fff transparent;
	position:absolute;
	overflow:hidden;
	clip:rect(0px, 250px,250px, 0px)
}




.textSubline{
    font-family: "Futura_Med", "Arial", sans-serif;
	color: #000000; /* #161f6e; */
	font-size: 22px;
  	letter-spacing: -.5px;
    text-align: center;
	position: absolute;
	white-space: nowrap;
    height: auto;
	border-radius: 0px;


}

#cta_holder {
	left: 0px;
	text-align: center;
	width: 100%;
}

.textCta{
	background: #000000;
	padding: 6px 10px;
	position: relative;
	width: auto;
    color: #ffffff;
    display: inline-block;
    font-family: 'FuturaStd_Book';
    font-size: 10.4px;
    letter-spacing: 0.5px;
    line-height: 10.4px;
    margin: 0;
    text-align: center;
    text-decoration: none;
}

.overflowHidden{
	width:286px;
	height:135px;
	top:0px;
	left:0px;
	position:absolute;
	overflow: hidden;
}

.resizeBigImage{
	min-width:286px;
	min-height:135px;
	max-width:286px;
	max-height:135px;
	top:0px;
	left:0px;
	position:absolute;
}







