/* Each PhotoGallery should have its own customized style sheet */
/*   see imagecontainer                                         */

#content {
	float: left;
	width: 710px;
	margin: 0;
	padding: 20px;
	}

#imagetitle {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 20px;
	line-height: 150%;
	font-weight: bold;
	text-align: center;
	padding: 0 10px 0 0;
	}

#imagecaption {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	text-align: left;
	padding: 0;
	}

#bio {
	display: block;
	float:left;
	width: 300px;
	padding: 5px;
}

#image400 {
	display: block;
	float:left;
	width: 400px;
	padding: 5px;
}


#scrollcontainer {
	width: 700px;
	height: 140px;
	border-top: 1px solid #579;
	border-left: 1px solid #579;
	border-right: 1px solid #579;
	background-color: #b5cdd5;
	padding: 0;
	margin: 0;
	text-align: center;
	overflow: auto;
	}

/* Set width to accomodate thumbnails. For each imagebox calculate */
/*   width + left padding + right padding                          */
/*   = 100 + 8 + 8 = 116                                             */
/* width = number of images x 86   
                                */
#imagecontainer {
	width: 812px;
	height:100px;
	border: 0;
	padding: 0;
	margin: 0;
	}

/* Float attribute keeps the box to left of previous box. */
.imagebox {
	float: left;
	width: 100px;
	height: 100px;
	border: 0;
	padding: 8px;
	cursor: pointer;
	}
