/* CSS Document */

/**** GALLERY STYLES ****/

.screenshots {
	clear: both;
}

.screenshot {
	float: left;
	height: 224px;
	border: 1px solid #333;
	padding: 6px;
	background-color: #999;
	text-align: center;
	margin: 6px 4px;
}

.screenshot .picture {
	width: 182px;
	height: 182px;
	background-color: #CCC;
	padding: 4px;
}

.screenshot a {
	background-color: #999;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-repeat: no-repeat;
	background-position: center;
}

.screenshot .caption {
	width: 190px;
	font-size: 12px;
	font-weight: bold;
}

.screenshot a:hover {
	background-color: #CCC;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}



.gallerylink {
	float: left;
}

.gallerynav a {
	text-decoration: none;
	display: block;
	float: left;
	padding: 3px 6px;
	border: 1px solid #333;
	margin: 2px;
	background-color: white;
}

.gallerynav a:hover, .gallerynav a.active {
	text-decoration: underline;
	color: white;
	background-color: red;
}

.gallerynav {
	margin-left: 2px;
}
