/* CSS Document */

.galleryImageBox img { /* thumbnail images parameters here*/
	/*  width: 117px; width of the thumbnail images */
	/* height: 87px; */
	width:153px;
	height:112px;
	border: solid 4px #000;
	margin:2px;
	float:left;
	padding:0 0 0 0;
	}	
.galleryImageBox a:hover img{
	border: solid 4px #DA9959;
	margin:2px;
	float:left;
}

.galleryTable div {
	text-align:center;
	}
	
.galleryDescription { /*define description text here*/
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	}
	
.galleryImageBox {
	margin-left: 13px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 1px; /* distance between image rows */
	/*height: 100px;  height of an image cell */
	z-index: 1;
	}


.paginationBox {
	clear:both;
	}