/* CSS Document */

/**** GALLERY STYLES ****/

.screenshots {
}

.screenshot {
	float: left;
	border: 8px solid #999;
	padding: 5px;
	background-color: #CCC;
	text-align: center;
	margin: 5px 5px;
}

.screenshot .picture {
	background-color: #EEEEEE;
	padding: 2px;
}

.screenshot .caption {
	width: 136px;
	font-size: 11px;
	font-weight: bold;
}

.screenshot a {
	display: block;
	width: 136px;
	height: 136px;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}

.screenshot a:hover {
	background-color: #333;
}

.gallerynav a {
	text-decoration: none;
}

.gallerynav a:hover, .gallerynav a.active {
	color: yellow;
	text-decoration: underline;
	font-weight: bold;
}

.gallerylink {
	float: left;
}

.gallerynav {
	padding: 5px;
}


