/* ********************* PICTURE GALLERY DISPLAY ********************* */

.picturGalleryThumbnailImage
{
	float:  		left;
	display:		inline;
	min-height: 	150px;
	min-width:		120px;
	margin: 		12px 10px 0 0;
	text-align:center;
}
.picturGalleryThumbnailImage a
{
	display:block;
	width:120px;
	height:120px;
	overflow:hidden;
	margin-bottom:5px;
	background-position:50% 50%;
	background-repeat:no-repeat;
}


