.scene_normal_block { 
    width: 260px;
    height: 280px;
    margin: 5px;
    float: left;
}
* html .scene_normal_block { margin: 3px; }

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

.scene_normal {
    width: 256px;
    height: 187px;
    cursor: pointer; 
}
.scene_normal_img {
    width: 256px;    
    height: 187px;
    background: transparent url(../../images/icons/img_bg_loader.gif) center center no-repeat;
}
.scene_normal_overlay {
    width: 256px;
    height: 16px;
    background: black;
    position: absolute;
    z-index: 2;
    margin-top: 171px;
}
.scene_normal_block .overlay_normal_text {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    width: 252px;
    overflow: hidden;
    height: 16px;
    line-height: 16px;
    text-align: right;
    font-size: 10px;
}
* html .scene_normal_block .overlay_normal_text { padding-top: 2px; height: 14px; line-height: 14px; }
.scene_normal_block .white_corners_n {
    width: 256px;
    height: 187px;
    position: absolute;
    background: transparent url(../../images/w_scene_normal/whitecorners.png) top left no-repeat;
    cursor: pointer;
    z-index: 3;
}
* html .scene_normal_block .white_corners_n {
    background: transparent url(../../images/w_scene_normal/whitecorners.gif) top left no-repeat;
}

.scene_normal_block a.view_more_button {
    display: block;
    width: auto;
    height: 20px;
    float: right;
    margin: 10px 7px 0 0;
    text-align: center;
    text-decoration: none;
}
.scene_normal_block a.view_more_button span { cursor: pointer; }
.scene_normal_block a.view_more_button span.button_text {
    display: block;
    height: 20px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 10px;
    line-height: 20px;
    background-color:black;
    float:left;
}
* html .scene_normal_block a.view_more_button span.button_text { padding-top: 3px; height: 17px; line-height: 17px; }
.scene_normal_block a.view_more_button span.button_left {
    display: block;
    width: 5px;
    height: 20px;
    background: transparent url(../../images/w_scene_normal/view_more_button.png) top left no-repeat; 
    float:left;
}
.scene_normal_block a.view_more_button span.button_right {
    display: block;
    width: 5px;
    height: 20px;
    background: transparent url(../../images/w_scene_normal/view_more_button.png) top right no-repeat; 
    float:left;
}
.scene_normal_block a.view_more_button:hover span.button_text { color: #ffde00; }

.scene_descr {
    color: #515151;
    font-size: 10px;
    line-height: 12px;
    height: 38px;
    padding: 7px 2px 0;
    overflow: hidden;
}

.scene_normal_block .loading_or_current {
    width: 256px;
    height: 187px;
    position: absolute;
    z-index: 5;
}
/*.scene_normal_block .loading .loading_or_current{
    background: transparent url(../../images/w_scene_normal/loading.gif) center center no-repeat;
}*/
.current .loading_or_current{
    background: transparent url(../../images/w_scene_normal/current.png) bottom left no-repeat;
    margin-left:-5px;
    margin-top: 5px;
}


     
    .scene_normal_block a.btn_replay img{
        position:relative;
        top:2px;
     }
     
     .scene_normal_block a.btn_join{display:none;}
     .scene_normal_block a.btn_replay{display:none;}