@charset "utf-8";
*{margin: 0; padding: 0; list-style: none;}
html,body{width: 100%; height: 100%; overflow: hidden;}
.jquery-slider-wrapper { position: relative; clear: both; zoom: 1; width: 100% !important;/*  height: 100% !important; */ }
.jquery-slider-wrapper .slider img{width: 100%; height: 100%;}
.jquery-slider-slide { display: none; margin: 0; padding: 0; position: absolute; left: 0; top: 0; width: 100%; }
.jquery-slider-slide img { border: 0; margin: 0; padding: 0; }
.jquery-slider-slide-current { display: block; z-index: 2; }
.jquery-slider-slide-next { display: block; z-index: 1; }
.jquery-slider-control span { display: none; }
.jquery-slider-selectors{display: none;}
.jquery-slider-navigation{display: none;}