/**
 * Gallery CSS Stylesheet
 **/

.centeredThumbs {
	width: 100%;
	text-align: center;
}

a img.thumbs
{
 border-width: 2px;
 border-color: #333;
 border-style: solid;
 margin: 8px;
}

a:hover img.thumbs
{
 border-width: 2px;
 border-color: #900;
 border-style: solid;
 margin: 8px;
}


