.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 743px; /*width of featured content slider*/
height: 163px;
}



.contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 743px;
height: 100%;
float: left;
clear: left;
background-repeat: no-repeat;
}
.contentdiv a {float: left; clear: left; width: 100%; height: 100%;}

.pagination{
float: left;
	width: 190px;
	font-size: 13px;
	color: #565656;
	margin: 0px 0 0 0;
}

.pagination  a {
	float: left; 
	width: 21px;
	height: 19px;
	text-align: center;
	font-size: 13px;
	color: #fff; font-weight: bold;	
	padding-top: 2px;
	margin: 0 5px 0 0;
}
.pagination  a:hover {
	background: url(../images/prom_paginare_sel.gif) no-repeat;
}