/* CSS Document */

.galleryTable img { /* thumbnail images parameters here*/
	width:40px; /* width of the thumbnail images */
	border:3px double #999999; /* thumbnail images border */
	}	

.galleryTable td {
	text-align:center;
	vertical-align:top;
	padding:2px;
	}
	
.galleryDescription { /*define description text here*/
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	}
	
.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	text-transform:capitalize;
	font-weight:bold;
	margin-top:30px;
}
