/*
* name: slide.css
* version: v1.35
* update: .arrs全局样式;增加unable样式;禁止WP设备默认触屏事件；
* date: 2014-10-15
*/
.slide { position: relative; overflow:hidden;-ms-touch-action: none}
.slide_wrap{position:relative;width:100%;height:100%;overflow:hidden;*zoom:1;}
.slide_c {float:left;  top: 0; left: 0; width: 100%; height:100%; overflow: hidden; z-index: 1;}
.slide_nav { position: absolute; z-index: 98; }
.arrs { cursor: pointer; z-index: 99; }
.arrs.unable{cursor: default;}