﻿#featuredprod
{
    margin:0;
    padding:15px 10px 0px 15px;
    min-height:150px;
    overflow:hidden;
    margin-top:-20px;
    width:165px;
}

#featuredprod .featprod-controls
{
    margin: 0px;
    padding: 0px;
    z-index: 11;
    left: 100px;
    top: 40px;
    width: 51px;
    position: relative;
    background: white;
}

#featuredprod OL
{
    padding: 0px;
    margin:0px;
    float:none;
    list-style-type: none;
    z-index:0;
}

#featuredprod OL li
{
    list-style-type: none;
    line-height:20px;
}

#featuredprod OL li strong
{
    font-size:13px;
}

#featuredprod .featprod-hidden
{
    display: none;
}
#featuredprod .featprod-controls A
{
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
    text-decoration: none;
}
#featuredprod .featprod-previous
{
    float: left;
    width: 26px;
    height: 21px;
}
#featuredprod .featprod-next
{
    float: right;
    width: 25px;
    height: 21px;
}
#featuredprod .featprod-previous A
{
    background: url(../image/leftbuton.jpg) no-repeat 0px top;
}
#featuredprod .featprod-next A
{
    background: url(../image/rightbuton.jpg) no-repeat 0px top;
}
