/* CSS Document */

.galleryTable img { /* thumbnail images parameters here*/
	max-width:200px;
	max-height:160px;
	_width:200px;
	
	margin-left:3px;
	/*height:150px;  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:5px;
	margin-bottom:15px; /* distance between image rows */
	height:200px; /* height of an image cell */
	width:220px;
	}
	
.paginationBox {
	clear:both;
	}
body,td,th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}