#overlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 100%;
	height: 1600px;
	
	background-color: #000;
	
	/* Set both opacity and filter, for MSIE and firefox compatability */
	opacity: .7;
	filter: alpha(opacity=70);
	
	/* z-index sets the layer order, so that the overlay rests on top.
	Bear in mind that the popup dialogue needs to be even higher! */
	z-index: 1000;
}

#close
{
	position: absolute;
	right: 5px;
	top: 0px;
}

#close2
{
	position: absolute;
	right: 5px;
	bottom: 2px;
}

#dialogue-movie1
{
	position: absolute;
	
	top: 5px;
	
	width: 985px;
	height: 742px;
	padding: 0px;
	
	border: 0px solid #00D;
	background-color: #000;
	
	z-index: 2000;
}

#dialogue-movie2
{
	position: absolute;
	
	top: 5px;
	
	width: 985px;
	height: 746px;
	padding: 0px;
	
	border: 0px solid #00D;
	background-color: #000;
	
	z-index: 2000;
}

#dialogue-movie3
{
	position: absolute;
	
	top: 5px;
	
	width: 961px;
	height: 870px;
	padding: 0px;
	
	border: 0px solid #00D;
	background-color: #000;
	
	z-index: 2000;
}

#dialogue-movie4
{
	position: absolute;
	
	top: 5px;
	
	width: 700px;
	height: 594px;
	padding: 0px;
	
	border: 0px solid #00D;
	background-color: #000;
	
	z-index: 2000;
}

#dialogue-movie5
{
	position: absolute;
	
	top: 5px;
	
	width: 600px;
	padding: 0px;
	
	border: 0px solid #00D;
	background-color: #000;
	
	z-index: 2000;
}

#dialogue-movie6
{
	position: absolute;
	
	top: 5px;
	
	width: 600px;
	padding: 0px;
	
	border: 0px solid #00D;
	background-color: #000;
	
	z-index: 2000;
}
