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

.picturGalleryThumbnailImage
{
	float:  		left;
	display:		inline;
	min-height: 	100px;
	margin: 		12px 10px 0 0;
	width:			156px;
	text-align:		center;
	padding-bottom:10px;
}

.picturGalleryThumbnailImage img
{
	margin:0 auto;
}

.pictureGalleryClear {
	clear:left;
}