/* CSS Document */

/**** GALLERY STYLES ****/

.screenshots {
}

.screenshot {
	float: left;
	height: 200px;
	border: 6px solid #588331;
	padding: 5px;
	background-color: #93BE65;
	text-align: center;
	margin: 5px 10px;
}

.screenshot .picture {
	width: 142px;
	height: 142px;
}

.screenshot .caption {
	width: 142px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

.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 {
	text-decoration: none;
}

.gallerynav a:hover, .gallerynav a.active {
	color: #93BE65;
	text-decoration: underline;
	font-weight: bold;
}

.gallerynav {
	margin-left: 20px;
}
