.es-carousel-wrapper{position:relative;}
.es-carousel{overflow:hidden;}
.es-carousel ul{display:block;}
.es-carousel ul li{width:100%;float:left;display:block;}
.es-carousel ul li a{border:none;}
.es-carousel ul li a img{display:block;border:none;max-height:100%;max-width:100%;}
.es-nav span{background:transparent url(../img/carousel-controls.png) no-repeat 0 0;position:absolute;top:80px;width:40px;height:40px;text-indent:-9000px;cursor:pointer;}
.es-nav span.es-nav-next{right:-13px;left:auto;background-position:-40px -40px;z-index:99;}
.es-nav span.es-nav-prev{left:-13px;right:auto;background-position:0 -40px;z-index:99;}
.es-nav span.es-nav-next:hover{background-position:-40px 0;}
.es-nav span.es-nav-prev:hover{background-position:0 0;}
@media only screen and (max-width:767px){.es-nav span.es-nav-next{right:15px;left:auto;}
.es-nav span.es-nav-prev{left:15px;right:auto;}
}
@media only screen and (min-width:480px) and (max-width:767px){}
@media only screen and (min-width:768px) and (max-width:959px){}