/* CSS Document */

/**** GALLERY STYLES ****/

.screenshots {
}

.screenshot {
	float: left;
	height: 240px;
	text-align: center;
	margin: 5px 10px;
}

.screenshot .picture {
	width: 182px;
	height: 182px;
	padding: 10px;
	background-color: #CCC;
	margin-bottom: 5px;
	border: 3px solid #666;
}

.screenshot .caption {
	width: 208px;
	font-size: 11px;
	font-weight: bold;
}

.screenshot a img {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.screenshot a:hover img {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

.gallerynav a {
	color: #C00;
	text-decoration: none;
}

.gallerynav a:hover, .gallerynav a.active {
	color: #036;
	text-decoration: underline;
	font-weight: bold;
}

.gallerynav {
	margin-left: 20px;
}
