.dwSlider
{
    background: url(../images/background-images-repeat.jpg) top left;
    height: 286px;
    width:880px;
    float:left;
    position:relative; 
    overflow:hidden; 
}

#contact .dwSlider
{
    background: url(../images/background-images-repeat-contact.jpg) top left;
    }

.dwControl
{
    float:left; 
    cursor:pointer;    
}

#dwImages
{
    z-index:1; 
    width:2000px; 
    position:absolute;
}

#dwImages img
{
    margin-top: 37px;
    margin-right: 30px;
    border: 1px solid #818286;
}

#dwTransImgLeft, #dwTransImgRight
{
    z-index:2; 
    position:absolute; 
}

#dwTransImgLeft
{
    left: 0px;    
}

#dwTransImgRight
{
    right: 0px;    
}
