/*--slider --*/
#slide {
	position:relative;
	width:950px;
	height:566px;
	margin:0 auto;
	padding:0px 0px 0 0px;
	z-index:100;
	background:#FFD9D6E;
	overflow:visible;
}
.slider {
	width:950px;
	height:516px;
	margin:0 auto;
	position:relative;
	z-index:2;
	overflow:visible !important;
}
.items {
	display:none;
}
.pagination {
	position:relative;
	bottom:0;
	left:331px;
	background:url(../images/pags.png) 0 0 no-repeat;
	width:193px;
	height:51px;
	z-index:112;
}
.pagination li {
	display:none;
}
.pagination a {
}
.pagination li.current a, .pagination li:hover a {
}
.prev {
	position:absolute;
	bottom:6px;
	left:395px;
	z-index:111;
	display:inline-block;
	width:33px;
	height:33px;
	background:url(../images/prev.png) 0 0 no-repeat;
}
.prev:hover {
	background-position:0 bottom;
}
.next {
	position:absolute;
	bottom:6px;
	left:430px;
	z-index:111;
	display:inline-block;
	width:33px;
	height:33px;
	background:url(../images/next.png) 0 0 no-repeat;
}
.next:hover {
	background-position:0 bottom;
}
@media screen and (max-width: 1020px){
   #slide { width : 100%; }
   #slider  { width : 100%; }
   #pagination  { width: 100% }
   #header { width : 100%; }
   #main  { width : 100%; }
   #nav  { width: 100% }
   #menu { width: 100%; }
   #content { width: 100%; }
   #line { width: 100%; }
   #footer { width: 100%; }
}
