.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
background: transparent url('images/intro/diapocadre.gif')  no-repeat center;
border-bottom-width: 6px;
width: 370px; /*width of featured content slider*/
height: 283px;
float:left;

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
top:10px;
left:10px;

background: #737373
width: 370px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 283px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 283px;
position: relative; /*leave as is*/
top:0px;
left:10px;
text-align: center;
background: transparent url('images/intro/paginationcadre.gif')  no-repeat center;
//padding: 5px 5px;
float:left;
}


.pagination a{
vertical-align:middle;
padding: 0 5px;

text-decoration: none; 
color: #00007D;
background: #F4EBD4;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

#should give a size to all tree of them
div#pagprev {
	padding-top: 30px;
}

div#paginnnerhtml {
	padding-top: 30px;
}


div#pagnext{
	padding-bottom: 20px;
}


