@charset "utf-8";

/**** Gallery Page ****/
.galleryCover {
	width: 145px;
	height: 125px;
	margin-right: 20px;
	margin-bottom: 16px;
	border: solid thin #CCC;
	float: left;
	color: #FFF;
	text-align: center;
	vertical-align:middle;
	font-size: 10px;
}

.galleryCover p {
	margin:5px;
    padding-top: 8px;
}

.galleryCover img {
	border: none;
}

.galleryThumbnail {
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
	border: 0px solid #000;
	width: 73px;
	height: 49px;
}

.galleryThumbnail img {
	border: none;
}

#returnLink {
	float:left;
	clear:both;
	margin-top: 30px;
}

