@charset "utf-8";
/* CSS Document */

#newsSlider {
    height: 350px;
    position: absolute;
    width: 980px;
}
#newsSlider .container {
    height: 350px;
    overflow: hidden;
    position: relative;
    width: 980px;
}
#newsSlider .container IMG {
    height: 350px;
    width: 980px;
}
#newsSlider DIV.slides {
    left: 0;
    position: absolute;
    top: 0;
}
#newsSlider UL.slides {
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
#newsSlider UL.pagination {
    bottom: 10px;
    position: absolute;
    right: 340px;
}
#newsSlider UL.pagination LI {
    float: left;
    height: 12px;
    margin-right: 5px;
    text-align: center;
    width: 12px;
}
#newsSlider UL.pagination LI A {
    background: url("../images/02.png") no-repeat scroll right bottom transparent;
    float: left;
    height: 12px;
    margin-right: 2px;
    text-decoration: none;
    width: 12px;
}
#newsSlider UL.pagination LI.active A {
    background: url("../images/01.png") no-repeat scroll right bottom transparent;
    float: left;
    height: 12px;
    margin-right: 2px;
    text-decoration: none;
    width: 12px;
}
UL.pagination LI A:hover {
    background: url("../images/01.png") no-repeat scroll right bottom transparent;
    float: left;
    height: 12px;
    margin-right: 2px;
    text-decoration: none;
    width: 12px;
}
