
#fW_Content
{
    display: inline;
    float: left;
    margin: 0px 0px;
    width: 300px;
    height: 230px;
}
#fW_Content IMG
{
    width: 300px;
    height: 230px;
}
#fW_Controls
{
    width: 100%;
    height: 18px;
    background:url(../pictureChange/0.gif) no-repeat right;
    border-collapse: collapse;
   /* filter: Alpha(opacity=60);*/
}
#fW_Controls A
{
    width: 18px;
    height: 18px;
    line-height:18px;
    border: 1px #fff solid;
    display: block;
    float: right;
    text-align: center;
    color: #000;
    background: #ffce4a;
    filter: Alpha(opacity=80);
    border:1px #fff solid;
}
#fW_Controls A.activeSlide
{
    background-position: 0px -30px;
    color: #fff;
    background:#ff890a;
    
}
#fW_Controls A:hover
{
    background-position: 0px -30px;
    color: #ffffff;
    position: relative;
    left: 0px;
    top: 0px;
    background:red;
}

