@charset "UTF-8";
/* CSS Document */

#gallery {
	width:640px;
	margin:0 auto;
}

.galleryThumbs {
	float:left;
	padding:20px 10px 10px 0px;
}

img.thumbnail {
background-image:url(../images/thumbnail-bg.png);
background-repeat:no-repeat;
padding:10px 26px 35px 24px;
}

.thumbnailBox {
	width:200px;
	position:relative;
	margin:0px;
	float: left;
}

.thumbnailCaption {
	position:absolute;
	padding:3px 10px;
	bottom:7px;
	text-align:center;
	width:180px;
	font-size:0.65em;
	color:#333333;
}

.thumbnailBox a:hover {
text-decoration:none;
}

.thumbnailCaption a:hover {
text-decoration:none;
}
