.sliderwrapper{
	position: relative; /*leave as is*/
	border-bottom-width: 0px;
	width:600px; /*width of featured content slider*/
	height: 450px;
	margin-bottom:30px;
	text-align:center;
	padding: 0 0 0 0;
}

.texte_pro{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	position: relative; /*leave as is*/
	border: 0px solid navy;
	width: 600px; /*width of featured content slider*/
	height: auto;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
/*background: #fff;*/
width: 600px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
margin-bottom:30px;
text-align:center;
}

.pagination{
width:100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
/*background-color:fff;*/
padding: 0 0 0 0;
height: 450px;
background-color: #ffffff;
}

.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #ffffff;
/*background: #fff;*/
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
}