#slideshow *
{
    margin: 0;
    padding: 0;
}
li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#slideshow
{
    margin: 31px auto 0 auto;
    height: 185px; /* background: #ffffff url(../images/slideshow_bg.gif) repeat-x;*/
}

#slideshow_wrapper
{
    /* we use relative to catch the children */
    position: relative;
    overflow: scroll;
    height: 185px;
    left: 32px;
    top: 0px;
}
@media (min-width:800px)
{
    #slideshow
    {
        width: 764px;
    }
    #slideshow_wrapper
    {
        width: 700px;
    }
    #scroll_right
    {
        left: 732px;
    }
}
@media (min-width:660px) and (max-width:799px)
{
    #slideshow
    {
        width: 624px;
    }
    #slideshow_wrapper
    {
        width: 560px;
    }
    #scroll_right
    {
        left: 592px;
    }
}
@media (min-width:520px) and (max-width:659px)
{
    #slideshow
    {
        width: 484px;
    }
    #slideshow_wrapper
    {
        width: 420px;
    }
    #scroll_right
    {
        left: 452px;
    }
}
@media (min-width:409px) and (max-width:519px)
{
    #slideshow
    {
        width: 344px;
    }
    #slideshow_wrapper
    {
        width: 280px;
    }
    #scroll_right
    {
        left: 312px;
    }
}
@media (max-width: 408px)
{
    #slideshow
    {
        width: 204px;
    }
    #slideshow_wrapper
    {
        width: 140px;
    }
    #scroll_right
    {
        left: 172px;
    }
}
#slideshow_set
{
    position: absolute;
}

#slideshow_set li
{
    float: left;
    height: 185px;
    width: 140px;
}

img
{
    border: 0;
}

#navigation
{
    position: absolute;
    z-index: 10;
}

#scroll_left
{
    left: 0;
    top: 0;
    background: url(../images/left.png) no-repeat;
}

#scroll_right
{
    top: 0;
    background: url(../images/right.png) no-repeat;
}

#scroll_left, #scroll_right
{
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 0 0 0 32px;
    height: 185px;
    width: 0px !important; /* for most browsers */
    width: /**/ 32px; /* for IE5.5's bad box model */
}

.productlist a:link
{
    color: #000;
    text-decoration: none;
}
.productname
{
    color: #333333;
    text-decoration: underline;
}
.productlist a:visited
{
    text-decoration: none;
}
