body {
	margin: 0px;
}

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

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

#background {
    position: absolute;
    top: 0px;
		left: 0px;
    width: 160px;
    height: 600px;
    background-color: #000000;
}

#magCover{
    position: absolute;
    top: 0px;
    left: -135px;
    width: 450px;
    height: 600px;
    background: url('magCover.jpg') no-repeat;
}

#stripeTop {
    position: absolute;
    top: 0px;
    left: 0px;
		width: 160px;
    height: 200px;
    background-color: #000000;
}

#stripeMiddle {
    position: absolute;
    top: 200px;
    left: 0px;
    width: 160px;
    height: 200px;
    background-color: #000000;
}

#stripeBottom {
    position: absolute;
    top: 400px;
    left: 0px;
    width: 160px;
    height: 200px;
    background-color: #000000;
}

#txt1 {
    position: absolute;
    top: 85px;
    left: 0px;
		right: 0px;
		margin: 0px auto;
		opacity:0;
		background: url('sprite.png') no-repeat -7px -5px;
		width: 143px;
		height: 41px;
}

#txt2 {
    position: absolute;
    top: 290px;
		left: 0px;
		right: 0px;
		margin: 0px auto;
		opacity:0;
		background: url('sprite.png') no-repeat -12px -59px;
		width: 138px;
		height: 41px;
}

#txt3 {
    position: absolute;
    top: 480px;
		left: 0px;
		right: 0px;
		margin: 0px auto;
		opacity:0;
		background: url('sprite.png') no-repeat -23px -109px;
		width: 114px;
		height: 41px;
}

#txt4 {
    position: absolute;
    top: 64px;
		left: 0px;
		right: 0px;
		margin: 0px auto;
    opacity:0;
		background: url('sprite.png') no-repeat -3px -204px;
		width: 101px;
		height: 88px;
}

#txt5 {
    position: absolute;
    top: 64px;
    left: 12px;
		width: 128px;
		height: 81px;
    opacity:0;
    background: url('sprite.png') no-repeat -16px -320px;
}

#txt6 {
    position: absolute;
    top: 160px;
    left: 12px;
    opacity:0;
		background: url('sprite.png') no-repeat -17px -414px;
		width: 114px;
		height: 15px;
}

#logo {
    position: absolute;
    top: 528px;
		left: 0px;
		right: 0px;
		margin: 0px auto;
		width: 98px;
		height: 45px;
    opacity:0;
    background: url('sprite.png') no-repeat -31px -481px;
}

#cta{
    position: absolute;
    top: 457px;
		left: 0px;
		right: 0px;
		margin: 0px auto;
		width: 104px;
		height: 22px;
    overflow: hidden;
		border-radius: 3px;
    opacity:0;
    background: url('sprite.png') no-repeat -28px -451px;
}

#ctaShimmer {
    position: absolute;
    top: 0px;
    left: -104px;
    width: 111px;
    height: 22px;
		opacity: 0;
    background : url('img_shimmer.png') no-repeat;
}
