/* CSS Document */
.galleryImageBox img { /* thumbnail images parameters here*/
	width: 117px; /* width of the thumbnail images */
	height: 87px;
	border: none;/* solid 4px #76108C;*/
	margin:1px;
	margin-right:2px;
	float:left;
	}	
.galleryImageBox a:hover img{
	border: none;/* solid 4px #774F84;*/
	margin:1px;
	margin-right:2px;
	float:left;
}

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


.paginationBox {
	clear:both;
	}