

.slider
{
        width: 285px;
        height: 136px;
}
.sliderbox
{
        width: 280px;
        height: 136px;
        overflow: hidden;
        position: relative;
}
.sildercon
{
        z-index:0;
        width: 280px;
        height: 136px;
        overflow: hidden;
        position: absolute;
}
.sildercon img
{
        width: 280px;
        height: 136px;
}
.silderpanel
{
        width: 280px;
        height: 136px;
        overflow: hidden;
        float: left;
        position: relative;
        background: #fff;
}
.silderpanel img
{
        width: 280px;
        height:136px;
        display: block;
        overflow: hidden;
}
.sildernav
{
        z-index:1;
        width: 6px;
        height: 136px;
        margin: 0 auto;
        position: absolute;
        bottom:0;
        right:0;
}
.sildernav li
{
        width:6px;
        height:12px;
        overflow:hidden
}
.sildernav li a
{
        display:block;
        width:6px;
        height:6px;
        text-indent:999px;
        background:url(images/listico5.png) no-repeat
}
.sildernav li.current a
{
        background:url(images/listico4.png) no-repeat
}