@charset "UTF-8";/* CSS Document *//* CSS Document *//* Div layer for the entire banner. */body, html{	margin: 0;	padding: 0;	font:0;}.noselect {	cursor: pointer;	-webkit-touch-callout: none;	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	-user-select:; none;}.banner-container, .banner-container .container,.banner-container #border{	width: 300px;	height: 250px;}.banner-container{	overflow: hidden;	top:0px;	left:0px;/*	background-color: #6c3b96;*/	background: rgb(103,68,155);	background: radial-gradient(circle, rgba(103,68,155,1) 70%, rgba(86,57,131,1) 100%);}.banner-container #clickThrough{	width: 100%;	height: 100%;	border: 0;	opacity: 0;	z-index: 2000;	cursor: pointer;}.banner-container #border{	position: absolute;	border: 1px solid #000;	z-index: 1999;	box-sizing: border-box;}.banner-container,  #clickThrough, .border, .btn,.txt, .txt-container, .txt-cont, .logo, .img,.tc, .block, .pos_absolute{	position: absolute;}.animation{	-webkit-transition:	all 0.3s ease-in-out;	-moz-transition:	all 0.3s ease-in-out;	-ms-transition:		all 0.3s ease-in-out;	-o-transition:		all 0.3s ease-in-out;	transition:			all 0.3s ease-in-out;}.banner-container .block{	width: 300px;	height: 50px;	background-color: #6c3b96;}/*//////////////////////	TEXT//////////////////////*/.banner-container .txt{	font-family: Helvetica, Arial, sans-serif;	-webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale;	color: #e11a2c;	white-space: nowrap;	opacity: 0;}.banner-container #txt1{	top: 80px;	left: 34px;	width: 232px;}.banner-container .tc.txt{	font-family: Helvetica, Arial, sans-serif;	opacity: 0;	bottom: 5px;	left: 5px;	font-size: 7px;	line-height: 9px;	color: #FFF;}/*//////////////////////	IMAGES//////////////////////*/.banner-container .img{	opacity: 0;}.banner-container #loz_cont_bottom {	width: 213px;	bottom:79px;	right:-64px;}.banner-container #loz {	width: 100%;	top: 0px;	left: 0px;}.banner-container #card {	width: 86px;	top: 7px;	left: 42px;}.banner-container #lockup_cont {	top: 5px;	left: -20px;	width: 287px;}.banner-container #hand {	top: 0;	left: -42px;}.banner-container #wheel_cont {	width: 157px;	height: 195px;	top: 18px;	left: 99px;}.banner-container #wheel {	top: 34px;	left: 0px;}.banner-container #txt_shadow {	top: 61px;	left: 0px;}.banner-container #wednesday {	width: 88px;	top: 0px;	left: 23px;}.banner-container #prize {	width: 250px;	top: 79px;	left: 46px;}.banner-container #dollar_cont {	width: 300px;	height: 250px;	top: 0px;	left: 0px;}.banner-container #nwdollar01 {	width: 25px;	left: 9px;	top: 21px;}.banner-container #nwdollar02 {	width: 24px;	left: 263px;	top: 175px;}.banner-container #nwdollar03 {	width: 24px;	left: 235px;	top: 198px;}.banner-container #airpoint01 {	width: 25px;	left: 40px;	top: 33px;}.banner-container #airpoint02 {	width: 22px;	left: 15px;	top: 59px;}.banner-container #airpoint03 {	width: 24px;	left: 262px;	top: 210px;}.banner-container #nwdollar04 {	width: 24px;	left: 74px;	top: 8px;}.banner-container #airpoint04 {	width: 25px;	left: 45px;	top: 21px;}.banner-container #nwdollar05 {	width: 25px;	left: 33px;	top: 157px;}.banner-container #airpoint05 {	width: 25px;	left: 63px;	top: 167px;}.banner-container #airpoint06 {	width: 22px;	left: 14px;	top: 188px;}/*//////////////////////	BUTTON ANIMATION//////////////////////*/.banner-container .btn{	width: 90px;	height: 32px;	top: 145px;	left: 105px;	color: #e11a2c;/*	font-family: "calibrebold", Helvetica, Arial, sans-serif;*/	-webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale;	font-size: 13px;	line-height: 20px;	opacity: 0;}.banner-container .btn #btn_shape{	width: 92px;	top: 0px;	left: 0px;}.banner-container .btn.rollover #btn_shape{/*	fill: #fedec7;*/	opacity: 0.7;}.banner-container .btn #btn_txt{	width: 60px;	text-align: center;	white-space: nowrap;	color: #e11a2c;	top: 10px;	left: 14px;	opacity: 1;}.banner-container .btn.rollover #btn_txt{/*	fedec7*//*	color: #e11a2c;*/}.banner-container .btn.rollover{	color: #000000;/*	background-color: #ffffff;*/	-webkit-transition:	all 0.3s ease-in-out;	-moz-transition:	all 0.3s ease-in-out;	-ms-transition:		all 0.3s ease-in-out;	-o-transition:		all 0.3s ease-in-out;	transition:			all 0.3s ease-in-out;}