/* CSS Document */
.galleryTable2 img{
	width: 117px;
	border: solid 3px #272727;
	margin: 2px;
}
.galleryTable2 a:hover img{
	border: solid 3px #BC0204;
	margin: 2px;
}
.galleryTable img { /* thumbnail images parameters here*/
	width:100px; /* width of the thumbnail images */
	border: solid 3px #272727;
	margin: 1px;
	}	
.galleryTable a:hover img{
	border: solid 3px #BC0204;
	margin: 2px;
}

.galleryTable div {
	text-align:center;
	}
	
.galleryDescription { /*define description text here*/
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	}
	

.paginationBox {
	clear:both;
	}