/*--------- slider ---------*/
#slide { position:relative; width:904px; height:475px; z-index:2; overflow:hidden;border:#dda400 1px solid; background:#eab211; padding:2px ;  border-radius: 10px;}

.gallery {
	width:904px; height:475px; position:relative; z-index:2; border-radius: 10px; 
}
.items {display:none;}

.border { border-bottom:#eab211 1px solid; padding-bottom:21px;}

.pag { position:relative; width:850px !important; height:101px; margin:10px 0 0 35px;}
.img-pags {position:static; left:0px; z-index:1; display:block; width:850px !important;}
.img-pags ul {}
.img-pags li { width:140px; height:101px;display:block; overflow:hidden; position:relative; margin-right:2px; }
.img-pags li a {position:relative;display:inline-block; width:124px; height:65px;  border:#dda400 1px solid; background:#eab211; padding:1px; border-radius: 8px; }
.img-pags li a img { border-radius: 8px; }
.img-pags li a span {position:absolute; background:url(../images/hover.png) 0 0 repeat; top:1px; left:1px; width:124px; height:65px; display:none; z-index:999; border-radius: 8px; }
.img-pags li.current a span, .img-pags li:hover a span {display:block;} 
.img-pags li.active a,.img-pags li a:hover{}
.img-pags li.active a img,.img-pags li a:hover img{}


.gallery-button-1 {position:absolute; bottom:-49px; left:10px; z-index:111; display:inline-block; font-size:12px; line-height:15px; color:#943415; text-decoration:none; background: url(../images/portfolio-prev.gif) 0 4px no-repeat; padding-left:8px;}
.gallery-button-1:hover {text-decoration:none;}
.gallery-button-2 {position:absolute; bottom:-49px; right:15px; z-index:111; display:inline-block; font-size:12px; line-height:15px; color:#943415; text-decoration:none; background:url(../images/portfolio-next.gif) right 4px no-repeat; padding-right:8px;}
.gallery-button-2:hover {text-decoration:none;}