div.news-slider-list {
    width: 330px;
    overflow: hidden;
    position: relative;
}

div.news-slider-list div.slider-hover-div {
    width: 310px;
    height: 140px;
    padding: 5px 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

div.news-slider-list div.slider-hover-div div.hover-top{
    height: 80px;
}

div.news-slider-list div.slider-hover-div a.scroll-button {
    display: block;
    width: 15px;
    height: 45px;
    text-decoration: none;
    cursor: pointer;
}

div.news-slider-list div.slider-hover-div a.arrow-right {
    background: 0% 0% no-repeat url('images/button-right.png');
}

div.news-slider-list div.slider-hover-div a.arrow-left {
    background: 0% 0% no-repeat url('images/button-left.png');
}

div.news-slider-list div.news-slider-item {
    width: 330px;
    float: left;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

div.news-slider-list div.news-slider-item div.description {
    width: 330px;
    margin-top: 150px;
}

div.news-slider-list div.news-slider-item div.description div.slider-title {
    width: 310px;
    height: 50px;
    padding: 10px;
    padding-bottom: 0px;
    background: 0% 0% url('images/back-black-opacity.png');
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}

div.news-slider-list div.news-slider-item div.description div.slider-title div.crop-title {
    height: 40px;
    overflow: hidden;
}

div.news-slider-list div.news-slider-item div.description div.slider-title a {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    line-height: 20px;
}

div.news-slider-list div.news-slider-item div.description div.slider-anons {
    width: 310px;
    height: 45px;
    padding: 7px 10px;
    padding-bottom: 0px;
    background: #8c8c8c;
    overflow: hidden;
    color: #ffffff;
    line-height: 15px;
}

div.news-slider-list div.news-slider-item div.description div.slider-anons div.crop-anons {
    height: 30px;
    overflow: hidden;
}

div.news-slider-list div.slider-navigation {
    width: 320px;
    height: 30px;
    padding-right: 10px;
    background: #8c8c8c;
    overflow: hidden;
}

div.news-slider-list div.slider-navigation a.round {
    display: block;
    text-align: center;
    width: 17px;
    height: 17px;
    line-height: 17px;
    background: 0% 0% no-repeat url('images/round-gray.gif');
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    float: right;
    margin-left: 2px;
    cursor: pointer;
}

div.news-slider-list div.slider-navigation a.round:hover, div.news-slider-list div.slider-navigation a.selected {
    background: 0% 0% no-repeat url('images/round-orange.gif');
}
