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