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: 11px;
    left: 300px;
	width: 243px;
    height: 80px;
	opacity:0;
    background: url('img_sprites.png') no-repeat 0px -303px;
    z-index: 37;
}

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

#txt2 {
    position: absolute;
    top: 37px;
    left: 96px;
	width: 186px;
    height: 31px;
	opacity:0;
    background: url('img_sprites.png') no-repeat 0px -162px;
    z-index: 37;
}

#txt3 {
    position: absolute;
    top: 37px;
    left: 96px;
	width: 170px;
    height: 31px;
	opacity:0;
    background: url('img_sprites.png') no-repeat 0px -237px;
    z-index: 37;
}

#img_4 {
    position: absolute;
    top: 0px;
    left: -300px;
	width: 150px;
    height: 202px;
	opacity:1;
    background : url('img_panGuy.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;
}