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

.picturGalleryThumbnailImage
{
	float:  		left;
	display:		inline;
	height: 		120px;
	margin: 		12px 15px 10px 0;
	width:200px !important;
	overflow:hidden;
}

.picturGalleryThumbnailImage img
{

}

