#slide {
		width:100%;  
		height:635px; 
		overflow:hidden; 
		z-index:1;
		margin:0px auto 0px auto;
		position: absolute;
		z-index:0;
		background:url(../imagens/slider.jpg) 0 bottom repeat-x;
}


.slider {
		width:1920px; 
		height:635px; 
		overflow:hidden; 
		position:relative; 
		left:50%;
		margin-left:-960px;
}
		
.items { display:none;	}


.next {	position:absolute; bottom:50px; right:50%; 	margin-right:-58px; width:57px; height:58px; background:url(../imagens/next.png) 0 bottom no-repeat; 	display:block; z-index:999;	}
.prev {	position:absolute; bottom:50px; left:50%; 	margin-left:-58px; 	width:57px; height:58px; background:url(../imagens/prev.png) 0 bottom no-repeat;	display:block; z-index:999;	}
.next:hover, .prev:hover {background-position:0 0;	}	
