/* 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:"Trebuchet MS", arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
.galleryImageBox {
	float:left;
	width:170px;
	display:block;
	margin:5px;
	
	height:170px; /* height of an image cell */
	}
	
.paginationBox {
	clear:both;
	}