
.galleryBox {
	width: 562px;
	/*height: 200px;*/

	margin-left: auto;
	margin-right: auto;
	
	overflow: hidden;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;

/*border: 1px solid #00f;*/

}

.galleryBox a         { color: #666; text-decoration: none; }
.galleryBox a:link    { color: #666; text-decoration: none; }
.galleryBox a:visited { color: #666; text-decoration: none; }
.galleryBox a:active  { color: #666; text-decoration: none; }
.galleryBox a:hover   { color: #666; text-decoration: underline; }


/* List of pieces in writing.html file */

.galleryBox ul
{
	list-style-type: none;
	margin: 3px 0px 40px 10px;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
}

.galleryBox ul li {
	margin-top: 0.5em;
	margin-bottom: 1.5em;

	text-align: center;
	float: left;      /* as many as can fit in window width */
	overflow: hidden; /* do not let IE stretch the container */

	width: 180px;
/*border: 1px solid #f00;*/
}


/*
ul#galleryList li a:hover
{
	color: #000;
	text-decoration: underline;
}
*/


.galleryBox img {
	text-align: center;  /* center for IE */
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 1px solid #666;
}





