body {
	margin: 0px;
}

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

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

#img_logoLowerPlate {
    position: absolute;
    top: 201px;
	left: -1px;
    width: 300px;
    height: 48px;
    opacity: 0;
    background : url('img_sprites.png') no-repeat 0px 0px;
    z-index: 30;
}

#img_pan {
    position: absolute;
    top: -1px;
	left: -300px;
    width: 600px;
    height: 202px;
    background : url('img_pan.jpg') no-repeat;
    z-index: 28;
}

#bluePlate {
    position: absolute;
    top: 33px;
    left: 300px;
	width: 177px;
    height: 84px;
	opacity:0;
    background: url('img_sprites.png') no-repeat 0px -303px;
    z-index: 37;
}

#txt1 {
    position: absolute;
    top: 33px;
    left: 300px;
	width: 177px;
    height: 84px;
	opacity:0;
    background: url('img_sprites.png') no-repeat 0px -49px;
    z-index: 37;
}

#txt2 {
    position: absolute;
    top: 33px;
    left: 122px;
	width: 177px;
    height: 84px;
	opacity:0;
    background: url('img_sprites.png') no-repeat 0px -134px;
    z-index: 37;
}

#txt3 {
    position: absolute;
    top: 33px;
    left: 122px;
	width: 177px;
    height: 84px;
	opacity:0;
    background: url('img_sprites.png') no-repeat 0px -219px;
    z-index: 37;
}

#img_4 {
    position: absolute;
    top: 102px;
    left: -116px;
	width: 25px;
    height: 15px;
	opacity:1;
    background : url('img_4.png') no-repeat;
    z-index: 40;
}

#ctaShimmer {
    position: absolute;
    top: 215px;
	left: 134px;
    width: 42px;
    height: 21px;
	opacity: 0;
    background : url('img_shimmer.png') no-repeat;
    z-index: 39;
}

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