#gallery {
	width: 600px;
	height: 480px;
	/*margin-left: auto;
	margin-right: auto;
	margin-top: 5%;*/
	position: absolute;
	left: 250px;
	top: 75px;
}

dl {
	width: 600px;
	height: 480px;
	/*margin-left: auto;
	margin-right: auto;*/
	/*overflow: hidden;*/
	position: relative;
	left: 180px;
}

#poster img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#copyright {	
	width: 512px;
	height: 352px;
	z-index: 10;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
}

#thumbnail_container {
	overflow: auto;
	height: 480px;
	width: 158px;
	position: absolute;
}

dd {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 75%;
}

.thumbnail {	
	width: 128px;
	height: 128px;
	border: none;
	float: left;
}