/******************************** GameList  ********************************/
.GameList {
	width: 980px;
	height: 285px;
	padding: 10px;
	position: relative;
	margin: 40px 0 0 0;
	padding: 0;
}
.GameList ul, .GameList li {
	list-style: none;
}
.GameList a img {
	border: none;
}
.GameList .page {
	position: absolute;
	top: 12px;
	right: 80px;
}
.GameList .btn {
	position: absolute;
	top:-30px;
	height: 260px;
	width:980px;
	z-index:99;
	*left:0;
}
.GameList .btn a {
	width: 40px;
	height: 260px;
	top:-30px;
	text-indent: -9999px;
	cursor:pointer;
}
.GameList .btn a.prev {
	background: url(../images/btn_gamelist_page.png) no-repeat 0 0;	
	float: left;
}
.GameList .btn a.prev:hover {
	background: url(../images/btn_gamelist_page.png) no-repeat 0 -260px;	
	float: left;
}
.GameList .btn a.next {
	background: url(../images/btn_gamelist_page.png) no-repeat -100px 0;
	float: right;
}
.GameList .btn a.next:hover {
	background: url(../images/btn_gamelist_page.png) no-repeat -100px -260px;
	float: right;
}
.GameList .frame {
	/*position: relative;*/
	position: absolute;
	overflow: hidden;
	width: 820px;	/* (li 的寬度 + li 的邊框寬度 * 2 ) * 一次要顯示的數量 + li 的右邊界 * (一次要顯示的數量 - 1) */
	height: 285px;
	margin: 0 0 0 85px;
	z-index: 999;
	top:-20px;
}
.GameList .frame2 {
	/*position: relative;*/
	position: absolute;
	overflow: hidden;
	width: 820px;	/* (li 的寬度 + li 的邊框寬度 * 2 ) * 一次要顯示的數量 + li 的右邊界 * (一次要顯示的數量 - 1) */
	height: 310px;
	margin: 0 0 0 85px;
	z-index: 999;
	top:-20px;
}
.GameList ul {
	width: 99999px;
	position: absolute;
	paddng:0px;
	margin:0px;
}
.GameList li {
	float: left;
	width: 154px;
	height: 255px;
	position: relative;
	margin-right: 10px;
}
.GameList li .thumb, .GameList li .ovrly, .GameList li h3 {
	position: absolute;
}
.GameList li .ovrly, .GameList li h3 {
	width: 100%;
	text-align: center;
	bottom: 0;
}


/*Sliding Text and Icon Menu Style*/
.sti-menu{
	/*width:1010px;
	position:relative;
	margin:60px auto 0 auto;*/
	padding:0px;
}
.sti-menu li {
	float: left;
	width: 154px;
	height: 255px;
}
.sti-menu li a.ICON {
	display:block;
	overflow:hidden;
	text-align:center;
	height:270px;
	width:100%;
	position:relative;
	text-decoration:none;
	border-radius:5px;
	color: #ef8018;
}
.sti-menu li a.ICON2 {
	display:block;
	overflow:hidden;
	text-align:center;
	height:305px;
	width:100%;
	position:relative;
	text-decoration:none;
	border-radius:5px;
	color: #ef8018;
}
.sti-menu li a h2 {
    position: absolute;
    width: 151px;
    top: 145px;
    left: 0px;
    padding: 0px 0px;
    /* color: #ef8018; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ef8018;
}
.sti-menu li a h2 span {
	font-size:18px;
	color:#393939;
	/*font-family:"微軟正黑體", "Microsoft JhengHei", "新細明體";*/
	font-weight:bold;
	text-shadow:#393939 1px 0 -1px;
}
.sti-menu li:hover span {
/*	color:#ffffff;	*/
	text-shadow:none;
}
.sti-menu li a h3 {
	position:absolute;
	top:200px;
	left:0px;
	width:122px;
	height:35px;
	padding:0px 16px;
}
.DeviceSupport-01 {
	background:url(../images/icon_support_style01.png) no-repeat center top;
	width:122px;
	height:35px;
}
.DeviceSupport-02 {
	background:url(../images/icon_support_style02.png) no-repeat center top;
	width:122px;
	height:35px;
}
.DeviceSupport-03 {
	background:url(../images/icon_support_style03.png) no-repeat center top;
	width:122px;
	height:35px;
}
.sti-icon {
	width:122px;
	height:150px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	left:16px;
	top:15px;
	background-size:100% 100%;
}
.sti-menu li:hover .sti-icon {
	animation:lihover 300ms;
	-webkit-animation:lihover 300ms; /* Safari and Chrome */
}
@keyframes lihover
{
 0% {width:122px;height:150px;}
 50% {width:110px;height:135px;margin:6px;}
 100% {width:122px;height:150px;}
}

