/*  */
.news{
    position: relative;
}
.news .center{
    margin: 40px auto 0;
    width: 500px;
    text-align: left;
}
.news .container{
    margin: 0 0 40px;
}
.news .title{
    font: 16px Tahoma, sans-serif;
    margin: 8px 0 2px;
}
.news .title a{
    color: #9b8e63;
}
.news .title a:hover{
    color: #ff0066;
}
.news .news-text{
    font: 12px Arial, sans-serif;
    color: #7d7d7d;
    line-height: 16px;
    margin:0 0 10px;
}
.news p{
    font: 11px Arial, sans-serif;
    color: #363636;
    margin: 10px 0 0;
}
.news .scroll-right{
    position: absolute;
    height: 29px;
    width: 29px;
    right: 150px;
    top: 75px;
    background: url(/img/but_news.png) right;
}
.news .scroll-left{
    position: absolute;
    height: 29px;
    width: 29px;
    left: 150px;
    top: 75px;
    background: url(/img/but_news.png) left;
}
#animate-news-container{
    margin-left: 0;
    overflow: hidden;
    width:500px;
}
.news .container{
    height: 140px;
    width: 500px;
    float: left;
}
#news-container-visible{
    height: 140px;
    width: 500px;
    overflow: hidden;
    float: left;
    position: relative;
}


