/* CSS Document */

/**** GALLERY STYLES ****/

#galleries .screenshot {
	float: left;
	width: 182px;
	border: 8px solid #999;
	padding: 5px;
	background-color: #CCC;
	text-align: center;
	margin: 10px 15px;
	font-size: 11px;
}

#galleries .screenshot .picture {
	width: 180px;
	height: 180px;
	margin-bottom: 5px;
}

#galleries .screenshot .picture a {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	width: 180px;
	height: 180px;
	overflow: hidden;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #AAA;
}

#galleries .screenshot .picture a:hover {
	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;
}

.gallerynav a:hover, .gallerynav a.active {
	text-decoration: underline;
	font-weight: bold;
}

.gallerynav {
	padding: 5px;
	border: 1px solid #0C1580;
}

.box24 {
	height: 24px;
}

