.gallery{
    font-family: Arial;
    margin: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: none;
    background: #ffffff;
}
.galleryBar {
    display:none;
    position: absolute;
    left: 0;
    margin: 0;
    padding: 10px;
}

.galleryBar li{
    position: relative;
    list-style: none;
    overflow: hidden;
    float: left;
    padding: 0;
}

.galleryScreen, .galleryInfo {
    position: absolute;
}
.galleryScreen {
    background-color: #222;
}
.galleryInfo {
    background-color: transparent;
    color: #fff;
    padding: 12px; 
    font-size: 12px;
}
.galleryTitle {
    font-size: 14px;
    font-weight: bold;
}
.galleryContent img{
    width: 100%;
    height: 100%;
}

.slider_newsinfo{
    display: none;
}

.slider_date{
    font-size: 12px;
}

.galleryDesc a{
    display: block;
    color: #ffffff;
    margin-bottom: 3px;
}

.galleryDesc a:first-child{
    font-size: 14px;
    font-weight: bold;
}

.galleryDesc a:first-child span{
    font-weight: normal;
}

.galleryDesc a:last-child{
    text-decoration: none;
}

#specnews{
    height: 340px;
    overflow: hidden;
}

#specnews li{
    list-style: none;
}