.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 450px; /*width of featured content slider*/
	height: 315px;
	padding-top: 5px;
	padding-bottom: 5px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: relative; /*leave as is*/
	left: 0px;  /*leave as is*/
	top: 10px;
	background: withe;
	width: 545px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 350px;













filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 200px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	position: absolute;
	right: 2px;
	z-index: 2;
	top: -9px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #FFFFFF;
	background: withe;
	background-image: url(../img/home/numero.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 13px;	
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-image: url(../img/home/numero2.gif);
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 13px;
	background-repeat: no-repeat;
}
