.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*width of featured content slider*/
	height: 200px;
	background: #FFFFFF url(../images/lemonde.png) right bottom no-repeat;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 2px;
	background: white; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 172px;
	


filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.contentdiv a{
   font-weight:bold; 
   display:block;
}
.pagination{
	text-align: center;
}

.pagination a{
	padding: 0 5px;
	margin-top:1px;
	text-decoration: none;
	color: white;
	font-weight:bold;
	background: url(../images/bground.gif) 4px;
}

.pagination a:hover, .pagination a.selected{
color: white;
background: url(../images/bgroundh2.gif) 4px;
}
