/* movie css*/
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    	font-weight: normal;
    	font-style: normal;
}
div.bgcarousel{ width:100%;height:400px;overflow:hidden;z-index:-999;}
img.navbutton{margin:5px;opacity:0.7;}
div.slide{ background-color: black;background-position: center center; background-repeat: no-repeat;background-size: cover;color: black;}
div.slide div.desc{ position: absolute;left: 200px;top: 100px;padding: 10px;}
div.slide div.desc h2{font-size:30px;text-align:left; width:100%;margin:0px; font-weight:normal;font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif; letter-spacing:1px; color:#FFFFFF;}
div.slide div.desc span{font-size:18px;text-align:left; width:100%;margin:0px; font-weight:normal;font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif; letter-spacing:1px; color:#FFFFFF;}