/*** - Title and Rating - ***/
.scene_large_title {
    width: 812px;
    height: 20px;
    border-bottom: 1px solid #d6d6d6;
    margin: 15px 0 5px;
}
.scene_large_title_text {
    color: #950000;
    text-transform: uppercase;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    font-weight: bold;
    float: left;
}
.scene_large_rating {
    background-image: url(http://scripts.mofos.com/sites/tour/images/star.gif);
    background-repeat: repeat;
    width: 55px;
    height: 13px;
    float: right;
}
/*** - Image - ***/
.scene_large_format {
    width: 812px;
    height: 294px;
    border: none;
}
.scene_large_format_img {
    width: 812px;
    height: 294px;
    border: none;
}
.scene_large_format .white_corners {
    width: 812px;
    height: 294px;
    /*margin-top: -294px;*/
    position: absolute;
    background: transparent url(../../images/w_scene_large_format/whitecorners.png) top left no-repeat;
    cursor: pointer;
    z-index: 3;
}
 * html .scene_large_format .white_corners {
    background: transparent url(../../images/w_scene_large_format/whitecorners.gif) top left no-repeat;
}

.scene_large_overlay {
    width: 812px;
    height: 47px;
    background: transparent url(../../images/w_scene_large_format/overlay.png) top left no-repeat; 
    margin-top: 247px;
    position: absolute;
    z-index: 2;
}
.scene_large_overlay_text {
    width: 812px;
    height: 47px;
    margin-top: 247px;
    position: absolute;
    z-index: 5;
}
.scene_large_overlay_text div {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    border: none;
}
.scene_large_format .overlay_title {
    text-transform: uppercase;
    color: #ca9140;
    font-weight: bold;
    margin: 2px 0 0 10px;
    clear: both;
}
.scene_large_format .overlay_text {
    color: white;
    line-height:12px;
    margin: 0 10px;
    width: 560px;
    overflow: hidden;
    float: left;
    height: 26px;
}
.scene_large_format .view_more {
    float: right;
    margin: 10px 7px 0 0;
}
* html .scene_large_format .view_more { padding-top: 2px; }
.scene_large_format .view_more a:link, .scene_large_format .view_more a:active, .scene_large_format .view_more a:visited {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.scene_large_format .view_more a:hover {
    color: #ffde00;
}
.scene_large_over {
    width: 812px;
    height: 294px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    color: white;
}
.scene_large_over a:link, .scene_large_over a:active, .scene_large_over a:visited {
    background: transparent url(../../images/w_scene_large_format/scene_large_over_play.png) center center no-repeat;
    display: none;
    width: 388px;
    height: 47px;
    margin: 95px auto 0;
    color: white;
    line-height: 24px;
    font-weight: bold;
    text-decoration: none;
    font-size: 24px;
    padding: 20px 0 0 70px;

}
.scene_large_over a:hover {
    color: #ffde00;     
}