/* CSS Document */

/**** GALLERY STYLES ****/

.screenshots {
}

.screenshot, .featuredpicture {
	float: left;
	height: 180px;
	border: 3px solid #999;
	padding: 5px;
	background-color: #CCC;
	text-align: center;
	margin: 8px 9px;
}

.featuredpicture {
	height: auto;
	width: 292px;
	border: 1px solid black;
	border-top: 0px;
	float: none;
	margin: 0 auto;

}

.screenshot .picture {
	width: 152px;
	height: 152px;
}

.featuredpicture .picture {
	width: 292px;

	background-color: #EEE;
	margin-bottom: 3px;
}

.screenshot .caption {
	width: 152px;
	font-size: 11px;
	font-weight: bold;
}

.featuredpicture .caption {
	width: 292px;
	font-size: 14px;
	font-weight: bold;
}

.screenshot a img, .featuredpicture 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, .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: #EE5206;
	text-decoration: none;
}

.gallerynav a:hover, .gallerynav a.active {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

.gallerynav {
	margin-left: 20px;
}

.forsale {
	border: 1px solid black;
	width: 292px;
	margin: 0 auto;
	background-color: red;
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
}