/*--------- slider ---------*/
/* JRHLMOD2013-02-07: see commented values */

#slide { width:900px; height:500px; position:relative; overflow:hidden; padding:6px;box-shadow:inset 0 0 10px rgba(0,0,0,.1); z-index:2;margin:0 auto;}

.gallery {
	width:917px;
	position:relative;
	z-index:2;
	border:11px solid #dededa;
	height:437px;background:url(../images/system/loading.gif) 50% 50% no-repeat #fff;
}
.items {display:none;}

.pag {width:940px;margin:20px auto 0;position:relative;}
.img-pags {position:relative;left:64px;z-index:1;display:block;width:812px !important;overflow:hidden;}
.img-pags ul {margin:0;list-style:none;overflow:hidden;width:1224px;}
.img-pags li {	margin:0 4px 0 0;height:120px;width:200px;overflow:hidden;float:left;background:url(../images/system/loading.gif) 50% 50% no-repeat #fff;}
.img-pags li a {position:relative;display:block;background:#fff;color:#fff;}
.img-pags li a img {opacity:.7;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;/*margin-left:-26px;*/filter:alpha(opacity=70);}
.img-pags li.active a img,.img-pags li a:hover img{ opacity:1;filter:alpha(opacity=100);}
.button1,.button2{
	top:0px;
	display:block;
	position:absolute;
	z-index:15;
	cursor: pointer;
	background:#dededa;
	height:120px;
	width:60px;
	-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;
}
.button1 {
	 left:0;
}

.button2 {
	right:0px;
}
.button1 span,.button2 span{position:absolute;top:49px;width:17px;background:url(../images/slider_btns.png);height:21px;left:20px;
	-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
.button2 span{left:23px;background-position:right top;}
.button1 span+span,.button2 span+span{opacity:0;filter:alpha(opacity=0);}
.button1 span+span{background-position:left bottom;}
.button2 span+span{background-position:right bottom;}
.button1:hover span,.button2:hover span{opacity:0;filter:alpha(opacity=0);}
.button1:hover span+span,.button2:hover span+span{opacity:1;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;}
.button1:hover,.button2:hover{background:#f7cd00;}