﻿body 
{
    margin:0px;
    background-color: Transparent;
}

 .WL_FIXED_ContentRotatorFooterContainer .btnLeft
        {
            width: 31px;
            height: 34px;
            background-image: url(../img/btnLeft.gif);
            border: 0px;
            background-color: transparent;
            cursor: hand;
             display:inline;
        }
        .WL_FIXED_ContentRotatorFooterContainer .btnRight
        {
            width: 31px;
            height: 34px;
            background-image: url(../img/btnRight.gif);
            border: 0px;
            background-color: transparent;
            cursor: hand;
            display:inline;
        }
        
              
        .WL_FIXED_ContentRotatorFooterContainer
        {
            background-color:white;
            color:Black;
        }

