/*--------- slider ---------*/
#slide {
	width:800px;
	height:533px;
	position:relative;
	overflow:hidden;
	z-index:2;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.gallery {
	width:800px;
	position:relative;
	z-index:2
}
.items {display:none;}

.pag {
	position:relative;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.img-pags {
	position:static;
	left:8px;
	z-index:1;
	display:block;
}
.img-pags ul {
	margin:0
}
.img-pags li {
	width:120px;
	height:80px;
	display:block;
	overflow:hidden;
	margin: 5px;
}
.img-pags li a {
	position:relative;
	display:block;
	border:2px solid #f4f4f4;
}
.img-pags li a img {}
.img-pags li a span{ display:block; background:#fff;}
.img-pags li.active a,.img-pags li a:hover{
	border:2px solid #CCC;
}
.img-pags li.active a img,.img-pags li a:hover img{}
.prev {background:url(../images/prev-1.gif) 0 0 no-repeat; bottom:1px; left:1px; display:block; position:absolute; width:44px;height:44px; z-index:9999;}
.next{background:url(../images/next-1.gif) 0 0 no-repeat; bottom:1px; right:1px; display:block; position:absolute; width:44px;height:44px; z-index:9999;}
.prev:hover, .next:hover {background-position: 0 bottom;}
