div#photoDisplay {
	width:460px;
	height:520px;
	text-align:center;
}

*html div#photoStrip {
      position:relative;
}

div#photoStrip {
	overflow:auto;
	width:85px;
	height:500px;
	margin-left:5px;
	position:absolute;
	z-index:2;
}

div#photoStrip img {
	margin: 0px 5px 5px 0px;
}

.caption {
	font-style:italic;
	margin-top:2px;
}

div#menuContent {
	width:300px;
}