﻿

#slider ul, #slider li
{
    margin: 0;
    padding: 0;
    list-style: none;
    
}
#slider, #slider li
{
    height: 220px;
    width: 695px;
    overflow: hidden;
}






#prevBtn, #nextBtn
{
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    text-indent: -8000px;
}


#prevBtn, #nextBtn
{
    
    display: block;
    width: 15px;
    height: 30px;
    position: absolute;
    right: 13px;
    bottom:-5px;
}
#nextBtn
{
    right:-1px;
}


#prevBtn a, #nextBtn a
{
    display: block;
    width: 15px;
    height: 30px;
    background: url(../images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a
{
    background: url(../images/btn_next.gif) no-repeat 0 0;
}
