html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body{
		
}
#ad {
	position:relative;
	width: 300px;
	height: 600px;
	overflow: hidden;
	cursor: pointer;
	visibility: hidden;
}
#banner {
	top: 0px;
	left: 0px;
	width: 300px;
	height: 600px;
	overflow: hidden;
	display: block;
	visibility:hidden;
	margin:0;
}
#introFrame {
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
	z-index:10;
}
/*intro text sperated */
#introText1 { /*for the*/
	left:74px;
	top:54px;
	position:absolute;
	width:165px;
	height:13px;
	z-index:9;
	background-position: top left;
	background-repeat: no-repeat;
	
}
#introText2 { /*one*/
	left: 74px;
	top: 74px;
	position: absolute;
	width: 165px;
	height: 62px;
	z-index: 8;
	background-position: left -20px;
	background-repeat: no-repeat;
}
#introText3 { /*line*/
	left:74px;
	top:140px;
	position:absolute;
	width:165px;
	height:2px;
	z-index:7;
	background-position: left -86px;
	background-repeat: no-repeat;
	
}
#introText4, #textMasker { /*whos always*/
	left:0px;
	top:2px;
	position:absolute;
	width:165px;
	height:65px;
	z-index:6;
	background-position: 0px -89px;
	background-repeat: no-repeat;
	overflow:hidden;
}
 #textMasker {
	left:74px;
	top:141px;
	height:65px;
	
 }
#introImage{
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	height:600px;
	z-index:5;
	box-shadow: 0 0 0 1px #e53238 inset;
}



#productArea {
	position:absolute;
	width:207px;
	height:286px;
	left:47px;
	top:210px;
	overflow:hidden;
}
#product1, #product2, #product3{
	position:absolute;
	width:207px;
	height:286px;
	top:0px;
	left:0px;
	background-position:top left;
}
#product2 {	
	left: 210px;
	z-index:2;
	background-position:-207px;
}
#product3 {
	left:210px;
	z-index:3;
	background-position:-414px;
}
#arrowLeft, #arrowRight {
	position:absolute;
	top:308px;
	left:40px;
	width:18px;
	height:80px;
	z-index:4;
	cursor:pointer;
}
#arrowRight {
	left:auto;
	right:39px;
	background-position:-18px;
		
}
#ctaEnd, #ctaIntro {
	position: absolute;
	width: 148px;
	height: 37px;
	top: 507px;
	left: 76px;
	z-index: 6;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#ctaEnd {
	z-index:2;
	background-position: -296px 0px;
}

#endFrame {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 600px;
	background-repeat: no-repeat;
	background-position:center center;
	z-index:1;
	box-shadow: 0 0 0 1px #000000 inset;
}