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


#pictureGallery h3 {
	clear:both;
	font-size:1.4em;
}


#pictureGallery .picturGalleryThumbnailImage
{
	float:  		left;
	display:		inline;
	height: 		120px;
	margin: 		12px 10px 0 0;
}


