﻿/*celular deitado*/

@media only screen and (max-device-width : 640px)  and (orientation : landscape)
{

.bx-viewport 
{
    position: relative;
	margin: 0 0 0 0;
    height: 285px !important;	
}

    /** THEME
===================================*/

.bx-wrapper 
{
    background-image: none;
    margin-top: 0px;
    height: 285px !important;
    position: relative;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-next 
{
    left: 94.2%;
    background: url(../../images/proximo.png);
}

}