.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid navy;
border-bottom-width: 6px;
width: 400px; /*width of featured content slider*/
height: 250px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
float: right;
margin: 5px 10px 0 0;
}

.pagination a{
	float: left;
	width: 14px;
	height: 18px;
	background: url(../images/promotie_item.png) no-repeat;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 1px 0 0 5px;
	margin: 0 7px 0 0;
}

.pagination a:hover, .pagination a.selected{
background: url(../images/promotie_item_sel.png) no-repeat;
}