/*
 * w361 - aoo iweb23-style16
 * http://aoo.com.tw
 *
 * Copyright 2015, Evelyn Wang
 * 
 * 
 * January 2015
 */
 
 
/* +theme-one-theme
*----------------------------------------------------------------------------*/
.wrapper .content .theme-one-theme {
	margin: 0 auto;
	width: 960px;
}

.wrapper .content .theme-one-theme ul {
	overflow: hidden;
}

.wrapper .content .theme-one-theme ul li {
	margin: 0 13px 0 0;
	width: 307px;
	height: 325px;
	background: url(../../images/22/index/bg-3game.png) no-repeat 0 0;
	float: left;
}

.wrapper .content .theme-one-theme ul li:hover {
	background-position: 0 -325px;
}

.wrapper .content .theme-one-theme ul li .photo {
	margin: 12px;
	width: 283px;
	height: 203px;
	display: block;
	overflow: hidden;
}
.wrapper .content .theme-one-theme ul li .photo a {
	width: 283px;
	height: 203px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}
.wrapper .content .theme-one-theme ul li .photo a img {
	max-width: 283px;
	max-height: 203px;
}
.wrapper .content .theme-one-theme ul li h3 {
	margin: 0 12px;
	text-align: center;
}

.wrapper .content .theme-one-theme ul li h3 a {
	color: #fff;
}
.wrapper .content .theme-one-theme ul li:hover h3 a {
	color: #444;
}

.wrapper .content .theme-one-theme ul li.last {
	margin: 0;
}


/* +game-list
*----------------------------------------------------------------------------*/
.wrapper .content #game-list {
	margin: 0 auto 80px;
	width: 960px;
	background: url(../../images/22/index/bg-game-list.png) no-repeat 0 230px;
	overflow: hidden;
}

.wrapper .content #game-list #game-one ,
.wrapper .content #game-list #game-two {
	margin: 0 0 35px;
	position: relative;
}

.wrapper .content #game-list #game-one .prev-arrow ,
.wrapper .content #game-list #game-one .next-arrow ,
.wrapper .content #game-list #game-two .prev-arrow ,
.wrapper .content #game-list #game-two .next-arrow {
	display: none;
}

.wrapper .content #game-list #game-one #game-a ,
.wrapper .content #game-list #game-two #game-b {
	width: 960px !important;
	height: 245px;
	overflow: hidden;
	position: relative;
}

.wrapper .content #game-list #game-one #game-a ul ,
.wrapper .content #game-list #game-two #game-b ul {
	height: 245px !important;
	overflow: hidden;
}

.wrapper .content #game-list #game-one #game-a ul li ,
.wrapper .content #game-list #game-two #game-b ul li {
	margin: 0 15px 0 0;
	width: 227px;
	height: 245px;
	background: url(../../images/22/index/bg-game.png) no-repeat 0 0;
	float: left;
}

.wrapper .content #game-list #game-one #game-a ul li h3 ,
.wrapper .content #game-list #game-two #game-b ul li h3 {
	margin: 15px 11px;
	text-align: center;
	font-size: 18px;
}

.wrapper .content #game-list #game-one #game-a ul li h3 a ,
.wrapper .content #game-list #game-two #game-b ul li h3 a {
	color: #fff;
}

.wrapper .content #game-list #game-one #game-a ul li .photo ,
.wrapper .content #game-list #game-two #game-b ul li .photo {
	overflow: hidden;
	margin: 0 11px;
	width: 205px;
	height: 138px;
}

.wrapper .content #game-list #game-one #game-a ul li .photo a ,
.wrapper .content #game-list #game-two #game-b ul li .photo a {
	overflow: hidden;
	width: 205px;
	height: 138px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}

.wrapper .content #game-list #game-one #game-a ul li .photo a img ,
.wrapper .content #game-list #game-two #game-b ul li .photo a img {
	max-width: 205px;
	max-height: 138px;
}

.wrapper .content #game-list #game-one #game-a ul li p.more ,
.wrapper .content #game-list #game-two #game-b ul li p.more {
	margin: 10px 0 0;
	overflow: hidden;
}

.wrapper .content #game-list #game-one #game-a ul li p.more a ,
.wrapper .content #game-list #game-two #game-b ul li p.more a {
	margin: 0 auto;
	width: 105px;
	height: 40px;
	background: url(../../images/22/index/icon-more.png) no-repeat 0 0;
	display: block;
	text-indent: -999999px;
}