/* @author		JOOFORGE.com
 * @copyright	Copyright(C) 2010 Jooforge
 * @licence		GNU/GPL http://www.gnu.org/copyleft/gpl.html */

div.gbox_shw {
	overflow: hidden;
}

div.gbox_shw h2 {
	color: #858585;
	font-size: 26px;
	text-transform: uppercase;
	background: url(/images/shadow00.png) no-repeat 50% 100%;
	padding-bottom: 8px;
	margin: 0;
}

div.gbox_shw div.gamescreen img {
	width: 662px;
	height: 305px;
}

div.gbox_shw div.gamescreen {
	width: 662px;
	height: 305px;
	position: relative;
	float: left;
	background: url(/images/photo000.png) no-repeat 50% 50%;
}

div.gbox_shw div.descriptions {
	position: absolute;
 	bottom: 0;
 	left: 0;
 	z-index: 10;
 	width: 100%;
}

div.gbox_shw div.description {
	padding: 10px;
	background:  rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000, endColorstr=#60000000);
	color: #fff;
	font-size: 11px;
	line-height: 1.3em;
	overflow: hidden;
	display: none;
}

div.gbox_shw div.description h3 {
	margin: 0 0 7px;
	text-transform: uppercase;
}

div.gbox_shw div.description h3 a {
	color: #fff;
}

div.gbox_shw div.showcase {
	float: left;
	width: 662px;
	overflow: hidden;
	position: relative;
	background: #fff;
}

div.gbox_shw div.showcase div.rail {
	width: 9999px;
	height: 305px;
}

div.gbox_shw div.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	background: url(/images/mask0000.png) no-repeat 0 0;
}

div.gbox_shw div.navigation {
	margin-left: 10px;
	float: left;
	width: 272px;
}

div.gbox_shw ul.games {
	margin: 0;
	list-style: none;
	cursor: pointer;
}

div.gbox_shw ul.games li {
	height: 53px;
	border-bottom: 1px solid #c5c5c5;
	position: relative;
	background: url(blank000.gif); /* ie7 bug */
}

div.gbox_shw ul.games li.active {
	background: #a4a4a4 url(/images/active00.png) repeat-x 0 100%;
}


div.gbox_shw ul.games li.active span {
	color: #fff !important;
}

div.gbox_shw ul.games span {
	display: inline-block;
	float: left;
}

div.gbox_shw span.consoles span {
	display: inline;
	float: none;
}

div.gbox_shw ul.games span.title {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 7px;
}

div.gbox_shw li.active span {
	color: #fff;
}

div.gbox_shw ul.games span.cover {
	margin: 6px 8px 0 0;
}

div.gbox_shw ul.games img {
	width: 30px;
	height: 42px;
	-moz-box-shadow: 0px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
	box-shadow: 0px 0px 3px #666;
}

div.gbox_shw li.active img {
	-moz-box-shadow: 0px 0px 3px #fff;
	-webkit-box-shadow: 0px 0px 3px #fff;
	box-shadow: 0px 0px 3px #fff;
}

div.gbox_shw ul.games span.consoles {
	position: absolute;
	bottom: 12px;
	left: 38px;
	font-size: 13px;
	text-transform: uppercase;
}

div.gbox_shw a {
	text-decoration: none;
}

div.gbox_shw ul.games div.corner {
	width: 20px;
	height: 53px;
	position: absolute;
	top: 0;
	left: -20px;
	z-index: 999;
	background: #a4a4a4 url(/images/active00.png) repeat-x 0 100%;
}