/* CSS Document */


#movieAlt { /*Vertical scroll bar on alternative content*/
	position:absolute;
width:850px;
height:450px;
top:50%;
left:50%;
background-color:ffffff;
margin-left:-425px;
margin-top:-225px;
}

#movieAltInner { /*Use separate div because IE's faulty box model*/
	overflow: auto;
	color: #000000;
	margin-left:15px;
	margin-top:15px;
}
