.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
width: 475px; /*width of featured content slider*/
height: 280px;
background: #ccc;
}

.fc_foto {
	width:475px;
	height:280px;
	position:relative;
}

.trans {
	width:475px;
	background-image:url(/pl/images/tlo.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/pl/images/tlo.png,sizingMethod='scale');
	position:absolute;
	padding:8px;
	bottom:0px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: #ccc;
width: 475px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 280px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 472px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
background-color: black;
height:20px;
text-align:right;
padding-right:3px;
}

.pagination a{
font-family: Verdana;
font-size:11px;
padding: 0 5px;
text-decoration: none; 
color: #fff;
font-weight:bold;
}

.pagination a:hover, .pagination a.selected{
font-family: Verdana;
font-size:11px;
color: #fff;
font-weight:bold;
background-color:red;
}