
#slide_show{
    width:100%;
    float:left;
    overflow: hidden;
}
.easy_slide .slide_pics{
    display: none;
}
.easy_slide{
    z-index: 800;
    width:100%;
    height:100%;
    
}
#slide_show .wrapper{
    height:100%;
    *margin-top:-445px;
    *z-index: 9000;
}
#block_slide_login{
    z-index: 900;
    display: none;
    z-index:9001
}
.easy_slide a{
    z-index: 400;
    display:block;
    float:left;
}
.easy_slide .slide_pics img{
}
.easy_slide .pic_show{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-attachment: scroll;
    background-color: transparent;
    background-position: center 0;
    background-repeat: no-repeat;
}

.easy_slide .slide_icons ul li{
    /*background-attachment: scroll;
    background-color: transparent;
    background-image: url("../images/slide_bg_gray.gif");
    background-position: -5px -5px;
    background-repeat: no-repeat;*/
    display:inline-block;
    position: relative;
    float:left;
    list-style: none;
    width:27px;
    height:14px;
    color:white;
    background-color:#2d2d2d;
    margin-right: 1px;
    text-align: center;
    line-height: 14px;
    font-family: Tahoma, Arial;
    font-weight: bold;
}
.easy_slide .slide_icons ul li.active{
    /*background-image: url("../images/slide_bg_white.gif");*/
    background-color:#c90000;
}
.easy_slide .slide_icons{
    position:absolute;
    float:left;
    top:186px;
    left:0px;
    height:15px;
    padding-top:1px;
    z-index: 400;
    width:100%;
    height:16px;
    background-color: #000;
}
.easy_slide .slide_icons ul{
    display: block;
    float:left;
    margin-left: 134px;
    _margin-left: 80px;
}
