.sidebank {
background:url(../images/sidebank.png);
padding:20px;
position:fixed;
top:200px;

-moz-border-radius:7px;
-o-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
}

.sidebank ul, .sidebank li {
margin:0; padding:0; list-style:none;
}

.sidebank li {
margin-top:5px;
}

.sidebank li:first-child {
margin-top:0px;
}

.contact {
	position:relative;
	margin-top:7px;
	margin-bottom:-25px;
	margin-left:5px;
}

.step {
-moz-border-radius:10px;
-o-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;

-moz-box-shadow:17px 17px 16px #000;
-o-box-shadow:17px 17px 16px #000;
-webkit-box-shadow:17px 17px 16px #000;
box-shadow:17px 17px 16px #000;
}

.step img {
margin-bottom:-2px;
}

.last_trans_wrapper {
background:url(../images/trans_wrapper.jpg) no-repeat;
height:216px;
margin-top:10px;
}

.last_trans {
width:316px;
height:183px;
float:left;
}

.hdg_lastrans {
position:relative;
top:8px;
margin-left:50px;
}

.last_trans table {
border-spacing:0;
border-collapse:collapse;
margin-top:67px;
margin-bottom:12px;
margin-left:38px;
width:255px;
}

.last_trans table tr td {
padding:6px 5px 7px 8px;
color:#fff600;
font-size:12px;
}

.last_trans table tr td:nth-child(2) {
color:#fff;
}

.last_trans table tr td:last-child {
text-align:right;
}

.sidecontact {
position:fixed;
right:0;
top:20%;
}

.sidecontact ul, .sidecontact li {
margin:0; padding:0; list-style:none;
}

.sidecontact li, .sidecontact li a {
color:#fff;
}

.sidecontact li {
padding-left:43px;
padding-right:10px;
margin-right:-103px;
line-height:40px;
margin-bottom:15px;
height:40px;
cursor:pointer;

-moz-transition-duration:0.5s;
-o-transition-duration:0.5s;
-webkit-transition-duration:0.5s;
transition-duration:0.5s;
}

.phone {
background:url(../images/phone.png) no-repeat;
margin-right:-103px;
}

.bbm {
background:url(../images/bbm.png) no-repeat;
}

.ym {
background:url(../images/ym.png) no-repeat;
}

.wa {
background:url(../images/wa.png) no-repeat;
}

.sidecontact li:hover {
margin-right:0;
}


/* jackpot */
.jackpot {
width:960px;
height:104px;
margin:0 auto;
margin-top:10px;
background:url(../images/jackpot.jpg) no-repeat;
position:relative;
}

.totaljackpot, .totaljackpot2 {
position:absolute;
color:#fff;
font-size:50px;
text-align:center;
font-weight:normal;
}

.totaljackpot {
top:25px;
right:515px;
}

.totaljackpot2 {
top:25px;
right:27px;
}



