/* CSS Document */

body,
ul,
li {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
}

img {
    border: none;
}

a {
    color: #6cf;
}

a:hover {
    color: #84B263;
}

.box {
    width: 1180px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.picbox {
    width: 1180px;
    height: 115px;
    overflow: hidden;
    position: relative;
}

.piclist {
    height: 115px;
    position: absolute;
    left: 0px;
    top: 0px
}

.piclist li {
    /* background:#eee; */
    margin-right: 20px;
    padding: 10px;
    float: left;
}
.piclist li img{
    width: 200px;
}
.swaplist {
    position: absolute;
    left: -3000px;
    top: 0px
}

.og_prev,
.og_next {
    width: 30px;
    height: 50px;
    background: url(../images/icon.png) no-repeat;
    background: url(../images/icon_ie6.png) no-repeat\9;
    position: absolute;
    top: 23px;
    z-index: 99;
    cursor: pointer;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.og_prev {
    background-position: 0 -60px;
    left: -26px;
}

.og_next {
    background-position: 0 0;
    right: -26px;
}