.hcFilmOverlay {
	margin: 0px;
    position: fixed;	
	z-index:100;
    top: 0px;
    left: 0px;
    background-color:#000;
    filter:alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
    height:100%;
    width:100%;
}


* html .hcFilmOverlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.hcFilmOuter {
	z-index: 200;	
	background: #FFF;
	position: absolute;
	padding: 6px;
	
	top: 10%;
	margin-left: 8%;
}

.hcFilmInner {
	
}