/*--------- slider ---------*/

.slider_box{width:910px;height:420px; padding:30px 0 0 30px; background:url(../images/slider_box.jpg) no-repeat; margin: 0 11px; box-shadow: 0 -7px 20px rgba(0,0,0,0.15)}
#slide { height:380px; width:880px; position:relative; overflow:hidden; z-index:2}

.slider {
	width:880px;
	position:relative;
	z-index:2
}
.items {
	display:none;
}
.pag {
	padding:50px 0 0 219px;
	position:relative;
}
.img-pags {
	position:static;
	left:0;
	z-index:999;
	display:block;
}
.img-pags ul {
	margin:0
}
.img-pags li {	
	width:110px;
	height:47px;
	float:left;
	margin-right:1px;
}
.img-pags li.active a{
}
.img-pags li a {
	position:relative;
	display:block;
}
.img-pags li a span{ display:block; position:absolute;width:110px; height:47px; opacity:0.4; background:#000000;}
.img-pags li a:hover span, .img-pags li.active span{ opacity:1; background:none;width:106px;height:43px;border: 2px solid #969595;}

