#gallery_wrap {
	width: 558px;
	height: 375px;
	padding: 10px;
	background-color: white;
	border: 2px solid gray;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	margin-top: 0;
	margin-bottom: 10px;
}

.panel {
  display: none;
}

.filmstrip .thumb {
  width: 72px;
  height: 45px
}

.panel-overlay h2,
.panel-overlay p{
	margin: .1em 0;
	color: white;
	width: 480px;
	text-align: left;
}
.panel-overlay p {
	line-height: 1.2em;
}
