.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
width: 394px; /*width of featured content slider*/
height: 285px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 394px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
}
.contentdivNotatka {
margin-top: 200px;
height: 85px;
overflow: hidden;
vertical-align: bottom;
background: #fff;
text-align: left;
width: 394px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}

#opisy {
	height: 75px;
	width: 384px;
	padding: 5px;
	color: #6C4E1A;
	overflow: hidden;
	position: relative;
	top: -85px;
}
#tytul {
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	float: left;
}
#data {
	font-size: 11px;
	float: right;
}
#text {
	clear: both;
	overflow: hidden;
	width: 100%;
}
#wiecej {
	height: auto;
	vertical-align: bottom;
	float: right;
	margin-bottom: 3px;
	clear: both;
}
.pagination{
	width: 281px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 289px;
	text-align: right;
	font-family: arial;
	background: #E8D0AA;
}
/*
.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #A16825;
background: white;
}
*/
