﻿.wrapper1 {
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    z-index: 999;
    height: 200px;
}

.list_carousel1 {
    background-color: Transparent;
    margin: 0px 0px 0px 0px !important;
    width: 100%;
    overflow:hidden;
    position:relative;
    height: 100%;
}

.list_carousel1 ul {
    display: block;
    list-style: none;
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
    position:absolute;
    overflow:hidden;
    height: 80%;
    vertical-align: top;
}

.list_carousel1 li {
    background-color: Transparent;
    border: 0px solid transparent;
    color: #999;
    display: block;
    float: left;
    font-size: 10px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    width: 290px;
    height: 60px;
}

.image_carousel {
    padding: 15px 0 15px 40px;
    position: relative;
}

.image_carousel img {
    display: block;
    float: left;
    margin: 7px;
    padding: 9px;
    
}

a.prev1 {
    background: url(../images/newsup.png) no-repeat transparent;
    display: block;
    height: 16px;
    margin-left: 0px;
    position: absolute;
    bottom: 3%;
    width: 27px;
    z-index: 999;
}

a.next1 {
    background: url(../images/newsdown.png) no-repeat transparent;
    display: block;
    height: 16px;
    margin-left: 30px;
    position: absolute;
    bottom: 3%;
    width: 27px;
    z-index: 999;
}

a.prev1:hover  { opacity: 0.8; filter: alpha(opacity=80); }

a.prev1.disabled { background-position: 0 -100px !important; }

a.next1:hover { opacity: 0.8;  filter: alpha(opacity=80);}

a.next1.disabled { background-position: -50px -100px !important; }

a.prev1.disabled, a.next1.disabled { cursor: default; }

a.prev1 span, a.next1 span { display: none; }

.pagination1 { text-align: center; }

.pagination1 a  {
    display: inline-block;
    height: 15px;
    margin: 0 5px 0 0;
    width: 15px;
}

.pagination1 a.selected  {
    background-position: -25px -300px;
    cursor: default;
}

.pagination1 a span { display: none; }

.clearfix {
    clear: both;
    float: none;
}