#sliderImage
{
    float: left;
    width: 185px;
    height: 140px;
}
div.slidesContent
{
    width: 520px;
    float: left;
    position: relative;
}
#slider ul, #slider li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#slider, #slider li
{
    width: 520px;
    height: 140px;
    overflow: hidden;
}
span#prevBtn a
{
    background: url(../images/leftButton.png) no-repeat;
    width: 11px;
    height: 18px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    margin-left: -20px;
    margin-top: -84px;
}
span#prevBtn a:hover
{
    background: url(../images/leftButton_over.png) no-repeat;
}
span#nextBtn a
{
    background: url(../images/rightButton.png) no-repeat;
    width: 11px;
    height: 18px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: -15px;
    margin-top: -84px;
}
span#nextBtn a:hover
{
    background: url(../images/rightButton_over.png) no-repeat;
}
.pagesContent
{
    font-family: Verdana;
    font-size: 11px;
    color: #666;
    line-height: 18px;
}
.sliderContent
{
    width: 520px;
    height: 120px;
    display: block;
    margin-bottom: 10px;
    /*text-align: center;*/
}
.sliderContent a
{
    text-decoration: none;
    color: #666;
}
.productThumb
{
    margin-right: 2px;
    width: 123px;
    height: 128px;
}

