.thumbnail
{
	text-align: center;
	width: 200px;
	height: 200px;
	background:    #333;
	border-top:    3px solid #555;
	border-left:   3px solid #555;
	border-right:  3px solid #222;
	border-bottom: 3px solid #222;
	padding: 5px;
	margin: 2px;
	float: left;
}

.thumbnail .caption
{
	font-weight: bold;
	font-size: small;
	color: #000;
}

.thumbnail .caption a
{
	color: #CCC;
	text-decoration: none;
}

.thumbnail img
{
	border-bottom:  3px solid #555;
	border-right:   3px solid #555;
	border-left:    3px solid #222;
	border-top:     3px solid #222;
}

