
.topData {
    border-left: 1px solid #dbd9db;
    border-right: 1px solid #dbd9db;
}

.topPhotoNews span.TopImage {
    text-align: center;
    display: block;
    position: relative;
    height: 280px;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-image: url(/images/ajax-loader.gif);*/
    z-index: 1;
}

.topPhotoNews span.TopImage a.topHrefPhoto {
    display: block;
    
    position: relative;                
    z-index: 1;
}
.topPhotoNews span.TopImage a img {
    display: block;
}
    

.topPhotoNews h1 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
.topPhotoNews #top_photo_bg a {
    font-size: 15px;
    line-height: 17px;
    display: block;
    color:#1a1a18;
    max-height: 35px;
    overflow: hidden;
    font-family: Arial;
    
}    

.topPhotoNews #top_photo_bg a:hover {
    text-decoration: underline;
}

.topPhotoNews span#scrollerPhoto {
    top:-18px;
    right: 0;
    display: block;
    width: 250px;
    height: 15px;
    overflow: hidden;
    position: absolute;
}
   
#croperPhoto {
    display: block;
    position: relative;
    height: 10px;
    }

#croperPhoto span.container {
    white-space: nowrap;
    }
#croperPhoto span.container img {
    width: 94px;
    height: 60px;
    margin: 10px 5px;
    cursor: pointer;
    text-align: right;
    border: 1px solid #fff;
    }
#croperPhoto span.container img.curent, 
#croperPhoto span.container img:hover {
    border-color: #f00;
    }
    
#btnPrev,  #btnNext {
    display: block;
    position: absolute;
    top: 0px;
    width: 8px;
    height: 11px;
    overflow: hidden;
    cursor: pointer;
    opacity: .6;
    filter: alpha(opacity=60);
    }
#btnPrev {
    right: 50px;
    background: url(/images/design2013/arrows.png) no-repeat left 4px;
    }
#btnNext {
    right: 3px;
    background: url(/images/design2013/arrows.png) no-repeat right 4px;
    }
#btnPrev:hover, #btnNext:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}        
#currentItem {
    position: absolute;
    top: 0px;
    right: 35px;
    color:#717F81;
}

#allItems {
    color:#717F81;
    position: absolute;
    top: 0px;
    right: 15px; 
}


/*.textTopNews {
    text-align: center;
    height: 53px;
    padding: 2px 5px;
    background: #e5e4e5;
    overflow: hidden;
}*/
.topPhotoNews {
    position: relative;
    margin-bottom: 10px;
}


.topPhotoNews p {
    margin-top: 2px;
    padding: 0;
    font-size: 12px; 
    line-height: 15px;
    text-align: left; 
    text-indent: 0;
    overflow: hidden; 
}
.topPhotoNews p a {color:#1a1a18; text-decoration: none;}
.topPhotoNews p a:hover {text-decoration: none;}