/* CSS Document */

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

.galleryTable div {
	text-align:center;
	}
	
.galleryDescription { /*define description text here*/
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	}
	
.galleryImageBox {
	float:left;
	display:inline;
	margin:8px;
	margin-bottom:10px; /* distance between image rows */
	height:130px; /* height of an image cell */
	}
	
.paginationBox {
	clear:both;
	}