@-webkit-keyframes lihover
{
 0% {width:122px;height:150px;}
 50% {width:110px;height:135px;margin:6px;}
 100% {width:122px;height:150px;}
}
.sti-icon-gunsruch {background-image:url(../images/gameicon_gunsrush.html);}
.sti-icon-mj16 {background-image:url(../images/gameicon_mj16.png);}
.sti-icon-mj13 {background-image:url(../images/gameicon_mj13.png);}
.sti-icon-big2 {background-image:url(../images/gameicon_big2.png);}
.sti-icon-poker13 {background-image:url(../images/gameicon_poker13.png);}
.sti-icon-texas9 {background-image:url(../images/gameicon_texas9.png);}
.sti-icon-sevens {background-image:url(../images/gameicon_sevens.png);}
.sti-icon-renju {background-image:url(../images/gameicon_renju.png);}
.sti-icon-landlord {background-image:url(../images/gameicon_landlord.png);}
.sti-icon-blinkchess {background-image:url(../images/gameicon_blinkchess.png);}
.sti-icon-bigwod {background-image:url(../images/gameicon_bigwod.png);}
.sti-icon-mj2 {background-image:url(../images/gameicon_mj2.png);}
.sti-icon-tank {background-image:url(../images/gameicon_tank.png);}
.sti-icon-tank_ru {background-image:url(../images/gameicon_tank_ru.png);}
.sti-icon-ninja {background-image:url(../images/gameicon_ninja.png);}
.sti-icon-teenpatti {background-image:url(../images/gameicon_teenpatti.png);}
.sti-icon-luxy {background-image:url(../images/gameicon_luxy.png);}
.sti-icon-bj21  {background-image:url(../images/gameicon_bj21.png);}
.sti-icon-tambola  {background-image:url(../images/gameicon_tambola.png);}
.sti-icon-ongtrumpoker  {background-image:url(../images/gameicon_ongtrumpoker.png);}
.sti-icon-texas_thai  {background-image:url(../images/gameicon_texas_thai.png);}
.sti-icon-mfs  {background-image:url(../images/gameicon_mfs.png);}
.sti-icon-omega_tanks  {background-image:url(../images/OmegaTanks_iCon.png);}
.sti-icon-dominoqq  {background-image:url(../images/gameicon_DominoQiuQiu.png);}
.sti-icon-cttl  {background-image:url(../images/gameicon_TienLen.png);}
.sti-icon-wowcasino  {background-image:url(../images/gameicon_wowcasinoc4ca.png?1);}
.sti-icon-wowcasino-slot  {background-image:url(../images/gameicon_wowcasino_slot.png);}
<!--
-->
.sti-menu .Device {
	position:absolute;
	top:190px;
	width:140px;
	text-align:center;
    padding: 0 0 0 8px;
}
.sti-menu .Device .PlayNow {
	display:block;
	width:146px;
	line-height:35px;
	text-align:center;
	padding:2px 0;
	margin:5px 0 5px 3px;
	border-radius:3px;
	/*border:1px solid #e7a300;*/
	color:#fff;
	text-shadow:#e7a300 1px 1px 1px;
	font-family:arial;
	font-size:22px;
	font-weight:bold;
	
	background: rgb(255,175,75); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,175,75,1)), color-stop(100%,rgba(255,146,10,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */



	
}

.sti-menu .Device .PlayNow:hover {
	


}
.sti-menu li:hover .Device .PlayNow {
	color:#fff;
	border:1px solid #fff;
	
	background: rgb(255,48,25); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */

}
.sti-menu .Device .PlayNow span {
	display:inline-block;
	font-size:12px;
	font-weight:normal;
}



/**/
.sti-menu .Device .BuyChips {
	display:block;
	width:146px;
	line-height:28px;
	text-align:center;
	padding:2px 0;
	margin:5px 0 5px 3px;
	border-radius:3px;
	/*border:1px solid #e7a300;*/
	color:#fff;
	text-shadow:#e7a300 1px 1px 1px;
	font-family:arial;
	font-size:22px;
	font-weight:bold;
	
	background: rgb(255,122,75); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,122,75,1) 0%, rgba(238,67,54,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,122,75,1)), color-stop(100%,rgba(238,67,54,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,122,75,1) 0%,rgba(238,67,54,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,122,75,1) 0%,rgba(238,67,54,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,122,75,1) 0%,rgba(238,67,54,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,122,75,1) 0%,rgba(238,67,54,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */



	
}

.sti-menu .Device .BuyChips:hover {
	


}
.sti-menu li:hover .Device .BuyChips {
	color:#fff;
	border:1px solid #fff;
	
	background: rgb(219,26,4); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(219,26,4,1) 0%, rgba(169,17,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,26,4,1)), color-stop(100%,rgba(169,17,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(219,26,4,1) 0%,rgba(169,17,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(219,26,4,1) 0%,rgba(169,17,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(219,26,4,1) 0%,rgba(169,17,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(219,26,4,1) 0%,rgba(169,17,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */

}
.sti-menu .Device .BuyChips span {
	display:inline-block;
	font-size:12px;
	font-weight:normal;
}
/**/


.sti-menu .Device a.store {
	display:inline-block;
	text-align:center;
	position:relative;
	text-decoration:none;
	color: #ef8018;
	text-align:center;
	border-radius:3px;
	border:1px solid #999;
	color:#999;
	padding:2px 5px;
	background-color:#fff;
	font-size:12px;
    margin: 0 0 5px 0;
}
.sti-menu .Device a.store:hover {
	border:1px solid #666;
	color:#666;
}
