/* Swipeshow
 * http://ricostacruz.com/swipeshow
 * https://github.com/rstacruz/swipeshow
 * Load this stylesheet when using jquery.swipeshow.js.
 * This provides no styles or embelishments: just basic resets. For a sample
 * theme, also try:
 *     http://ricostacruz.com/swipeshow/slideshow-theme.css
 */
.swipeshow,.swipeshow .slide,.swipeshow .slides{display:block;margin:0;padding:0;list-style:none;position:relative;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.swipeshow img{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.swipeshow-active .slides{cursor:-moz-grab!important;cursor:ew-resize}html.swipeshow-grabbed,html.swipeshow-grabbed *{cursor:-moz-grabbing!important;cursor:ew-resize}.swipeshow .slide,.swipeshow .slides{position:absolute;top:0;left:0;width:100%;height:100%}.swipeshow .slide{visibility:hidden}.swipeshow .slide:first-child{visibility:visible}.swipeshow{overflow:hidden;width:100px;height:100px}