.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
width: 707px; /*width of featured content slider*/
height: 313px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 707px; /*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;
}
.contentdivNotatka {
margin-top: 200px;
height: 103px;
vertical-align: bottom;
background: #E8D0AA;
text-align: left;
width: 697px;
padding: 5px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}

#opisy {
	height: 75px;
}
#tytul {
	font-size: 22px;
	font-weight: bold;
	padding: 3px;
}
#info {
	text-decoration: italic;
	font-weight: bold;
}
#text {
	
}
#wiecej {
	height: auto;
	vertical-align: bottom;
	float: left;
	padding: 3px;
	margin-bottom: 3px;
}
#wiecej img {
	float: left;
}



.pagination{
width: 697px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 15px;
text-align: right;
font-family: arial;
padding: 5px;
background: #E8D0AA;

}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #A16825;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}