#cent {
	position: relative;
	margin-left: auto; margin-right: auto;
	min-width: 920px; max-width:1200px;
}
#slider {
	margin-left: auto; margin-right: auto;
	position: relative;
	width: 820px;
	height: 400px;
	overflow: hidden;
	border: 1px solid #af937c;	
}
#slider .slide {
	position: absolute;
	top: 0px;
	height: 400px;
	width: 500px;
	background: #fff;
	overflow: hidden;
	border-left: #fff solid 1px;
	cursor: default;
}
#slider .title   {
	color: #653d25;
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 1.5em;
	text-decoration: none;
}
#slider .backgroundText {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	background: #000;
	filter: alpha(opacity=40);
	opacity: 0.4;		
}
#slider .text {
	position: absolute;
	top: 1%;
	top: 100%;
	color: #FFF;
	font-size: 0.8em;
	text-align: justify;
	width: 470px;
	left: 10px;	
}
#slider .diapo {
	position: absolute;
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: hidden;
}
#slider A { text-decoration: none; color: white!important;}
#slider H3 {margin-top: 0px!important;margin-bottom: 0px!important;}