#cinema {

	position: absolute;
	top: 64px;
	left: 330px;
	z-index: 40;
	width: 360px;
	height: 348px;

}

#movie {

	position: absolute;
	top: 0px;
	width: 360px;
	height: 308px;
	background-color: #000000;

}

#cinemanav {

	clear: both;
	position: absolute;
	bottom: 0px;
	width: 352px;
	height: 32px;
	text-align: left;
	padding: 4px;

}

#gallery {

	position: absolute;
	top: 64px;
	left: 330px;
	z-index: 40;
	width: auto;
	overflow: visible;

}

#image {

	position: absolute;
	top: 0px;
	width: auto;
	height: auto;
	text-align: center;

}

#imagecontent {

	padding: 20px;
	background-color: #ffffff;

}

#gallerynav {

	clear: both;
	position: relative;
	bottom: 0px;
	width: 480px;
	height: 32px;
	text-align: left;
	padding: 4px;
	z-index: 200;

}