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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

body {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #6f757e;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#banner {
	position: absolute;
	overflow: hidden;
	width: 298px;
	height: 248px;
	background-color: #fff;
	border: 1px solid #ccc;
	top: 0;
	left: 0;
	margin: auto;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    opacity: 0;
}
.text {
	position: absolute;
	width: 298px;
	height: 35px;
    font-size: 17px;
	text-align: center;
    opacity: 0;
}
#text1 {
	top: 17px;
	left: 280px;
}
#text2 {
	top: 31px;
	left: -280px;
	font-size: 55px;
    color: #000000;
}
#text3 {
	top: 87px;
	left: 280px;
	font-size: 16px;
}
span {
    font-weight: 700;
}
#cashslider {
	position: absolute;
	width: 298px;
	height: 120px;
	left: 2px;
	top: 113px;
	opacity: 0;
}
#cashslider .caption {
	position: absolute;
	width: 221px;
	height: 25px;
	text-align: center;
    top: 15px;
	font-size: 16px;
}
#slider {
	position: absolute;
	width: 212px;
	height: 9px;
	top: 41px;
	left: 40px;
	border: 1px solid #6ecee7;
    background-color: white;
	border-radius: 9px;
}
#sliderfill {
	position: relative;
	width: 0;
	height: 9px;
    left: -1px;
    top: -1px;
	background-color: #b0e7fb;
	border: 1px solid #b0e7fb;
	border-radius: 9px;
}
#pivot {
	position: absolute;
	width: 33px;
	height: 33px;
	background-image: url('LT_110416_CleanLoanSlider_RateHeadline_15Yr_WhiteBg_RedBtn_300x250_slidertip.png');
	top: 29px;
	left: 0;
	margin-left: 30px;
	z-index: 410;
}
#labelcash {
	position: absolute;
	width: 100px;
	height: 50px;
    left: 191px;
	top: 16px;
	font-size: 16px;
	font-weight: 700;
    color: #31353b;
}
#logo {
	position: absolute;
	width: 107px;
	height: 45px;
	left: 7px;
	bottom: 9px;
	background-image: url('LT_110416_CleanLoanSlider_RateHeadline_15Yr_WhiteBg_RedBtn_300x250_logo.png');
}
#cta {
	position: absolute;
	overflow: hidden;
	width: 166px;
	height: 36px;
    bottom: -40px;
	right: 9px;
	opacity: 0;
	background-image: url('LT_110416_CleanLoanSlider_RateHeadline_15Yr_WhiteBg_RedBtn_300x250_cta.png');
}
#shine {
	position: absolute;
	width: 200px;
	height: 60px;
	left: -210px;
	background-image: url('LT_110416_CleanLoanSlider_RateHeadline_15Yr_WhiteBg_RedBtn_300x250_shine.png');
	z-index: 100;
}
/* invisible clickthrough */
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 400;
}
