/* CSS Document */

/**** GALLERY STYLES ****/

#galleries a.active {
	font-size: 18px;
	font-weight: bold;
	color: white;
}

#galleries a {
	color: #CCC;
}

.screenshots {
	clear: both;
}

.screenshot {
	float: left;
	height: 210px;
	border: 1px solid #03C;
	padding: 6px;
	background-color: #121212;
	text-align: center;
	margin: 8px 11px;
}

.screenshot .picture {
	width: 166px;
	height: 166px;
	background-color: black;
	padding: 2px;
}

.screenshot .caption {
	width: 166px;
	font-size: 11px;
	font-weight: bold;
	color: #CCC;
}

.screenshot a {
	display: block;
	width: 160px;
	height: 160px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	margin: 3px;
}


.gallerylink {
	float: left;
}

.gallerynav a {
	text-decoration: none;
	color: #999;
	display: block;
	float: left;
	padding: 3px 6px;
	border: 1px solid #03C;
	margin: 2px;
	background-color: #121212;
}

.gallerynav a:hover, .gallerynav a.active {
	text-decoration: underline;
	color: white;
	background-color: black;
}

.gallerynav {
}
