﻿/*celular deitado*/

@media only screen and (min-device-width : 320px) and (max-device-width : 520px)  and (orientation : landscape)
{

.bx-viewport 
{
    position: relative;
	margin: 7px 0 0 0;
    height: 220px !important;	
}

    /** THEME
===================================*/

.bx-wrapper 
{
    background-image: none;
    margin-top: 0px;
    height: 220px !important;
    position: relative;
}

.bx-wrapper .bx-controls-direction a 
{
  position: absolute;
  width:35px;
  height: 220px;
  outline: 0;
  margin-top: -220px;
  text-indent: -9999px;
  z-index: 9999;
  display: block;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-next 
{
    left: 95.5%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../images/proximo.png);
}

}