body {
	margin: 0px;
}

#container {
	top: 0px;
	left: 0px;
	width: 300px;
	height: 250px;
	display: block;
	position: relative;
	cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	border: 1px solid #a39382;
	overflow: hidden;
}

#banner {
	top: -1px;
	left: -1px;
	width: 300px;
	height: 250px;
	display: block;
	overflow: hidden;
}

#background {
    position: absolute;
    top: 0px;
		left: 0px;
    width: 300px;
    height: 250px;
    opacity: 0;
		background-color: #0073cf;
    z-index: 28;
}

#logoBase {
    position: absolute;
    bottom: 0px;
		left: 0px;
		background: url('img_sprites.png') no-repeat 0 -409px;
		width: 300px;
		height: 59px;
		opacity: 0;
    z-index: 89;
}

#txt1 {
    position: absolute;
    top: 96px;
    left: -300px;
		background: url('img_sprites.png') no-repeat -4px -77px;
		width: 217px;
		height: 53px;
		opacity:0;
    z-index: 37;
}

#icon1 {
	position: absolute;
	top: 31px;
	left: -300px;
	background: url('img_sprites.png') no-repeat -214px 0;
	width: 86px;
	height: 52px;
	opacity: 0;
	z-index: 37;
}

#txt2 {
    position: absolute;
    top: 96px;
    left: -300px;
		background: url('img_sprites.png') no-repeat -4px -140px;
		width: 257px;
		height: 57px;
		opacity:0;
    z-index: 37;
}

#icon2 {
	position: absolute;
	top: 18px;
	left: -300px;
	background: url('img_sprites.png') no-repeat -122px 0;
	width: 68px;
	height: 68px;
	opacity: 0;
	z-index: 37;
}

#txt3 {
    position: absolute;
    top: 102px;
    left: -300px;
		background: url('img_sprites.png') no-repeat -1px -205px;
		width: 176px;
		height: 49px;
		opacity: 0;
    z-index: 37;
}

#icon3 {
	position: absolute;
	top: 34px;
	left: -300px;
	background: url('img_sprites.png') no-repeat 0 0;
	width: 85px;
	height: 62px;
	opacity: 0;
	z-index: 37;
}

#txt4 {
    position: absolute;
    top: 49px;
    left: -300px;
		background: url('img_sprites.png') no-repeat -18px -300px;
		width: 139px;
		height: 102px;
    z-index: 37;
}

#txt5 {
    position: absolute;
    top: 163px;
    left: 95px;
		background: url('img_sprites.png') no-repeat -187px -211px;
		width: 107px;
		height: 12px;
		opacity:0;
    z-index: 37;
}

#txt6 {
    position: absolute;
    top: 20px;
    left: -300px;
		background: url('img_sprites.png') no-repeat -21px -269px;
		width: 265px;
		height: 19px;
		opacity:0;
    z-index: 37;
}

#txt7 {
    position: absolute;
    top: 49px;
    right: -100px;
		background: url('img_sprites.png') no-repeat -177px -299px;
		width: 93px;
		height: 97px;
		opacity:0;
    z-index: 37;
}

#cta_container {
    position: absolute;
    bottom: 28px;
		left: 159px;
    width: 125px;
    height: 31px;
		overflow: hidden;
    z-index: 91;
}


#ctaBtnOver {
    position: absolute;
    top: 0px;
		left: 0px;
    width: 43px;
    height: 31px;
		opacity: 0;
    background : url('graphic_shimmer.png') no-repeat;
    z-index: 91;
}

#invisibleOver {
    position: absolute;
    top: 0px;
		left: 0px;
    width: 300px;
    height: 250px;
		opacity: 1;
    background : url('graphic_transparentShim.png') no-repeat;
    z-index: 100;
}
