/* CSS Document */

.galleryTable img { /* thumbnail images parameters here*/
	width:117px; /* 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-left: 1px;
	margin-right: 2px;
	margin-top: 1px;
	margin-bottom: 1px; /* distance between image rows */
	height:70px; /* height of an image cell */
	}

.galleryImageBox img {
	text-decoration:none;
	border:2px solid #D05C8D;
	width:82px;
	height:60px;
	}
	
.paginationBox {
	clear:both;
	}