
body {background: #000; color: #fff; min-width: 1500px}
header {background: url('/img/nav_bg.jpg'); width: 100%; height: 100px; position:relative;}
header ul.nav {width: 1300px; position:absolute; left: 50%; margin-left: -650px;}
header ul.nav li {display:inline-block; vertical-align:top; border-right: 1px solid #3c2c15; padding: 0 10px 0 5px; margin: 25px 0;}
header ul.nav li:last-child {border: none;}
header ul.nav li div {width: 110px; height: 50px; background: url('/img/nav.png') no-repeat; transition: all .3s ease}
header ul.nav li.aboutgame div	{background-position: 0 0;}
header ul.nav li.howtoplay div	{background-position: -110px 0;}
header ul.nav li.qna div		{background-position: -220px 0;}
header ul.nav li.error div		{background-position: -330px 0;}
header ul.nav li.event div		{background-position: -440px 0;}
header ul.nav li.partner div	{background-position: -550px 0;}
header ul.nav li.notice div		{background-position: -660px 0;}
header ul.nav li:hover div {background-position-y: -50px; cursor:pointer; transition: all .3s ease}

header ul.nav li.logo {margin: 0px 160px 0px 0; padding: 0; border: none}

.main_slide {height: 350px; background: url('/img/slide_bg.jpg') #000 center no-repeat; position:relative;}

.main_slide .video_bg { position: absolute; width: 100%; height: 350px; overflow: hidden; }
.main_slide .video_bg video {top: -240px; position: relative; opacity: 0.2; width: 100%;}
.main_slide .slide_wrap {width: 1250px; position:absolute; left: 50%; margin-left: -625px;}
.main_slide .slide_wrap > div {display:inline-block; vertical-align:top;}
.main_slide .slide_wrap .slider {width: 900px; margin-right: 40px;}

.bx-controls.bx-has-pager{ position: absolute; bottom: 25px; left: 33%; }
.bx-wrapper .bx-pager { text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #666; }
.bx-wrapper .bx-pager.bx-default-pager a { background: #666; text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 5px; outline: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus { background: #fff; }
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; vertical-align: bottom; *zoom: 1; *display: inline; }
.bx-wrapper .bx-pager-item { font-size: 0; line-height: 0;}

.main_slide .event_popup {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    z-index: 100;
    top: 340px;
}
.main_slide .event_popup .e_btn {position:absolute; bottom: 0px; width: 140px; height: 30px; text-indent: -9999px; cursor:pointer;}
.main_slide .event_popup .e_btn.close {right: 0; width: 50px;}
.main_slide .event_popup.right {z-index: 100; left: 440px !important; position:absolute; width: 500px; height: 350px;}

.main_slide .slide_wrap .login_wrap {width: 300px; position:relative; top: 45px}
.main_slide .slide_wrap .login_wrap .box_before {background: url('/pf/dn/dn_001/z_img/cs_log_bg.png') no-repeat; height: 150px; width: 280px; padding: 10px;}
.main_slide .slide_wrap .login_wrap .box_before div {margin: 5px 7px;}
.main_slide .slide_wrap .login_wrap .box_before div input {width: 243px; background: none; color: #fff; border: 1px solid #595959; height: 40px; font-size: 13px; padding: 0 10px; outline: none}
.main_slide .slide_wrap .login_wrap .box_before div.btn {width: 265px; height: 40px; background: url('/img/login_ele.png') no-repeat; background-position: -300px 0 ; margin-top: 10px; cursor:pointer;}
.main_slide .slide_wrap .login_wrap .box_sign {background: url('/img/login_ele.png') no-repeat; background-position: 0 -430px; height: 80px; margin-top: 10px; cursor: pointer;}


.main_slide .slide_wrap .login_wrap .box_after {background: url('/img/login_ele.png') no-repeat; background-position: 0 -170px; height: 240px; width: 280px; padding: 10px; font-size: 13px; }
.main_slide .slide_wrap .login_wrap .box_after .welcome {color: #dec481; text-align:center; line-height: 50px; font-size: 15px;}
.main_slide .slide_wrap .login_wrap .box_after li {display:inline-block; vertical-align:top; width: 42%; margin: 7px 10px;}
.main_slide .slide_wrap .login_wrap .box_after li:hover {color:#fee7b5; cursor:pointer;}
.main_slide .slide_wrap .login_wrap .box_after .btn {text-align:center;}
.main_slide .slide_wrap .login_wrap .box_after .btn div {display:inline-block; vertical-align:top; height: 40px; width: 130px; background: url('/img/login_ele.png') no-repeat; line-height: 40px; text-align:center; color: #240b00; font-weight:bold; cursor:pointer;}
.main_slide .slide_wrap .login_wrap .box_after .btn div.mypage {background-position: -300px -40px;}
.main_slide .slide_wrap .login_wrap .box_after .btn div.logout {background-position: -435px -40px;}

.main_slide .slide_wrap .login_wrap .box_after .level {font-size: 11px; margin: 10px 8px 15px 8px;}
.main_slide .slide_wrap .login_wrap .box_after .level .txt {color: #aaa;}
.main_slide .slide_wrap .login_wrap .box_after .level .process_bg {border: 1px solid #555;  height: 30px; position:relative;}

.main_slide .slide_wrap .login_wrap .box_after .level .process_bg .process_bar {background: url('/img/process_bar.jpg') #153530 no-repeat; width: 70%; height: 100%;
 -webkit-animation: level_ani 5s linear infinite;
 -moz-animation: level_ani 5s linear infinite;
 animation: level_ani 5s linear infinite;}

@-webkit-keyframes level_ani {
	0% {nav background-position-x: 400%}
	50% {background-position-x: 0%}
	100% {background-position-x: -400%}
}

@-moz-keyframes level_ani {
	0% {background-position-x: 400%}
	50% {background-position-x: 0%}
	100% {background-position-x: -400%}
}

@keyframes level_ani {
	0% {background-position-x: 400%}
	50% {background-position-x: 0%}
	100% {background-position-x: -400%}
}

.main_slide .slide_wrap .login_wrap .box_after .level .process_bg .process_txt {position: absolute; top: 0; font-size: 13px; text-align: center; width: 100%; line-height: 30px;}


.main_money {background: url('/img/money_bg.jpg'); height: 76px; position:relative;}
.main_money ul {width: 1200px; position:absolute; left: 50%; margin-left: -600px;}
.main_money ul li {background: url('/img/money_btn.png') no-repeat; width: 210px; height: 75px; display:inline-block; vertical-align:top; margin: 0 5px; transition: all .3s ease; position:relative; top: -10px}
.main_money ul li:hover {background: url('/img/money_btn_on.png') no-repeat; transition: all 0.3s ease; cursor:pointer;}
.main_money ul li.in	{background-position: 0 0;}
.main_money ul li.out	{background-position: 0 -75px;}
.main_money ul li.move	{background-position: 0 -150px;}
.main_money ul li.event	{background-position: 0 -225px;}
.main_money ul li.cs_call {background: none; font-size: 13px; width: 250px; padding: 10px 0; margin: 0 0 0 30px; top: 0px}
.main_money ul li.cs_call .number {color: #dec481; font-size: 30px; font-weight:bold; margin-top: -5px;}



.main_game {background: url('/img/gamebtn_bg.jpg') no-repeat; padding: 20px 0; min-height: calc(100% + 50px); box-shadow: inset 0 0 30px 5px; color: #000; position:relative;}
.main_game .gamebtn_wrap {background: url('/img/gamebtn_box.jpg') no-repeat; height: 500px; width: 1150px; position:relative; left: 50%; margin-left: -575px; transition: all .3s ease}
.main_game .gamebtn_wrap .gamebtn_top {height: 65px;}
.main_game .gamebtn_wrap .gamebtn_cont {height: 416px; transition: all .3s ease
background: -moz-linear-gradient(70deg, #b98739 0%,#d0ae76 3%,#fdf7e5 7%,#cda557 10%,#e2bf73 13%,#f9dc91 17%,#c89e53 20%, #b98739 25%,#d0ae76 28%,#fdf7e5 32%,#cda557 35%,#e2bf73 38%,#f9dc91 45%,#c89e53 48%, #b98739 50%,#d0ae76 53%,#fdf7e5 57%,#cda557 60%,#e2bf73 63%,#f9dc91 67%,#c89e53 70%, #b98739 75%,#d0ae76 78%,#fdf7e5 82%,#cda557 85%,#e2bf73 88%,#f9dc91 95%,#c89e53 100%);
background: -webkit-linear-gradient(70deg, #b98739 0%,#d0ae76 3%,#fdf7e5 7%,#cda557 10%,#e2bf73 13%,#f9dc91 17%,#c89e53 20%, #b98739 25%,#d0ae76 28%,#fdf7e5 32%,#cda557 35%,#e2bf73 38%,#f9dc91 45%,#c89e53 48%, #b98739 50%,#d0ae76 53%,#fdf7e5 57%,#cda557 60%,#e2bf73 63%,#f9dc91 67%,#c89e53 70%, #b98739 75%,#d0ae76 78%,#fdf7e5 82%,#cda557 85%,#e2bf73 88%,#f9dc91 95%,#c89e53 100%);
background: linear-gradient(70deg, #b98739 0%,#d0ae76 3%,#fdf7e5 7%,#cda557 10%,#e2bf73 13%,#f9dc91 17%,#c89e53 20%, #b98739 25%,#d0ae76 28%,#fdf7e5 32%,#cda557 35%,#e2bf73 38%,#f9dc91 45%,#c89e53 48%, #b98739 50%,#d0ae76 53%,#fdf7e5 57%,#cda557 60%,#e2bf73 63%,#f9dc91 67%,#c89e53 70%, #b98739 75%,#d0ae76 78%,#fdf7e5 82%,#cda557 85%,#e2bf73 88%,#f9dc91 95%,#c89e53 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98739', endColorstr='#c89e53',GradientType=1 );
box-shadow: 0px 0px 20px #000;
}

.main_game .gamebtn_wrap.slot {height: 750px; transition: all .3s ease}
.main_game .gamebtn_wrap.slot .gamebtn_cont {height: 665px; transition: all .3s ease}

.main_game .gamebtn_wrap .gamebtn_top li {display:inline-block; vertical-align:top;}
.main_game .gamebtn_wrap .gamebtn_top li.txt { color: #240b00; font-weight:bold; font-size: 20px; line-height: 60px; padding: 0 20px;}
.main_game .gamebtn_wrap .gamebtn_top li.txt img{height: 30px; position:relative; top: 7px}
.main_game .gamebtn_wrap .gamebtn_top li.jackpot {width: 500px; color:#240b00; font-weight:bold; font-size: 35px; position:relative; left: 60px; text-align:center; top: 7px;}
.main_game .gamebtn_wrap .gamebtn_top li.jackpot .img {position:absolute; top: -36px; left: 50%; margin-left: -92px;}

.main_game .gamebtn_wrap .gamebtn_top .outlist_gamebtn {float: right; position:relative; background: #432915; width: 270px; right: 10px; top: 15px; }
.main_game .gamebtn_wrap .gamebtn_top ul.outlist {font-size: 13px; line-height: 30px; color:#fff;padding: 0px 10px !important;}
.main_game .gamebtn_wrap .gamebtn_top ul.outlist li {width: 250px; height: 30px;}
.main_game .gamebtn_wrap .gamebtn_top ul.outlist li div {display:inline-block; vertical-align:top; text-align:center;}
.main_game .gamebtn_wrap .gamebtn_top ul.outlist li div.rank {width: 10%;}
.main_game .gamebtn_wrap .gamebtn_top ul.outlist li div.user {width: 20%;}
.main_game .gamebtn_wrap .gamebtn_top ul.outlist li div.amount {width: 50%; text-align:right;}
.main_game .gamebtn_wrap .gamebtn_top ul.outlist li div.date {color: #aaa; font-size: 11px; float:right;}


.gamebtn_cont .game_nav, .gamebtn_cont div {display:inline-block; vertical-align:top;}
.gamebtn_cont .game_nav li { background: url('/img/gamebtn_leftmenu.png') no-repeat; background-position: -280px 0; margin: 5px; transition: all .3s ease}
.gamebtn_cont .game_nav li:hover,
.gamebtn_cont .game_nav li.ui-tabs-active { background-position: -420px 0; transition: all .3s ease}
.gamebtn_cont .game_nav li a {display:block; width: 140px; height: 132px; background: url('/img/gamebtn_leftmenu.png') no-repeat; outline: none; transition: all .3s ease}
.gamebtn_cont .game_nav li.live a {background-position: 0 0;}
.gamebtn_cont .game_nav li.slot a {background-position: 0 -132px;}
.gamebtn_cont .game_nav li.hotel a {background-position: 0 -264px;}
.gamebtn_cont .game_nav li:hover a,
.gamebtn_cont .game_nav li.ui-tabs-active a {background-position-x: -140px; transition: all .3s ease}
.gamebtn_cont div.btn_list {background: rgba(0,0,0,0.9); margin: 5px 5px 5px -5px; width: 994px; height: calc(100% - 10px);}
.gamebtn_cont div.btn_list ul {padding: 8px 9px;}
.gamebtn_cont div.btn_list ul li {width: 185px; height: 185px; background: url('/img/gamebtn_btn.png') no-repeat; display:inline-block; vertical-align:top; margin: 5px; float: left; position:relative; overflow: hidden; cursor:pointer;}
.gamebtn_cont div.btn_list ul li.micro		{background-position: 0 0 }
.gamebtn_cont div.btn_list ul li.allbet		{background-position: -185px 0 }
.gamebtn_cont div.btn_list ul li.asia		{background-position: -370px 0 }
.gamebtn_cont div.btn_list ul li.lotus		{background-position: -555px 0 }
.gamebtn_cont div.btn_list ul li.evolution	{background-position: -740px 0 }
.gamebtn_cont div.btn_list ul li.gameplay	{background-position: -925px 0 }
.gamebtn_cont div.btn_list ul li.ho			{background-position: -1110px 0 }
.gamebtn_cont div.btn_list ul li.playtech	{background-position: -1295px 0 }
.gamebtn_cont div.btn_list ul li.vivo		{background-position: -1480px 0 }
.gamebtn_cont div.btn_list ul li.taishan	{background-position: -1665px 0 }

.gamebtn_cont div.btn_list ul li div {position:absolute; width: 100%; height: 100%; transition: all .3s ease}
.gamebtn_cont div.btn_list ul li div.logo { background: url('/img/gamebtn_btn.png') no-repeat; background-position: 0 -185px; top: 0;}
.gamebtn_cont div.btn_list ul li div.txt_en { background: url('/img/gamebtn_btn.png') no-repeat; background-position: 0 -370px; left: 0;}
.gamebtn_cont div.btn_list ul li div.txt_ko { background: url('/img/gamebtn_btn.png') no-repeat; background-position: 0 -555px; left: 0;}
.gamebtn_cont div.btn_list ul li.active div.logo {top: -70px; opacity: 0;}
.gamebtn_cont div.btn_list ul li.active div.txt_en {left: -70px; opacity: 0;}
.gamebtn_cont div.btn_list ul li.active div.txt_ko {left: 70px; opacity: 0;}

.gamebtn_cont div.btn_list ul li.micro div		{background-position-x: 0 }
.gamebtn_cont div.btn_list ul li.allbet	div		{background-position-x: -185px }
.gamebtn_cont div.btn_list ul li.asia div		{background-position-x: -370px }
.gamebtn_cont div.btn_list ul li.lotus div		{background-position-x: -555px }
.gamebtn_cont div.btn_list ul li.evolution div	{background-position-x: -740px }
.gamebtn_cont div.btn_list ul li.gameplay div	{background-position-x: -925px }
.gamebtn_cont div.btn_list ul li.ho	div			{background-position-x: -1110px }
.gamebtn_cont div.btn_list ul li.playtech div	{background-position-x: -1295px }
.gamebtn_cont div.btn_list ul li.vivo div		{background-position-x: -1480px }
.gamebtn_cont div.btn_list ul li.taishan div	{background-position-x: -1665px }
.gamebtn_cont div.btn_list ul li.microslot div	{background-position-x: -1760px}

.gamebtn_cont div.btn_list ul li div.hover {background: rgba(0,0,0,0.5); text-align:center; font-weight: bold; font-size: 18px; opacity: 0; transition: all .3s ease;}
.gamebtn_cont div.btn_list ul li div.hover font {display:block; font-size: 15px; }
.gamebtn_cont div.btn_list ul li.active div.hover {opacity: 1; transition: all .3s ease}
	.gamestart, .gamestart::before, .gamestart::after { position: absolute; top: 0; bottom: 0; left: 0; right: 0;}
	.gamestart { width: 100px; height: 70px; margin: auto; color: #fff; padding: 30px 0 0 0; animation: txtsha 6s linear infinite; }
	.gamestart::before, .gamestart::after { content: ''; z-index: 0; margin: -5%; box-shadow: inset 0 0 0 1px; animation: clipMe 6s linear infinite; }
	.gamestart::before { animation-delay: -3s; }

	@keyframes clipMe {
	  0%, 100% { clip: rect(0px, 110px, 1px, 0px); color:#fee6b5;}
	  25% { clip: rect(0px, 1px, 110px, 0px); }
	  50% { clip: rect(105px, 110px, 110px, 0px); color:#a38b5e;}
	  75% { clip: rect(0px, 110px, 110px, 105px); }
	}
	@keyframes txtsha {
	  0%, 100% { text-shadow: 0 0 5px #fff; }
	  25% { text-shadow: 0 0 50px #fff; }
	  50% { text-shadow: 0 0 5px yellow; }
	  75% { text-shadow: 0 0 50px yellow; }
	}

.gamebtn_cont div#hotel ul li {width: 185px; height: 185px; background: url('/img/gamebtn_btn_hotel.png') no-repeat; display:inline-block; vertical-align:top; margin: 5px; float: left; position:relative; overflow: hidden; cursor:pointer;}
.gamebtn_cont div#hotel ul li.midas		{background-position: 0 0 }
.gamebtn_cont div#hotel ul li.solaire	{background-position: -185px 0 }
.gamebtn_cont div#hotel ul li.cod		{background-position: -370px 0 }

.gamebtn_cont div#hotel ul li div {position:absolute; width: 100%; height: 100%; transition: all .3s ease}
.gamebtn_cont div#hotel ul li div.logo { background: url('/img/gamebtn_btn_hotel.png') no-repeat; background-position: 0 -185px; top: 0;}
.gamebtn_cont div#hotel ul li div.txt_en { background: url('/img/gamebtn_btn_hotel.png') no-repeat; background-position: 0 -370px; left: 0;}
.gamebtn_cont div#hotel ul li div.txt_ko { background: url('/img/gamebtn_btn_hotel.png') no-repeat; background-position: 0 -555px; left: 0;}
.gamebtn_cont div#hotel ul li.active div.logo {top: -70px; opacity: 0;}
.gamebtn_cont div#hotel ul li.active div.txt_en {left: -70px; opacity: 0;}
.gamebtn_cont div#hotel ul li.active div.txt_ko {left: 70px; opacity: 0;}

.gamebtn_cont div#hotel ul li.midas div		{background-position-x: 0 }
.gamebtn_cont div#hotel ul li.solaire div	{background-position-x: -185px }
.gamebtn_cont div#hotel ul li.cod div		{background-position-x: -370px }

.gamebtn_cont div.btn_list ul li div.fix {background: rgba(0,0,0,0.85); text-align:center; font-weight: bold; font-size: 15px; color: #fff; z-index: 50;}
.gamebtn_cont div.btn_list ul li div.fix section {word-break: break-all; padding: 0 10px;}
.gamebtn_cont div.btn_list ul li div.fix img { width: 70px; height: 70px; display:block; margin: 15px auto;}
.gamebtn_cont div.btn_list ul li div.fix font {display:block; font-size: 11px; }

.gamebtn_cont div#slot {background: rgba(0,0,0,0.9); margin: 5px 5px 5px -5px; width: 994px; height: calc(100% - 10px);}
.gamebtn_cont div#slot ul li {display:inline-block; vertical-align:top; color: #fff; float: left; box-sizing: border-box; width: 20%; height: 44px; border: 1px solid #333; text-align:center; border-width: 1px 1px 1px 0;}
.gamebtn_cont div#slot ul li:first-child {border-left: 1px solid #333}
.gamebtn_cont div#slot ul li {background: url('/img/gamebtn_slotmenu_off.jpg'); transition: all .3s ease; cursor:pointer; outline: none;}
.gamebtn_cont div#slot ul li.ui-tabs-active,
.gamebtn_cont div#slot ul li:hover {background: url('/img/gamebtn_slotmenu_on.jpg'); transition: all .3s ease}
.gamebtn_cont div#slot ul li a {display:block; width: 180px; height: 30px; background: url('/img/gamebtn_slotmenu.png') no-repeat; background-position: 0 -30px; margin: 7px auto; transition: all .3s ease; outline: none;}
.gamebtn_cont div#slot ul li.micro a	{background-position-x: 0;}
.gamebtn_cont div#slot ul li.asia a		{background-position-x: -180px;}
.gamebtn_cont div#slot ul li.gameplay a {background-position-x: -360px;}
.gamebtn_cont div#slot ul li.playtech a {background-position-x: -540px;}
.gamebtn_cont div#slot ul li.habanero a {background-position-x: -720px;}
.gamebtn_cont div#slot ul li.ui-tabs-active a,
.gamebtn_cont div#slot ul li:hover a {background-position-y: 0; transition: all .3s ease}


.slotlist {overflow: auto; height: calc(100% - 44px); padding: 0 40px;}
.slotlist dl > dd {display:inline-block; width: 120px; text-align:center;  margin: 10px; cursor:pointer; color: #fff;}
.slotlist > dl > dd > dl > dd {display:block; width: 100%;}
.slotlist > dl > dd > dl > dd.img {height: 120px; width: 120px; background-position: -12px -8px !important; background-color: #000;}
.slotlist > dl > dd > dl > dd.name {font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.slotlist > dl > dd:hover > dl > dd.name {color: #dec481;}



/* slot */

	#breakAwayDeluxeDesktop dl .img {background:url('/img/micro/breakAwayDeluxeDesktop.png')no-repeat;}
	#showdownSaloonDesktop dl .img {background:url('/img/micro/actionOpsSnowAndSableDesktop.png')no-repeat;}
	#ourDaysADesktop dl .img {background:url('/img/micro/ourDaysADesktop.png')no-repeat;}
	#actionOpsSnowAndSableDesktop dl .img {background:url('/img/micro/showdownSaloonDesktop.png')no-repeat;}
	#bookOfOzDesktop dl .img {background:url('/img/micro/bookOfOzDesktop.png')no-repeat;}
	#emotiCoinsDesktop dl .img {background:url('/img/micro/BTN_Emoticoins.png')no-repeat;}
	#oinkCountryLoveDesktop dl .img {background:url('/img/micro/BTN_OinkCountryLove.png')no-repeat;}
	#oceans dl .img {background:url('/img/micro/BTN_7Oceans1.png')no-repeat;}
	#RubyAvalonV90 dl .img {background:url('/img/micro/BTN_Avalon1.png')no-repeat;}
	#BigKahuna dl .img {background:url('/img/micro/BTN_BigKahuna1.png')no-repeat;}
	#RubyBreakDaBankAgainV90 dl .img {background:url('/img/micro/BTN_BreakDaBankAgain1.png')no-repeat;}
	#RubyBurningDesireV90 dl .img {background:url('/img/micro/BTN_BurningDesire1.png')no-repeat;}
	#RubyCashapillar dl .img {background:url('/img/micro/BTN_Cashapillar1.png')no-repeat;}
	#coolbuck dl .img {background:url('/img/micro/BTN_CoolBuck1.png')no-repeat;}
	#GoldFactoryV90 dl .img {background:url('/img/micro/BTN_GoldFactory1.png')no-repeat;}
	#gdragon dl .img {background:url('/img/micro/BTN_GoldenDragon6.png')no-repeat;}
	#LadyInRed dl .img {background:url('/img/micro/BTN_LadyInRed2.png')no-repeat;}
	#MermaidsMillionsV90 dl .img {background:url('/img/micro/BTN_MermaidsMillions1.png')no-repeat;}
	#RROldKingColeV90 dl .img {background:url('/img/micro/BTN_RRKing1.png')no-repeat;}
	#OrientalFortune dl .img {background:url('/img/micro/BTN_OrientalFortune2.png')no-repeat;}
	#playboy dl .img {background:url('/img/micro/BTN_Playboy1.png')no-repeat;}
	#RubyPrimePropertyV90 dl .img {background:url('/img/micro/BTN_PrimeProperty1.png')no-repeat;}
	#ReelStrike dl .img {background:url('/img/micro/BTN_ReelStrike1.png')no-repeat;}
	#RubyScrooge dl .img {background:url('/img/micro/BTN_Scrooge1.png')no-repeat;}
	#Silverfang dl .img {background:url('/img/micro/BTN_SilverFang1.png')no-repeat;}
	#Spectacular dl .img {background:url('/img/micro/BTN_Spectacular3.png')no-repeat;}
	#StarscapeV90 dl .img {background:url('/img/micro/BTN_StarScape1.png')no-repeat;}
	#RubyTheOsbournes dl .img {background:url('/img/micro/BTN_TheOsbournes1.png')no-repeat;}
	#ThroneOfEgyptv90 dl .img {background:url('/img/micro/BTN_ThroneOfEgypt1.png')no-repeat;}
	#ThunderStruckV90 dl .img {background:url('/img/micro/BTN_Thunderstruck1.png')no-repeat;}
	#wwizards dl .img {background:url('/img/micro/BTN_WinningWizards1.png')no-repeat;}
	#Avalon2 dl .img {background:url('/img/micro/BTN_AvalonII.png')no-repeat;}
	#UntamedCrownedEagle dl .img {background:url('/img/micro/BTN_UntamedCrownedEagle.png')no-repeat;}
	#beautifulBones dl .img {background:url('/img/micro/BeautifulBones_Button.png')no-repeat;}
	#hellboy dl .img {background:url('/img/micro/BTN_HellBoy1.png')no-repeat;}
	#jurassicWorld dl .img {background:url('/img/micro/BTN_JurassicWorld.png')no-repeat;}
	#halloweenDesktop dl .img {background:url('/img/micro/Halloween_Button_Rollover.png')no-repeat;}
	#monsterWheelsDesktop dl .img {background:url('/img/micro/MonsterWheels_BTN_Rollover.png')no-repeat;}
	#StarDust dl .img {background:url('/img/micro/StarDust_Button.png')no-repeat;}
	#mobyDickOnlineSlotDesktop dl .img {background:url('/img/micro/MobyDick_Button_Rectangle2.png')no-repeat;}
	#theRatPack dl .img {background:url('/img/micro/ratpack.png')no-repeat;}
	#emperorOfTheSea dl .img {background:url('/img/micro/BTN__EmperorOfTheSea.png')no-repeat;}
	#pollenParty  dl .img {background:url('/img/micro/BTN_PollenParty.png')no-repeat;}
	#frozenDiamonds  dl .img {background:url('/img/micro/BTN_FrozenDiamonds.png')no-repeat;}
	#reelGems dl .img {background:url('/img/micro/BTN_ReelGems.png')no-repeat;}
	#kingsOfCash dl .img {background:url('/img/micro/BTN_KingsOfCash.png')no-repeat;}
	#lostVegas dl .img {background:url('/img/micro/BTN_LostVegas.png')no-repeat;}
	#dragonz dl .img {background:url('/img/micro/BTN_Dragonz.png')no-repeat;}
	#tarzan dl .img {background:url('/img/micro/Tarzan_Button.png')no-repeat;}
	#shoot dl .img {background:url('/img/micro/BTN_Shoot.png')no-repeat;}

	#luckyFirecrackerDesktop dl .img	{background:url('/img/micro/luckyFirecrackerDesktop.png')no-repeat; }
	#fortuniumDesktop dl .img			{background:url('/img/micro/Fortunium_BTN_Rollover.png')no-repeat; }
	#wildScarabsDesktop dl .img			{background:url('/img/micro/WildScarabs_Button_Logo_en.png')no-repeat; }

	#micro_slot > dl > dd:hover > dl > dd.img {background-position-x:-158px !important;}

	#TA18 dl .img {background:url('/img/asia/Joker_Wild_50H_logo_EN.gif')no-repeat;}
	#TA1C dl .img {background:url('/img/asia/PKBD_EN.gif')no-repeat;}
	#TA12 dl .img {background:url('/img/asia/PKBJ_EN.gif')no-repeat;}
	#TA17 dl .img {background:url('/img/asia/Joker_Wild_50H_logo_EN.gif')no-repeat;}
	#TA1F dl .img {background:url('/img/asia/PKBD_EN.gif')no-repeat;}
	#TA0Z dl .img {background:url('/img/asia/PKBJ_EN.gif')no-repeat;}
	#XINHTG02 dl .img {background:url('/img/asia/Baccarat_logo_EN.gif')no-repeat;}
	#asia_202 dl .img {background:url('/img/asia/XG03_EN.gif')no-repeat;}
	#asia_141 dl .img {background:url('/img/asia/PKBB_EN.gif')no-repeat;}
	#asia_144 dl .img {background:url('/img/asia/SB33_EN.gif')no-repeat;}
	#asia_204 dl .img {background:url('/img/asia/XG05_EN.gif')no-repeat;}
	#asia_140 dl .img {background:url('/img/asia/PKBD_EN.gif')no-repeat;}
	#asia_209 dl .img {background:url('/img/asia/XG10_EN.gif')no-repeat;}
	#DTGDTAQ dl .img {background:url('/img/asia/Dragon_Phoenix_Prosper.jpg')no-repeat;}
	#asia_200 dl .img {background:url('/img/asia/XG01_EN_ZH.gif')no-repeat;}
	#asia_147 dl .img {background:url('/img/asia/SB35_EN.gif')no-repeat;}
	#asia_212 dl .img {background:url('/img/asia/XG13_EN.gif')no-repeat;}
	#DTGDTAB dl .img {background:url('/img/asia/fantasy_forest.png')no-repeat;}
	#asia_148 dl .img {background:url('/img/asia/SB36_EN.gif')no-repeat;}
	#DTGDTA8 dl .img {background:url('/img/asia/five_elements.png')no-repeat;}
	#asia_146 dl .img {background:url('/img/asia/FRU2_EN.gif')no-repeat;}
	#asia_206 dl .img {background:url('/img/asia/XG07_EN.gif')no-repeat;}
	#DTGDTAT dl .img {background:url('/img/asia/fulushou.jpg')no-repeat;}
	#DTGDTAR dl .img {background:url('/img/asia/glory_of_heroes.jpg')no-repeat;}
	#asia_802 dl .img {background:url('/img/asia/gold_class.png')no-repeat;}
	#TA0Y dl .img {background:url('/img/asia/golden_dragon_logo_EN.gif')no-repeat;}
	#asia_203 dl .img {background:url('/img/asia/XG04_EN.gif')no-repeat;}
	#DTGDTB1 dl .img {background:url('/img/asia/happy_farm.png')no-repeat;}
	#DTGDTAG dl .img {background:url('/img/asia/happy_new_year.jpg')no-repeat;}
	#asia_208 dl .img {background:url('/img/asia/highroller_EN.gif')no-repeat;}
	#asia_145 dl .img {background:url('/img/asia/SB34_EN.gif')no-repeat;}
	#DTGDTAM dl .img {background:url('/img/asia/investiture_of_gods.jpg')no-repeat;}
	#asia_215 dl .img {background:url('/img/asia/XG16_EN.gif')no-repeat;}
	#asia_211 dl .img {background:url('/img/asia/XG12_EN.gif')no-repeat;}
	#asia_156 dl .img {background:url('/img/asia/Legend_of_the_Dragon.png')no-repeat;}
	#asia_201 dl .img {background:url('/img/asia/XG02_EN.gif')no-repeat;}
	#asia_143 dl .img {background:url('/img/asia/SB32_EN.gif')no-repeat;}
	#asia_210 dl .img {background:url('/img/asia/XG11_EN.gif')no-repeat;}
	#asia_161 dl .img {background:url('/img/asia/mr_xin.png')no-repeat;}
	#TA01 dl .img,
	#TA02 dl .img {background:url('/img/asia/multihand_blackjack_deluxe.png')no-repeat;}
	#asia_205 dl .img {background:url('/img/asia/XG06_EN.gif')no-repeat;}
	#asia_207 dl .img {background:url('/img/asia/XG08_EN.gif')no-repeat;}
	#asia_150 dl .img {background:url('/img/asia/SB38_EN.gif')no-repeat;}
	#DTGDTAZ dl .img {background:url('/img/asia/rocknight.jpg')no-repeat;}
	#TA1L dl .img,
	#TAITA1L dl .img {background:url('/img/asia/TA1S_EN.jpg')no-repeat;}
	#TAITA1O dl .img {background:url('/img/asia/TA1S_EN.jpg')no-repeat;}
	#DTGDTA0 dl .img {background:url('/img/asia/saiyan_battle_z.jpg')no-repeat;}
	#asia_149 dl .img {background:url('/img/asia/SB37_EN.gif')no-repeat;}
	#asia_142 dl .img {background:url('/img/asia/SB31_EN.gif')no-repeat;}
	#asia_221 dl .img {background:url('/img/asia/street_battle.png')no-repeat;}
	#asia_160 dl .img {background:url('/img/asia/the_dragon_pearl_gold.png')no-repeat;}
	#DTGDTAF dl .img {background:url('/img/asia/wealthy_god_arriving.jpg')no-repeat;}
	#asia_139 dl .img {background:url('/img/asia/SB30_EN.gif')no-repeat;}
	#asia_slot > dl > dd > dl > dd.img {background-position: 0 0 !important; background-size: cover;}



	#fourguardians dl .img	{background: url('/img/gameplay/4 Guardians.png') no-repeat;}
	#sevenbrothers dl .img	{background: url('/img/gameplay/7 Brothers.png') no-repeat;}
	#sevenwonders dl .img	{background: url('/img/gameplay/7 Wonders.png') no-repeat;}
	#goldenwheel dl .img	{background: url('/img/gameplay/777 Golden Wheel.png') no-repeat;}
	#assaultontitan dl .img	{background: url('/img/gameplay/Assault on Titan.png') no-repeat;}
	#baseball dl .img		{background: url('/img/gameplay/Baseball.png') no-repeat;}
	#baseballpro dl .img	{background: url('/img/gameplay/Baseball Pro.png') no-repeat;}
	#bikinibeach dl .img	{background: url('/img/gameplay/Bikini Beach.png') no-repeat;}
	#boxing dl .img			{background: url('/img/gameplay/Boxing.png') no-repeat;}
	#boxingpro dl .img		{background: url('/img/gameplay/Boxing Pro.png') no-repeat;}
	#candylicious dl .img	{background: url('/img/gameplay/Candylicious.png') no-repeat;}
	#casinoroyale dl .img	{background: url('/img/gameplay/Casino Royale.png') no-repeat;}
	#casinoroyalepro dl .img{background: url('/img/gameplay/Casino Royale Pro.png') no-repeat;}
	#deepblue dl .img		{background: url('/img/gameplay/Deep Blue.png') no-repeat;}
	#desertoasis dl .img	{background: url('/img/gameplay/Desert Oasis.png') no-repeat;}
	#dimsumlicious dl .img	{background: url('/img/gameplay/Dimsumlicious.png') no-repeat;}
	#florassecret dl .img	{background: url('/img/gameplay/Floras Secret.png') no-repeat;}
	#forbiddenchamber dl .img{background: url('/img/gameplay/Forbidden Chamber.png') no-repeat;}
	#fortunecat	dl .img		{background: url('/img/gameplay/Fortune Cat.png') no-repeat;}
	#fortunedice dl .img	{background: url('/img/gameplay/Fortune Dice.png') no-repeat;}
	#fortunekoi dl .img		{background: url('/img/gameplay/Fortune Koi.png') no-repeat;}
	#fortunetree dl .img	{background: url('/img/gameplay/Fortune Tree.png') no-repeat;}
	#fourbeauties dl .img	{background: url('/img/gameplay/Four Beauties.png') no-repeat;}
	#fruitilicious dl .img	{background: url('/img/gameplay/Fruitilicious.png') no-repeat;}
	#fulushou dl .img		{background: url('/img/gameplay/Fu Lu Shou.png') no-repeat;}
	#genisys dl .img		{background: url('/img/gameplay/Genisys.png') no-repeat;}
	#godoffortune dl .img	{background: url('/img/gameplay/God of Fortune.png') no-repeat;}  <!--
	#godofgamblers dl .img	{background: url('/img/gameplay/God of Gamblers.png') no-repeat;}
	#goldeneggs dl .img		{background: url('/img/gameplay/Golden Eggs.png') no-repeat;}
	#golftour dl .img		{background: url('/img/gameplay/Golf.png') no-repeat;}
	#kingsofhighway dl .img	{background: url('/img/gameplay/Kings of Highway.png') no-repeat;}
	#klassik dl .img		{background: url('/img/gameplay/Klassik.png') no-repeat;}
	#ladyluck dl .img		{background: url('/img/gameplay/Lady Luck.png') no-repeat;}
	#lanternfestival dl .img	{background: url('/img/gameplay/Lantern Festival.png') no-repeat;}
	#lanternfestivalpro dl .img	{background: url('/img/gameplay/Lantern Festival Pro.png') no-repeat;}
	#legendofnezha dl .img	{background: url('/img/gameplay/Legend of Nezha.png') no-repeat;}
	#littlemonsters dl .img	{background: url('/img/gameplay/Little Monsters.png') no-repeat;}
	#mafia dl .img			{background: url('/img/gameplay/Mafia.png') no-repeat;}
	#monkeyking dl .img		{background: url('/img/gameplay/Monkey King.png') no-repeat;}
	#panda dl .img			{background: url('/img/gameplay/Panda.png') no-repeat;}
	#pharaoh dl .img		{background: url('/img/gameplay/Pharaoh.png') no-repeat;}
	#phoenix dl .img		{background: url('/img/gameplay/Phoenix.png') no-repeat;}
	#piratestreasure dl .img{background: url('/img/gameplay/Pirates Treasure.png') no-repeat;}
	#qixi dl .img			{background: url('/img/gameplay/Qixi Festival.png') no-repeat;}
	#queenbee dl .img		{background: url('/img/gameplay/Queen Bee.png') no-repeat;}
	#redchamber dl .img		{background: url('/img/gameplay/Red Chamber.png') no-repeat;}
	#romanempire dl .img	{background: url('/img/gameplay/Roman Empire.png') no-repeat;}
	#romanempirepro dl .img	{background: url('/img/gameplay/Roman Empire Pro.png') no-repeat;}
	#samuraisushi dl .img	{background: url('/img/gameplay/Samurai Sushi.png') no-repeat;}
	#sweettreats dl .img	{background: url('/img/gameplay/Sweet Treats.png') no-repeat;}
	#nutcracker dl .img	{background: url('/img/gameplay/The Nutcracker.png') no-repeat;}
	#threekingdoms dl .img	{background: url('/img/gameplay/Three Kingdoms.png') no-repeat;}
	#tokyohunter dl .img	{background: url('/img/gameplay/Tokyo Hunter.png') no-repeat;}
	#underwaterworld dl .img{background: url('/img/gameplay/Underwater World.png') no-repeat;}
	#underwaterworldpro dl .img	{background: url('/img/gameplay/Underwater World Pro.png') no-repeat;}
	#worldofwarlords dl .img{background: url('/img/gameplay/World of Warlords.png') no-repeat;}
	#soccer dl .img			{background: url('/img/gameplay/World Soccer Slot.png') no-repeat;}
	#zeus dl .img			{background: url('/img/gameplay/Zeus.png') no-repeat;}
	#Cleopatra dl .img		{background: url('/img/gameplay/Cleopatra.png') no-repeat;}
	#monsterscash dl .img	{background: url('/img/gameplay/monster.png') no-repeat;}

	#gameplay_slot > dl > dd > dl > dd.img {background-position: 0 0 !important; background-size: cover;}

	#ght_a dl .img {background:url('/img/playtech/ght_a.png')no-repeat; }
	#gtsflzt dl .img {background:url('/img/playtech/gtsflzt.png')no-repeat; }
	#bs dl .img {background:url('/img/playtech/bs.png')no-repeat; }
	#chao dl .img {background:url('/img/playtech/chao.png')no-repeat; }
	#fkmj dl .img {background:url('/img/playtech/fkmj.png')no-repeat; }
	#ftg dl .img {background:url('/img/playtech/ftg.png')no-repeat; }
	#gemq dl .img {background:url('/img/playtech/gemq.png')no-repeat; }
	#jqw dl .img {background:url('/img/playtech/jqw.png')no-repeat; }
	#kfp dl .img {background:url('/img/playtech/kfp.png')no-repeat; }
	#longlong dl .img {background:url('/img/playtech/longlong.png')no-repeat; }
	#qnw dl .img {background:url('/img/playtech/qnw.png')no-repeat; }
	#ririjc dl .img {background:url('/img/playtech/ririjc.png')no-repeat; }
	#sx dl .img {background:url('/img/playtech/sx.png')no-repeat; }
	#trpmnk dl .img {background:url('/img/playtech/trpmnk.png')no-repeat; }
	#zctz dl .img {background:url('/img/playtech/zctz.png')no-repeat; }
	#ashamw dl .img {background:url('/img/playtech/ashamw.png')no-repeat; }
	#arc dl .img {background:url('/img/playtech/arc.png')no-repeat; }
	#gtsatq dl .img {background:url('/img/playtech/gtsatq.png')no-repeat; }
	#ba dl .img {background:url('/img/playtech/ba.png')no-repeat; }
	#bt dl .img {background:url('/img/playtech/bt.png')no-repeat; }
	#bob dl .img {background:url('/img/playtech/bob.png')no-repeat; }
	#bfb dl .img {background:url('/img/playtech/bfb.png')no-repeat; }
	#cheaa dl .img {background:url('/img/playtech/cheaa.png')no-repeat; }
	#chl dl .img {background:url('/img/playtech/chl.png')no-repeat; }
	#cm dl .img {background:url('/img/playtech/cm.png')no-repeat; }
	#gtscnb dl .img {background:url('/img/playtech/gtscnb.png')no-repeat; }
	#gtscbl dl .img {background:url('/img/playtech/gtscbl.png')no-repeat; }
	#c7 dl .img {background:url('/img/playtech/c7.png')no-repeat; }
	#gtsdrdv dl .img {background:url('/img/playtech/gtsdrdv.png')no-repeat; }
	#donq dl .img {background:url('/img/playtech/donq.png')no-repeat; }
	#gtsdgk dl .img {background:url('/img/playtech/gtsdgk.png')no-repeat; }
	#eas dl .img {background:url('/img/playtech/eas.png')no-repeat; }
	#evj dl .img {background:url('/img/playtech/evj.png')no-repeat; }
	#gtsfc dl .img {background:url('/img/playtech/gtsfc.png')no-repeat; }
	#foy dl .img {background:url('/img/playtech/foy.png')no-repeat; }
	#fxf dl .img {background:url('/img/playtech/fxf.png')no-repeat; }
	#fdt dl .img {background:url('/img/playtech/fdt.png')no-repeat; }
	#ashfmf dl .img {background:url('/img/playtech/ashfmf.png')no-repeat; }
	#fff dl .img {background:url('/img/playtech/fff.png')no-repeat; }
	#fm dl .img {background:url('/img/playtech/fm.png')no-repeat; }
	#glg dl .img {background:url('/img/playtech/glg.png')no-repeat; }
	#bib dl .img {background:url('/img/playtech/bib.png')no-repeat; }
	#hlf dl .img {background:url('/img/playtech/hlf.png')no-repeat; }
	#hlf2 dl .img {background:url('/img/playtech/hlf2.png')no-repeat; }
	#gts50 dl .img {background:url('/img/playtech/gts50.png')no-repeat; }
	#gtsjxb dl .img {background:url('/img/playtech/gtsjxb.png')no-repeat; }
	#gtsjhw dl .img {background:url('/img/playtech/gtsjhw.png')no-repeat; }
	#mgstk dl .img {background:url('/img/playtech/mgstk.png')no-repeat; }
	#hh dl .img {background:url('/img/playtech/hh.png')no-repeat; }
	#gtsmrln dl .img {background:url('/img/playtech/gtsmrln.png')no-repeat; }
	#mfrt dl .img {background:url('/img/playtech/mfrt.png')no-repeat; }
	#nk dl .img {background:url('/img/playtech/nk.png')no-repeat; }
	#rodz_g dl .img {background:url('/img/playtech/rodz_g.png')no-repeat; }
	#ro_g dl .img {background:url('/img/playtech/ro_g.png')no-repeat; }
	#pmn dl .img {background:url('/img/playtech/pmn.png')no-repeat; }
	#pgv dl .img {background:url('/img/playtech/pgv.png')no-repeat; }
	#pst dl .img {background:url('/img/playtech/pst.png')no-repeat; }
	#paw dl .img {background:url('/img/playtech/paw.png')no-repeat; }
	#gtspor dl .img {background:url('/img/playtech/gtspor.png')no-repeat; }
	#rky dl .img {background:url('/img/playtech/rky.png')no-repeat; }
	#gtssmbr dl .img {background:url('/img/playtech/gtssmbr.png')no-repeat; }
	#ssp dl .img {background:url('/img/playtech/ssp.png')no-repeat; }
	#shmst dl .img {background:url('/img/playtech/shmst.png')no-repeat; }
	#sis dl .img {background:url('/img/playtech/sis.png')no-repeat; }
	#ashsbd dl .img {background:url('/img/playtech/ashsbd.png')no-repeat; }
	#tpd2 dl .img {background:url('/img/playtech/tpd2.png')no-repeat; }
	#ash3brg dl .img {background:url('/img/playtech/ash3brg.png')no-repeat; }
	#tmqd dl .img {background:url('/img/playtech/tmqd.png')no-repeat; }
	#topg dl .img {background:url('/img/playtech/topg.png')no-repeat; }
	#er dl .img {background:url('/img/playtech/er.png')no-repeat; }
	#vcstd dl .img {background:url('/img/playtech/vcstd.png')no-repeat; }
	#gts52 dl .img {background:url('/img/playtech/gts52.png')no-repeat; }
	#whk dl .img {background:url('/img/playtech/whk.png')no-repeat; }
	#wis dl .img {background:url('/img/playtech/wis.png')no-repeat; }
	#gtswng dl .img {background:url('/img/playtech/bs.png')no-repeat; }
	#wlg dl .img {background:url('/img/playtech/gtswng.png')no-repeat; }
	#zcjb dl .img {background:url('/img/playtech/zcjb.png')no-repeat; }

	#TGBlackjackAmerican dl .img {background:url('/img/habanero/TGBlackjackAmerican.png') no-repeat;}
	#SGPresto dl .img {background:url('/img/habanero/SGPresto.png') no-repeat;}
	#SGLondonHunter dl .img {background:url('/img/habanero/SGLondonHunter.png') no-repeat;}
	#SGFourDivineBeasts dl .img {background:url('/img/habanero/SGFourDivineBeasts.png') no-repeat;}
	#SG5Mariachis dl .img {background:url('/img/habanero/SG5Mariachis.png') no-repeat;}
	#TGDragonTiger dl .img {background:url('/img/habanero/TGDragonTiger.png') no-repeat;}
	#SGSantasVillage dl .img {background:url('/img/habanero/SGSantasVillage.png') no-repeat;}
	#SGRollingRoger dl .img {background:url('/img/habanero/SGRollingRoger.png') no-repeat;}
	#SGCakeValley dl .img {background:url('/img/habanero/SGCakeValley.png') no-repeat;}
	#SGScruffyScallywags dl .img {background:url('/img/habanero/SGScruffyScallywags.png') no-repeat;}
	#SGTheDeadEscape dl .img {background:url('/img/habanero/SGTheDeadEscape.png') no-repeat;}
	#TGWar dl .img {background:url('/img/habanero/TGWar.png') no-repeat;}
	#SGPandaPanda dl .img {background:url('/img/habanero/SGPandaPanda.png') no-repeat;}
	#SGBirdOfThunder dl .img {background:url('/img/habanero/SGBirdOfThunder.png') no-repeat;}
	#TGThreeCardPoker dl .img {background:url('/img/habanero/TGThreeCardPoker.png') no-repeat;}
	#SGTheKoiGate dl .img {background:url('/img/habanero/SGTheKoiGate.png') no-repeat;}
	#SGFireRooster dl .img {background:url('/img/habanero/SGFireRooster.png') no-repeat;}
	#SGFenghuang dl .img {background:url('/img/habanero/SGFenghuang.png') no-repeat;}
	#SGJugglenaut dl .img {background:url('/img/habanero/SGJugglenaut.png') no-repeat;}
	#SGSparta dl .img {background:url('/img/habanero/SGSparta.png') no-repeat;}
	#SGOceansCall dl .img {background:url('/img/habanero/SGOceansCall.png') no-repeat;}
	#SGGangsters dl .img {background:url('/img/habanero/SGGangsters.png') no-repeat;}
	#SGSuperTwister dl .img {background:url('/img/habanero/SGSuperTwister.png') no-repeat;}
	#SGArcaneElements dl .img {background:url('/img/habanero/SGArcaneElements.png') no-repeat;}
	#SGCoyoteCrash dl .img {background:url('/img/habanero/SGCoyoteCrash.png') no-repeat;}
	#SG12Zodiacs dl .img {background:url('/img/habanero/SG12Zodiacs.png') no-repeat;}
	#SGFaCaiShen dl .img {background:url('/img/habanero/SGFaCaiShen.png') no-repeat;}
	#SGRuffledUp dl .img {background:url('/img/habanero/SGRuffledUp.png') no-repeat;}
	#SGBombsAway dl .img {background:url('/img/habanero/SGBombsAway.png') no-repeat;}
	#SGDragonsThrone dl .img {background:url('/img/habanero/SGDragonsThrone.png') no-repeat;}
	#SGRomanEmpire dl .img {background:url('/img/habanero/SGRomanEmpire.png') no-repeat;}
	#SGZeus2 dl .img {background:url('/img/habanero/SGZeus2.png') no-repeat;}
	#SicBo dl .img {background:url('/img/habanero/SicBo.png') no-repeat;}
	#Baccarat3HZC dl .img {background:url('/img/habanero/Baccarat3HZC.png') no-repeat;}
	#BlackJack3HDoubleExposure dl .img {background:url('/img/habanero/BlackJack3HDoubleExposure.png') no-repeat;}
	#BlackJack3H dl .img {background:url('/img/habanero/BlackJack3H.png') no-repeat;}
	#SGWickedWitch dl .img {background:url('/img/habanero/SGWickedWitch.png') no-repeat;}
	#SGGoldRush dl .img {background:url('/img/habanero/SGGoldRush.png') no-repeat;}
	#SGGalacticCash dl .img {background:url('/img/habanero/SGGalacticCash.png') no-repeat;}
	#SGBuggyBonus dl .img {background:url('/img/habanero/SGBuggyBonus.png') no-repeat;}
	#SGTreasureTomb dl .img {background:url('/img/habanero/SGTreasureTomb.png') no-repeat;}
	#SGTreasureDiver dl .img {background:url('/img/habanero/SGTreasureDiver.png') no-repeat;}
	#SGCarnivalCash dl .img {background:url('/img/habanero/SGCarnivalCash.png') no-repeat;}
	#SGTheDragonCastle dl .img {background:url('/img/habanero/SGTheDragonCastle.png') no-repeat;}
	#SGMonsterMashCash dl .img {background:url('/img/habanero/SGMonsterMashCash.png') no-repeat;}
	#SGLittleGreenMoney dl .img {background:url('/img/habanero/SGLittleGreenMoney.png') no-repeat;}
	#SGVikingsPlunder dl .img {background:url('/img/habanero/SGVikingsPlunder.png') no-repeat;}
	#SGDrFeelgood dl .img {background:url('/img/habanero/SGDrFeelgood.png') no-repeat;}
	#SGBlackbeardsBounty dl .img {background:url('/img/habanero/SGBlackbeardsBounty.png') no-repeat;}
	#SGWeirdScience dl .img {background:url('/img/habanero/SGWeirdScience.png') no-repeat;}
	#SGPoolShark dl .img {background:url('/img/habanero/SGPoolShark.png') no-repeat;}
	#SGSOS dl .img {background:url('/img/habanero/SGSOS.png') no-repeat;}
	#SGZeus dl .img {background:url('/img/habanero/SGZeus.png') no-repeat;}
	#SGPamperMe dl .img {background:url('/img/habanero/SGPamperMe.png') no-repeat;}
	#SGSpaceFortune dl .img {background:url('/img/habanero/SGSpaceFortune.png') no-repeat;}
	#SGJungleRumble dl .img {background:url('/img/habanero/SGJungleRumble.png') no-repeat;}
	#SGSuperStrike dl .img {background:url('/img/habanero/SGSuperStrike.png') no-repeat;}
	#SGBarnstormerBucks dl .img {background:url('/img/habanero/SGBarnstormerBucks.png') no-repeat;}
	#SGBikiniIsland dl .img {background:url('/img/habanero/SGBikiniIsland.png') no-repeat;}
	#SGTowerOfPizza dl .img {background:url('/img/habanero/SGTowerOfPizza.png') no-repeat;}
	#SGMysticFortune dl .img {background:url('/img/habanero/SGMysticFortune.png') no-repeat;}
	#SGMrBling dl .img {background:url('/img/habanero/SGMrBling.png') no-repeat;}
	#SGFlyingHigh dl .img {background:url('/img/habanero/SGFlyingHigh.png') no-repeat;}
	#SGCashReef dl .img {background:url('/img/habanero/SGCashReef.png') no-repeat;}
	#SGSirBlingalot dl .img {background:url('/img/habanero/SGSirBlingalot.png') no-repeat;}
	#SGPuckerUpPrince dl .img {background:url('/img/habanero/SGPuckerUpPrince.png') no-repeat;}
	#SGGoldenUnicorn dl .img {background:url('/img/habanero/SGGoldenUnicorn.png') no-repeat;}
	#SGGrapeEscape dl .img {background:url('/img/habanero/SGGrapeEscape.png') no-repeat;}
	#SGRideEmCowboy dl .img {background:url('/img/habanero/SGRideEmCowboy.png') no-repeat;}
	#SGShogunsLand dl .img {background:url('/img/habanero/SGShogunsLand.png') no-repeat;}
	#SGFrontierFortunes dl .img {background:url('/img/habanero/SGFrontierFortunes.png') no-repeat;}
	#SGTheBigDeal dl .img {background:url('/img/habanero/SGTheBigDeal.png') no-repeat;}
	#SGSkysTheLimit dl .img {background:url('/img/habanero/SGSkysTheLimit.png') no-repeat;}
	#SGRodeoDrive dl .img {background:url('/img/habanero/SGRodeoDrive.png') no-repeat;}
	#SGHauntedHouse dl .img {background:url('/img/habanero/SGHauntedHouse.png') no-repeat;}
	#SGDiscoFunk dl .img {background:url('/img/habanero/SGDiscoFunk.png') no-repeat;}
	#SGCashosaurus dl .img {background:url('/img/habanero/SGCashosaurus.png') no-repeat;}
	#SGArcticWonders dl .img {background:url('/img/habanero/SGArcticWonders.png') no-repeat;}
	#SGAllForOne dl .img {background:url('/img/habanero/SGAllForOne.png') no-repeat;}
	#SGDoubleODollars dl .img {background:url('/img/habanero/SGDoubleODollars.png') no-repeat;}
	#SGKanesInferno dl .img {background:url('/img/habanero/SGKanesInferno.png') no-repeat;}
	#GambleBeatDealer dl .img {background:url('/img/habanero/Gamble.png') no-repeat;}
	#AmericanBaccarat dl .img {background:url('/img/habanero/AmericanBaccarat.png') no-repeat;}
	#EURoulette dl .img {background:url('/img/habanero/EURoulette.png') no-repeat;}
	#CaribbeanHoldem dl .img {background:url('/img/habanero/CaribbeanHoldem.png') no-repeat;}
	#CaribbeanStud dl .img {background:url('/img/habanero/CaribbeanStud.png') no-repeat;}
	#SGAzlandsGold dl .img {background:url('/img/habanero/SGAzlandsGold.png') no-repeat;}
	#SGDragonsRealm dl .img {background:url('/img/habanero/SGDragonsRealm.png') no-repeat;}
	#SGEgyptianDreams dl .img {background:url('/img/habanero/SGEgyptianDreams.png') no-repeat;}
	#SGIndianCashCatcher dl .img {background:url('/img/habanero/SGIndianCashCatcher.png') no-repeat;}
	#SGKingTutsTomb dl .img {background:url('/img/habanero/SGKingTutsTomb.png') no-repeat;}
	#SGMummyMoney dl .img {background:url('/img/habanero/SGMummyMoney.png') no-repeat;}
	#SGPiratesPlunder dl .img {background:url('/img/habanero/SGPiratesPlunder.png') no-repeat;}
	#SGQueenOfQueens243 dl .img {background:url('/img/habanero/SGQueenOfQueens243.png') no-repeat;}
	#SGQueenOfQueens1024 dl .img {background:url('/img/habanero/SGQueenOfQueens1024.png') no-repeat;}
	#SGShaolinFortunes243 dl .img {background:url('/img/habanero/SGShaolinFortunes243.png') no-repeat;}
	#SGShaolinFortunes100 dl .img {background:url('/img/habanero/SGShaolinFortunes100.png') no-repeat;}
	#SGGambleBeatDealer dl .img {background:url('/img/habanero/Gamble.png') no-repeat;}
	#TensorBetter50Hand dl .img {background:url('/img/habanero/TensorBetter50Hand.png') no-repeat;}
	#JokerPoker50Hand dl .img {background:url('/img/habanero/JokerPoker50Hand.png') no-repeat;}
	#JacksorBetter50Hand dl .img {background:url('/img/habanero/JacksorBetter50Hand.png') no-repeat;}
	#DoubleDoubleBonusPoker50Hand dl .img {background:url('/img/habanero/DoubleDoubleBonusPoker50Hand.png') no-repeat;}
	#DoubleBonusPoker50Hand dl .img {background:url('/img/habanero/DoubleBonusPoker50Hand.png') no-repeat;}
	#DuecesWild50Hand dl .img {background:url('/img/habanero/DuecesWild50Hand.png') no-repeat;}
	#BonusPoker50Hand dl .img {background:url('/img/habanero/BonusPoker50Hand.png') no-repeat;}
	#BonusDuecesWild50Hand dl .img {background:url('/img/habanero/BonusDuecesWild50Hand.png') no-repeat;}
	#AllAmericanPoker50Hand dl .img {background:url('/img/habanero/AllAmericanPoker50Hand.png') no-repeat;}
	#AcesandEights50Hand dl .img {background:url('/img/habanero/AcesandEights50Hand.png') no-repeat;}

	#habanero_slot > dl > dd > dl > dd.img {height: 120px; width: 120px; background-color: #000; background-size: cover; background-position: 0 0 !important}
	#habanero_slot > dl > dd > dl > dd.mask_bg {background: url('/img/slot_bg.png') no-repeat; width: 120px; height: 120px; position:absolute; background-size: cover;}

	/*board*/
	.main_board {width: 100%; height: 380px; background: url('/img/main_board_bg.jpg'); position:relative;}
	.main_board > ul {width: 1150px; position:absolute; left: 50%; margin-left: -575px;}
	.main_board ul li.cs_center {display:block; background: url('/img/cs_center_bg.png'); width: 100%; height: 60px; border: 1px solid #333; margin: 15px 0 20px 0;}
	.main_board ul li.cs_center dd {display:inline-block; vertical-align:top;}
	.main_board ul li.cs_center dd.txt {font-size: 20px; font-weight:bold; padding-left: 80px; text-shadow: 0px 0px 10px #ffed43; color: #fff;}
	.main_board ul li.cs_center dd.txt img { position: relative; float: left; top: -5px; right: 5px; }
	.main_board ul li.cs_center dd.txt span {font-size: 11px; font-weight:normal; padding-left: 20px;}
	.main_board ul li.cs_center dd.msg {background: url('/img/cs_box.jpg') no-repeat; width: 145px; height: 50px; float: right; position:relative; top: -11px; right: 5px; margin-left: 3px; padding: 0 0 0 55px; line-height: 50px; font-size: 17px; font-weight:bold;}
	.main_board ul li.cs_center dd.skype {background-position: 0 0;}
	.main_board ul li.cs_center dd.kakao {background-position: -200px 0; color: #240b00;}
	.main_board ul li.cs_center dd.call {background-position: -400px 0; color: #dec481;}


	.main_board ul li.board {display: inline-block; vertical-align:top; background: url('/img/main_board.png') no-repeat; width: 370px; height: 270px !important; position:relative !important;}
	.main_board ul li.board.notice {background-position: 0 0; width: 385px; margin-left: 10px;}
	.main_board ul li.board.out_now {background-position: -400px 0; }
	.main_board ul li.board.out_rank {background-position: -800px 0;}
	.main_board ul li.board.notice .morebtn {position:absolute; width: 50px; height: 20px; right: 18px; top: 13px; cursor:pointer;}
	.main_board ul li.board ul {padding: 42px 22px 0 12px;}

	.main_board ul li.board ul li {height: 35px; line-height: 35px; width: 351px;}
	.main_board ul li.out_now ul, .main_board ul li.out_rank ul { padding: 0 22px 0 9px !important;}
	.main_board ul li.out_now ul li, .main_board ul li.out_rank ul li {height: 34px; line-height: 34px;}
	.main_board ul li.out_now ul li, .main_board ul li.out_rank ul li {width: 340px;}
	.main_board ul li.notice ul li:nth-child(2n-1) {background: rgba(40,40,40,0.5);}
	.main_board ul li.board ul li div {	display:inline-block; vertical-align:top; font-size: 13px; }
	.main_board ul li.board ul li div:first-child {text-overflow: ellipsis; white-space: nowrap; word-break: break-all; width: 80%; overflow: hidden; padding-left: 3%;}
	.main_board ul li.board ul li div:first-child::before {content: "- "}
	.main_board ul li.board ul li div.date {width: 10%; font-size: 11px; float: right; position:relative; color: #ccc;}

	.main_board ul li.board ul li div.user {width: 30%;}
	.main_board ul li.board ul li div.amount {width: 50%; text-align:right; color: #fee7b5; }

	.board.out_now > div, .board.out_rank > div {top: 41px;}
	.main_board ul li.out_now ul li, .main_board ul li.out_rank ul li {border-bottom: 1px solid #333}

	.main_board ul li.out_rank ul li div.rank {width: 20%;}
	.main_board ul li.out_rank ul li div.user {width: 20%;}
	.main_board ul li.out_rank ul li div.amount {width: 40%; text-align:right; color: #fee7b5; }

	footer {width: 1200px; position:relative; left:50%; margin-left: -600px; margin-top: 20px;}
	footer ul, 	footer ul li,
	footer > div {display:inline-block; vertical-align:top;}
	footer > div {width: 255px; height: 100px; padding: 10px 0 60px 0;text-align:center;}
	footer ul {padding-left: 20px;}
	footer ul li {padding: 5px 15px; width: 140px;}
	footer ul li dt {font-size: 14px; font-weight:bold; color: #fee7b5; padding: 0 0 7px 0;}
	footer ul li dd {font-size: 12px; color: #a58d60; transition: all .3s ease; }
	footer ul li dd:hover {cursor:pointer; color: #fee7b5; transition: all .3s ease; }
	footer ul li dd::before {content: " - "; transition: all .3s ease; padding-left: 0;}
	footer ul li dd:hover:before {content: " > "; transition: all .3s ease; padding-left: 5px;}
	footer font {display:block; text-align:center; font-size: 11px; margin-bottom: 20px;}



	.tbox{position:absolute;display:none;padding:14px 17px;border-radius:30px;z-index:999999}
	.tinner{overflow:hidden;font-size:11.5px;box-shadow:0px 0px 50px #fee7b5;-webkit-box-shadow:0px 0px 50px #fee7b5;background-color:rgba(0,0,0,0.65)}
	.tmask{position:absolute;display:none;top:0px;left:0px;height:100%;width:100%;background:rgba(0,0,0,0.9);z-index:99999}
	#tinymask{background:#000}
	.tclose{position:absolute;top:25px;right:25px;width:40px;height:40px;cursor:pointer;background:url(/img/x-button.svg) no-repeat; transition: all .3s ease; transform: rotate(0deg)}
	.tclose:hover {transition: all .3s ease; transform: rotate(90deg)}
	#error{background:#ff6969;color:#fff;text-shadow:1px 1px #cf5454;border-right:1px solid #000;border-bottom:1px solid #000;padding:0}
	#error .tcontent{padding:10px 14px 11px;border:1px solid #ffb8b8;-moz-border-radius:5px;border-radius:5px}
	#success{background:#2ea125;color:#fff;text-shadow:1px 1px #1b6116;border-right:1px solid #000;border-bottom:1px solid #000;padding:10;-moz-border-radius:0;border-radius:0}
	#bluemask{background:#4195aa}
	#frameless{padding:0}
	#frameless .tclose{left:6px}