/* CSS Document */

.screenshots {

}

.screenshot {
	float: left;
	width: 180px;
	height: 180px;
	background-color: #0F1DDE;
	text-align: center;
	margin: 5px;
	background-image: url(images/paw_bluw_back.gif);
	background-repeat: no-repeat;
	border-right: 3px solid #CF0021;
}

.bone {
	width: 152px;
	height: 152px;
	padding: 13px;
	background-image: url(images/bone_blue_back.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.screenshot a {
	display: block;
	width: 150px;
	height: 150px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-decoration: none;
	background-color: #0000CC;
}

.screenshot a:hover {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #000099;
}

.gallerynav a {
	color: red;
	text-decoration: none;
}

.gallerynav a:hover, .gallerynav a.active {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}

