/*
* name: slide.css
* version: v1.4.0
* update: 禁止arrs被选中
* date: 2015-02-02
*/
.slide { position: relative; overflow:hidden;-ms-touch-action: none; touch-action: none;}
.slide_wrap{position:absolute;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; 
	moz-user-select: -moz-none; 
	-moz-user-select: none; 
	-o-user-select:none; 
	-webkit-user-select:none;
	-ms-user-select:none; 
	user-select:none;}
.arrs.unable{cursor: default;}