#pagination
{
	margin-bottom:10px;
}

#pagination div
{
	background: #F0F0F0;
	border: 1px dotted #BEBEBE;
	margin-right: 5px;
	padding:0 3px;
	display:inline-block;
	font-size:12px;
}

#pagination div.active
{
	font-weight:bold;
}

.game-box
{
	text-align:center;
	background:#f0f0f0;
	padding:10px;
	border:1px solid #D9D9DA;
}

.game-box li
{
	display:inline-block;
	padding:10px 0 0 0;
	text-align:center;
	background:#fff;
	border:1px solid #dadada;
	width:124px;
	height:170px;
	vertical-align:top;
	margin:0 6px 10px 0;
}

.game-box li img
{
	width:100px;
	height:100px;
	margin-bottom:5px;
}

.game-box li div
{
	border-top:1px solid #dadada;
	padding:7px 2px;
	background: #ededef; /* Old browsers */
	background: -moz-linear-gradient(top, #ededef 0%, #fcfcfc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededef), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ededef 0%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ededef 0%,#fcfcfc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ededef 0%,#fcfcfc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ededef 0%,#fcfcfc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededef', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
}

.game-box li div a
{
	margin:0 4px;
	color:#888;
}