
img{
    border: 0;
}

/*********************carousel*******************/
#featured{
    width: 300px;
    position: relative;
    top: -60px;
    right: 600px;
}
#control{
    display: block;
    width: 100px;
    margin: 0 auto;
    position: relative;
    top: 10px;
    left: 0;
}
#control .p{
    background: url(images/prev.jpg) top center;
    width: 35px;
    height: 25px;
    float: left;
    color: #ebe9dd;
    display: inline-block;
}
#control .p:hover{
    background: url(images/prev.jpg) bottom center;
}
#control .n{
    background: url(images/next.jpg) top center;
    width: 35px;
    height: 25px;
    float: right;
    color: #ebe9dd;
    display: inline-block;
}
#control .n:hover{
    background: url(images/next.jpg) bottom center;
}
#scroller
{
    margin-top:5px;
    overflow: hidden;
    text-align: center;
    width: 292px;
    height: 202px;
}
#content {
    width: 292px;
}
.slide {
    float: left;
    width: 292px;
    margin: 0 auto;
    display: inline-block;
    height: 202px;
    color: #000;
}
.slide a img{
    border: #fff 6px solid;
}
.slide-text{
    position: relative;
    bottom: 50px;
    background: url(images/t-px.png) repeat;
    display: block;
    width: 260px;
    margin: 0 auto;
    text-align: right;
    padding: 10px;
    color: #f2ce08;
    font: 900 16px arial;
    height: 25px;
    text-decoration: none;
    cursor: pointer;
}
.slide-text span{
    display: block;
    color: #fff;
    margin-top: 5px;
    margin-right: 5px;
    font: normal 11px tahoma;
}
#scroller-buts{
    list-style: none;
    margin: 0 auto;
    width: 600px;
    padding-right: 0;
    text-align: center;
}
#scroller-buts li{
    display: inline;
}
#scroller-buts li a{
    background: url(images/num.png) no-repeat center center;
    height: 30px;
    width: 30px;
    display: inline-block;
    font: 900 12px arial;
    padding-top: 14px;
    color: #666;
    text-decoration: none;
}
#scroller-buts li a:hover{
    background: url(images/num-s.png) no-repeat center center;
}
#scroller-buts li a.selected{
    background: url(images/num-s.png) no-repeat center center;
    color: #ccc;
    cursor: default;
}
/*********************news carousel*******************/
#news{
    margin: 30px auto;
}
#news-control{
    list-style: none;
    width: 500px;
    display: block;
}
#news-control li{
    display: inline;
}
#news-control .f{
    background: url(images/n-first.jpg) top center;
    width: 100px;
    height: 25px;
    color: #ebe9dd;
    display: inline-block;
}
#news-control .f:hover{
    background: url(images/n-first.jpg) bottom center;
}
#news-control .p{
    background: url(images/n-prev.jpg) top center;
    width: 100px;
    height: 25px;
    color: #ebe9dd;
    display: inline-block;
}
#news-control .p:hover{
    background: url(images/n-prev.jpg) bottom center;
}
#news-control .n{
    background: url(images/n-next.jpg) top center;
    width: 100px;
    height: 25px;
    color: #ebe9dd;
    display: inline-block;
}
#news-control .n:hover{
    background: url(images/n-next.jpg) bottom center;
}
#news-control .l{
    background: url(images/n-last.jpg) top center;
    width: 100px;
    height: 25px;
    color: #ebe9dd;
    display: inline-block;
}
#news-control .l:hover{
    background: url(images/n-last.jpg) bottom center;
}
#news_scroller{
    overflow: hidden;
    text-align: center;
    width: 560px;
    height: 500px;
}
.news-slide {
    float: left;
    width: 540px;
    margin: 0 auto;
    display: inline-block;
    height: 500px;
    padding: 40px 10px 10px 10px;
    background: url(images/news-bg.jpg) no-repeat top center;
}
.news-slide img{
    border: #ccc 1px solid;
    padding: 4px;
}
.news-slide h1 a{
    text-decoration: none;
    display: block;
    font: 900 20px arial;
    color: #655d3b;
    margin-top: -15px;
}
.news-slide h1 a:hover{
    color: #cd3e13;
}
.news-slide h2 a{
    text-decoration: none;
    display: block;
    font: 900 15px arial;
    color: #cd3e13;
    margin-top: -15px;
}
.news-slide h2 a:hover{
    color: #666;
}