body 
{
    margin: 0;
}

.container 
{
    width: 1000px;
    height: 550px;
    margin: 0 auto;
    background: url('img/background.png') #fff no-repeat;
    position: relative;
}

.content-box
{ 
    width: 702px;
    position: absolute;
    top: 10px;
    left: 290px;
}

.bx-viewport
{
    height: 420px;
}

.bx-controls-direction
{
    position: relative;
    font-family: "Arial";
}

.produto
{
    float: left;
    position: relative;
}

.produto img 
{   
    padding-right: 2px;
    padding-bottom: 10px;
}

.right-column
{
    margin-left: 10px;
}

.bx-pager-item
{
    display: none!important;
}

.bx-prev, .bx-next
{
    width: 24%!important;
    bottom: -30px;
    top: inherit!important;
}

.bx-prev
{
    left: 14px!important;
}

.bx-next
{
    right: 3px!important;
}

#page
{
    width: 6%;
    height: 8%;
    background: url('img/pagination.png') no-repeat;
    position: absolute;
    bottom: -44px;
    left: 335px;
    padding-top: 13px;
    text-align: center;    
    font-family: Arial;
    font-size: 13px;
    color: red;
}