/* CSS Document */

.galleryImageBox img { /* thumbnail images parameters here*/
	width: 117px; /* width of the thumbnail images */
	height: 87px;
	border: solid 4px #240F07;
	margin:2px;
	float:left;
	}	
.galleryImageBox a:hover img{
	border: solid 4px #F0E150;
	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;
	}
