.bz_related_scene_block { 
    width: 188px;
    height: 155px;
    margin: 5px;
    float: left;
}

.bz_related_scene_block a{text-decoration:none;}

* html .bz_related_scene_block { margin: 3px; }

/*** - Title and Rating - ***/
.bz_related_scene_title {
    width: 188px;
    height: 20px;
    margin: 0;
}
.bz_related_scene_title_text {
    float: left;
}
.bz_related_scene_title_text a:link, .bz_related_scene_title_text a:active, .bz_related_scene_title_text a:visited {
    color: #950000;
    text-transform: uppercase;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.bz_related_scene_rating {
    background-image: url(http://scripts.mofos.com/sites/tour/images/star.gif);
    background-repeat: repeat;
    width: 55px;
    height: 13px;
    float: right;
}

.bz_related_scene {
    width: 188px;
    height: 155px;
    cursor: pointer; 
}
.bz_related_scene_img {
    width: 188px;    
    height: 155px;
    background: transparent url(../../images/icons/img_bg_loader.gif) center center no-repeat;
}
.bz_related_scene_overlay {
    width: 188px;
    height: 16px;
    background: black;
    position: absolute;
    z-index: 2;
    margin-top: 139px;
}
.bz_related_scene_block .overlay_normal_text {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    width: 185px;
    overflow: hidden;
    height: 16px;
    line-height: 16px;
    text-align: right;
    font-size: 10px;
}
* html .bz_related_scene_block .overlay_normal_text { padding-top: 2px; height: 14px; line-height: 14px; }
 

 .bz_related_scene_block .white_corners_n {
    width: 188px;
    height: 155px;
    position: absolute;
    background: transparent url(../../images/w_bz_related_scene/whitecorners.png) top left no-repeat;
    cursor: pointer;
    z-index: 3;
}
* html .bz_related_scene_block .white_corners_n {
    background: transparent url(../../images/w_bz_related_scene/whitecorners.gif) top left no-repeat;
}