@charset "utf-8";
/* CSS Document */

/*==========================(-_-) CSS RESET START HERE (-_-)========================*/


@font-face {
    font-family: 'kit55p';
    src: url('fonts/kit55p.eot') format('eot'),
    url('fonts/kit55p.woff') format('woff'),
    url('fonts/kit55p.ttf')  format('truetype'),
    url('fonts/kit55p.svg') format('svg'); /* Legacy iOS */	
}
@font-face {
    font-family: 'Moul';
    src: url('fonts/Moul.eot') format('eot'),
    url('fonts/Moul.woff') format('woff'),
    url('fonts/Moul.ttf')  format('truetype'),
    url('fonts/Moul.svg') format('svg'); /* Legacy iOS */	
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
	background:#000;
}
.body_bg{
	width:100%;
	height:1000px;
	z-index:-999999999;
	margin-top:500px;
	background:url(../images/casino_bg.jpg);
	position:absolute;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
/*==========================(-_-) CSS RESET END HERE (-_-)==========================*/
/*==========================(-_-) CSS HEADER START HERE (-_-)=======================*/
.header_wrapper{
	width:100%;
	height:150px;
	background:url(../images/header_bg.jpg);
	background-position:center;
}
.header_layout{
	width:1100px;
	height:150px;
	background:url(../images/header_bg_phone.png);
	margin:auto;
}

/*==========================(-_-) CSS HEADER END HERE (-_-)=========================*/
/*==========================(-_-) CSS MENUBAR START HERE (-_-)======================*/
.menubar_wrapper{
	border-bottom:2px #FFFFFF solid;
	width:100%;
	height:45px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,750213+44,1c0004+100 */
background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(117,2,19,1) 44%, rgba(28,0,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(117,2,19,1) 44%,rgba(28,0,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(117,2,19,1) 44%,rgba(28,0,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#1c0004',GradientType=0 ); /* IE6-9 */
}
.menubar_layout{
	width:1100px;
	height:45px;
	margin:auto;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,750213+44,1c0004+100 */
background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(117,2,19,1) 44%, rgba(28,0,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(117,2,19,1) 44%,rgba(28,0,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(117,2,19,1) 44%,rgba(28,0,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#1c0004',GradientType=0 ); /* IE6-9 */

}
.menubar_layout ul{
	list-style:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,750213+44,1c0004+100 */
background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(117,2,19,1) 44%, rgba(28,0,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(117,2,19,1) 44%,rgba(28,0,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(117,2,19,1) 44%,rgba(28,0,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#1c0004',GradientType=0 ); /* IE6-9 */
	
}
.menubar_layout ul li{
	float:left;
	line-height:45px;
	color:#C90;
	padding-left:10px;
	padding-right:15px;
	position:relative;
	border-right:1px #666 solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,750213+44,1c0004+100 */
background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(117,2,19,1) 44%, rgba(28,0,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(117,2,19,1) 44%,rgba(28,0,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(117,2,19,1) 44%,rgba(28,0,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#1c0004',GradientType=0 ); /* IE6-9 */
	
}
.menubar_layout ul li a{
	text-decoration:none;
	color:#FFFFFF;
}
.menubar_layout ul li a:hover{
	color:#FC0;
}
.menubar_layout ul li img{
	position:absolute;
	height:30px;
	margin-left:-35px;
	margin-top:5px;
}
.menubar_layout ul li ul{
	position:absolute;
	width:150px;
	margin-left:-10px;	
	visibility:hidden;
}
.menubar_layout ul li ul li{
	width:150px;
	height:45px;
	z-index:999999999999999;
	border-bottom:1px #FFFFFF solid;
	line-height:45px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,750213+44,1c0004+100 */
background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(117,2,19,1) 44%, rgba(28,0,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(117,2,19,1) 44%,rgba(28,0,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(117,2,19,1) 44%,rgba(28,0,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#1c0004',GradientType=0 ); /* IE6-9 */
}
.menubar_layout ul li:hover ul{
	visibility:visible;
}


/*==========================(-_-) CSS MENUBAR END HERE (-_-)========================*/
/*==========================(-_-) CSS SLIDER START HERE (-_-)=======================*/
.slider_wrapper{
	width:100%;
	height:500px;
	background:url(../images/slider_bg.jpg);
}
.slider_layout{
	width:1100px;
	height:500px;
	margin:auto;
	background:url(../images/slider_bg001.png);
}
.sidebar_float_left{
	width:230px;
	position:fixed;
	z-index:999999999999999;
	top:40%;
	margin-left:-180px;
	transition:all 0.5s ease-in-out;
}
.sidebar_float_left:hover{
	margin-left:0px;
}

.sideleft_img{
	width:50px;
	height:186px;
	background:url(../images/sidebar_download.jpg);
	float:right;
}
.sidebar_float_left ul{
	list-style:none;
	float:left;
}
.sidebar_float_left ul li{
	width:180px;
	padding-top:10px;
	padding-bottom:10px;
	background:#000;
	margin-top:1px;
	position:relative;
	line-height:20px;
	outline:1px #FFFFFF solid;
	border-right:0px #FFFFFF solid;
	transition:all 0.2s ease-in-out;
	
}
.sidebar_float_left ul li span{
	margin-left:65px;
}
.sidebar_float_left ul li a{
	color:#FFFFFF;
	text-decoration:none;
}
.sidebar_float_left ul li img{
	position:absolute;
	margin-top:-10px;
	transition:all 0.2s ease-in-out;
}
.sidebar_float_left ul li:hover{
	background:#036;
}
.sidebar_float_left ul li:hover img{
	margin-top:-15px;
}
/*==========================(-_-) CSS SLIDER END HERE (-_-)=========================*/
/*==========================(-_-) CSS CONTAINER START HERE (-_-)====================*/
.container_layout{
	width:1100px;
	margin:auto;
	margin-top:5px;
}
.main_sidebar{
	width:350px;
	float:left;
}
.sidebar_function{
}
.sidebar_function img:hover{
	-webkit-box-shadow: 0px 0px 12px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(255,255,255,1);
	box-shadow: 0px 0px 12px 0px rgba(255,255,255,1);
}
.main_content{
	width:720px;
	float:right;
}
.game_slider{
	width:720px;
	height:300px;
	background:url(../images/game_slider_bg.png);
	background-repeat:no-repeat;
	position:relative;
}
.slider_game_name{
	width:465px;
	height:270px;
	background:#3300FF;
	position:absolute;
	margin-left:70px;
	margin-top:18px;
}
.credit_free{
	width:720px;
	height:350px;
	color: #FFFDFD;
	margin-top:10px;
	margin-bottom:10px;
}
.credit_free p{
	color: #FFF9F9;
	text-align: justify;
	line-height: 28px;
	font-size: 14px;
}
.credit_free p span{
	color: #FFF503;
}


.game_group{
	width:1100px;
	height:650px;

}
.game_name{
	width:210px;
	height:150px;
	background:url(../images/game_name_bg.jpg);
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
	
}
.game_name_hover{
	position:absolute;
	margin-top:-150px;
	width:210px;
	height:150px;
	background:#000;
	transition:all 0.3s ease-in-out;
	z-index:9999;
}
.game_name:hover .game_name_hover{
	margin-top:0px;
	opacity:0.8;
}
.game_name img{
	margin-left:45px;
	margin-top:18px;
}
.playbtn{
	margin-top:-40px;
	width:100px;
	height:25px;
	background:#F00;
	text-align:center;
	line-height:25px;
	border-radius:5px;
	position:absolute;
	z-index:99999;
	margin-left:60px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	border:1px #FFFFFF solid;
	transition:all 0.3s ease-in-out;
}
.game_name:hover .playbtn{
	margin-top:60px;
}
.clearboth{
	clear:both;
}


/*==========================(-_-) CSS CONTAINER END HERE (-_-)======================*/
/*==========================(-_-) CSS JACKPOT BAR START HERE (-_-)==================*/
.jacpot_wrapper{
	width:100%;
	height:150px;
	background:#990000;
}
.jacpot_layout{
	width:1100px;
	height:150px;
	background:#006;
	margin:auto;
}
/*==========================(-_-) CSS JACKPOT BAR END HERE (-_-)====================*/
/*==========================(-_-) CSS FOOTER START HERE (-_-)=======================*/
.footer_wrapper{
	width:100%;
	height:250px;
	border-top:1px #FFFFFF solid;
}
.footer_bank{
	width:1100px;
	margin:auto;
}
.footer_bank img{
	margin-left:6px;
	margin-right:6px;
	width:120px;
	border-radius:5px;
}
.footer_bank img{
	cursor:pointer;
	-webkit-animation: btn-light 6s infinite;
	-moz-animation: btn-light 6s infinite;
	-o-animation: btn-light 6s infinite;animation: btn-light 6s infinite;
}
.footer_layout{
	border-top-left-radius:50px;
	border-top-right-radius:50px;
	width:1100px;
	height:250px;
	margin:auto;	
	margin-top:25px;
	border:1px #FFFFFF solid;
	background:url(../images/footer.jpg);
	
}
.footer_layout ul{
	list-style:none;
	
}
.footer_layout ul li{
	line-height:42px;
	color:#C90;
	padding-left:70px;
	padding-right:35px;
	position:relative;
}
.footer_layout ul li a{
	text-decoration:none;
	color:#FFFFFF;
}
.footer_layout ul li a:hover{
	color:#FC0;
}
.footer_layout ul li img{
	position:absolute;
	height:30px;
	margin-left:-35px;
	margin-top:5px;
}

/*==========================(-_-) CSS FOOTER END HERE (-_-)=========================*/

/*==========================(-_-) CSS FLOAT RIGHT START HERE (-_-)==================*/
.sidebar_float_right{
	width:230px;
	position:fixed;
	z-index:999999999999999;
	top:30%;
	right:0;
	margin-right:-190px;
	transition:all 0.5s ease-in-out;
}
.sidebar_float_right:hover{
	margin-right:0px;
}

.sideleft_img{
	width:50px;
	height:186px;
	background:url(../images/sidebar_download.jpg);
	float:right;
}
.sidebar_float_right ul{
	list-style:none;
	float:left;
}
.sidebar_float_right ul li{
	width:230px;
	padding-top:10px;
	padding-bottom:10px;
	background:#000;
	margin-top:1px;
	position:relative;
	line-height:20px;
	outline:1px #FFFFFF solid;
	border-right:0px #FFFFFF solid;
	transition:all 0.2s ease-in-out;
	
}
.sidebar_float_right ul li span{
	margin-left:50px;
}
.sidebar_float_right ul li a{
	color:#FFFFFF;
	text-decoration:none;
}
.sidebar_float_right ul li img{
	position:absolute;
	margin-top:-15px;
	height:50px;
	transition:all 0.2s ease-in-out;
}
.sidebar_float_right ul li:hover{
	background:#036;
}
.sidebar_float_right ul li:hover img{
	margin-top:-17px;
}
.float_right_btn{
	width:100px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#FFFFFF;
	background:#006;
	position:absolute;
	right:0px;
	margin-top:70px;
	margin-right:5px;
	font-family:Verdana, Geneva, sans-serif;
	border:1px #FFFFFF solid;
	border-radius:5px;
}

.float_right_btn1{
	border-radius:5px;
	border:1px #FFFFFF solid;
	font-family:Verdana, Geneva, sans-serif;
	right:0px;
	width:100px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#FFFFFF;
	background:#900;
	position:absolute;
	margin-top:105px;
	margin-right:5px;
}
.float_right_btn:hover{
	background:#000000;
}
.float_right_btn1:hover{
	background:#000000;
}
.show_line_code{
}

.line_qr_slide{
	width:150px;
	height:150px;
	background:url(../images/line_qr_code.gif);
	position:absolute;
	right:0px;
	z-index:-99999;
	transition:all 0.3s ease-in-out;
	margin-top:-90px;
	visibility:hidden;
	margin-right:-120px;
}
.show_line_code:hover .line_qr_slide{
	visibility:visible;
	margin-right:235px;
}


.line_qr_slide2{
	width:150px;
	height:150px;
	background:url(../images/line_qr_code2.gif);
	position:absolute;
	right:0px;
	z-index:-99999;
	transition:all 0.3s ease-in-out;
	margin-top:-90px;
	visibility:hidden;
	margin-right:-120px;
}
.line_add_friend {
	width:120px;
	height: 38px;
	background:url(../images/add_friend.png);
	background-size: contain;
	position:absolute;
	right:0px;
	z-index:-99999;
	transition:all 0.3s ease-in-out;
	margin-top:-27px;
	visibility:hidden;
	margin-right:-120px;
	border: 1px solid gold;
}
.show_line_code:hover .line_add_friend{
	visibility:visible;
	margin-right:235px;
}

.show_line_code:hover .line_qr_slide2{
	 visibility:visible;
	 margin-right:235px;
 }
/*==========================(-_-) CSS FLOAT RIGHT END HERE (-_-)=========================*/
@-webkit-keyframes btn-light
{
	0% {box-shadow: 0px 0px 36px #FF0000;}
	25% {box-shadow: 0px 0px 36px #FF9900;}
	50% {box-shadow: 0px 0px 36px #990000;;}
	75% {box-shadow: 0px 0px 36px #FFCC66}
	100% {box-shadow: 0px 0px 36px #FF0000;}
}
@-moz-keyframes btn-light
{
	0% {box-shadow: 0px 0px 36px #FF0000;}
	25% {box-shadow: 0px 0px 36px #FF9900;}
	50% {box-shadow: 0px 0px 36px #990000;}
	75% {box-shadow: 0px 0px 36px #FFCC66}
	100% {box-shadow: 0px 0px 36px #FF0000;}
}
@-o-keyframes btn-light
{
	0% {box-shadow: 0px 0px 36px #FF0000;}
	25% {box-shadow: 0px 0px 36px #FF9900;}
	50% {box-shadow: 0px 0px 36px #990000;}
	75% {box-shadow: 0px 0px 36px #FFCC66}
	100% {box-shadow: 0px 0px 36px #FF0000;}
}
@keyframes btn-light
{
	0% {box-shadow: 0px 0px 36px #FF0000;}
	25% {box-shadow: 0px 0px 36px #FF9900;}
	50% {box-shadow: 0px 0px 36px #990000;}
	75% {box-shadow: 0px 0px 36px #FFCC66}
	100% {box-shadow: 0px 0px 36px #FF0000;}
}

/*==========================(-_-) CSS CASINO LAYOUT CONTENT START HERE (-_-)========*/
.container{
	width:1024px;
	background:#333;
}
.casino_sidebar{
	width:350px;
	float:left;
}
.online_function_form{
	width:350px;
	position:relative;
	margin-bottom:10px;
	
}
.online_function_form input[type=text]{
	width:345px;
	height:25px;
	border-radius:3px;
	outline:none;
	margin-bottom:5px;
}
.online_function_form input[type=submit]{
	width:150px;
	height:30px;
	border-radius:5px;
	
	color:#FFFFFF;
	font-size:18px;
	cursor:pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,750213+44,1c0004+100 */
background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(117,2,19,1) 44%, rgba(28,0,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(117,2,19,1) 44%,rgba(28,0,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(117,2,19,1) 44%,rgba(28,0,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#1c0004',GradientType=0 ); /* IE6-9 */
}
.online_function_form input[type=submit]:hover{
	background:#003;
}
.online_function_form select{
	width:348px;
	height:30px;
	border-radius:3px;
	outline:none;
	margin-bottom:5px;
}
.button_format{
	cursor:pointer;
	width:116px;
	height:30px;
	margin-left:-8px;
	outline:none;
	color:#FFFFFF;
	border-top-right-radius:20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,750213+44,1c0004+100 */
background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(117,2,19,1) 44%, rgba(28,0,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(117,2,19,1) 44%,rgba(28,0,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(117,2,19,1) 44%,rgba(28,0,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#1c0004',GradientType=0 ); /* IE6-9 */
}
.button_format.selected {
    background: #00008B;
}


/*==========================(-_-) CSS CASINO LAYOUT CONTENT END HERE (-_-)==========*/

/*==========================(-_-) CSS HOW TO PLAY START HERE (-_-)==========================*/
.how_to_play{
	
	margin-left:40px;
	color:#FFF;
	line-height:25px;
	font-size:12px;
}
.how_to_play img{
	padding-bottom:20px;
	padding-top:20px;
}
.how_to_play h3{
	position:relative;
	cursor:pointer;
	
}
.how_to_play h3 img{
	padding:0;
	position:absolute;
	left:0;
	height:20px;
}
.how_to_play td{
	width:260px;
}
.how_to_play h1{
	background:#333333;
	padding-bottom:10px;
	padding-top:10px;
	font-size:28px;
	padding-left:50px;
}
/*==========================(-_-) CSS HOW TO PLAY END HERE (-_-)==========================*/
.game-type{
	width: 720px;
}
.gametypebox1{
	width: 350px;
	height: 250px;
	float: left;
	background-color: #333333;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 50px;
}
.gametypebox2{
	background-color: #FFFF02;
	width: 350px;
	height: 250px;
	float: right;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 50px;
	}
.gametypebox1 img{
	width: 350px;
	height: 250px;
	}
.gametypebox2 img{
	width: 350px;
	height: 250px;
	}
.gametypehover{
	width: 350px;
	height: 250px;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	line-height: 20px;
	margin-bottom: -215px;
	transition: all 0.2s ease-in-out;

}
.gametypebox1:hover .gametypehover{
	margin-bottom: -120px;
	bottom: 0;
}
.gametypebox2:hover .gametypehover{
	margin-bottom: -120px;
	bottom: 0;
}
.gamess{
}
.gamess td{
line-height: 20px;
height: 110px;
}


.gamess img{
	position: absolute;
	width: 120px;

	
}

