﻿/*
* 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;}

.bannerbox { width: 1920px; height: 600px; overflow: hidden; margin: 0px auto; }
#focus { width: 1920px; height: 600px; clear: both; overflow: hidden; position: relative; float: left; }
    #focus ul { width: 1920px; height: 600px; float: left; position: absolute; clear: both; padding: 0px; margin: 0px; }
        #focus ul li { float: left; width: 1920px; height: 600px; overflow: hidden; position: relative; padding: 0px; margin: 0px; }
    #focus .preNext { width: 550px; height: 600px; position: absolute; top: 0px; cursor: pointer; }
    #focus .pre { left: 0; background: url(sprite.png) no-repeat left center; }
    #focus .next { right: 0; background: url(sprite1.png) no-repeat right center; }
