* { margin:0px; padding:0px;  }

body { background-color: #000000; font-family: sans-serif; font-size: 14px; color: #ddd; text-align: center;}

h1 {font-size: 18px; font-weight: bold; font-family: sans-serif; }

#outer { 
    margin: 0px auto;
    width:960px; 
    border:1px solid black; 
    text-align: left;
}

#logo_banner {
    width:100%;
    height:120px;
    background-color: #000000;
    text-align: center;
}

#sociallinks_div {
    width : 100%;
    background-color: transparent;
    border-top: 1px solid #ddd;
}

.sociallink {
    padding: 5px; 
    margin: 10px; 
}

#panorama_banner {
    width:100%;
    height:300px;
    background-color:#000000;
}

#movie { float : right; margin-left: 10px; }

#outer_row_content {
    padding-top : 10px;
    padding-bottom : 10px;
    width:100%;
    /*height:300px;*/
    background-color:#000000;
    padding-bottom: 20px;
}

#outer_row_footer {
    width:100%;
    height:50px;
    background-color:#000000;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #ffffff;
}

#makeMeScrollable {
    width    :100%;
    height   : 300px;
    position : relative;
}

#makeMeScrollable div.scrollableArea * {
    position : relative;
    float    : left;
    margin   : 0;
    padding  : 0;
}

.sitemap_link, .sitemap_link:active, .sitemap_link:visited {
    color : #ddd;
    text-decoration : none;
    margin-left : 6px;
    margin-right: 6px;
}

a,a:active,a:visited{ color : #ddd; text-decoration : none; }

a:hover{ color : red; }

.sitemap_link:hover { color: red; }

#copyrights_footer { font-size:10px;  color:#666666; }
#movie_homepage { margin-left:14px; margin-top:14px; margin-bottom:14px; float:right; }

.photo_prev_home {
    border: 8px solid #fff;
    margin-top: 20px;
    margin-right: 30px;
    margin-left: 30px;
}

.photo_thumb {
    border: 8px solid #fff;
    margin: 20px;
}

.photo_row {
    text-align: center;
}

/*tooltip content css*/
#hotspot1_tt,#hotspot2_tt,#hotspot3_tt,#hotspot4_tt,#hotspot5_tt,#hotspot6_tt, #hotspot7_tt, #hotspot8_tt, #hotspot9_tt, #hotspot10_tt, #hotspot11_tt, #hotspot12_tt, #hotspot13_tt{
    display: none;        /* required */
    position: absolute;   /* required */
    padding: 10px;
    border: 2px solid red;
    background-color: black;
    color: #fff;;
    padding: 20px;
    opacity:0.7;
    filter:alpha(opacity=70);
}

#crew_table {
  width: 100%;
}
#crew_table tr {
    border-bottom: solid 1px #ddd;  
}
#crew_year {
  font-size: 30px;
}
