.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid #ffcc00;
border-bottom-width: 1px;
width: 518px; /*width of featured content slider*/
_width: 538px; /*width of featured content slider*/
height: 250px;
}

.sliderwrapper a {
	text-decoration: none;
}

.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: 508px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
_width: 518px;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 518px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
_width: 538px;
text-align: right;
background-color: #ffcc00; /* #6C0000 - vianocna cervena */
padding: 0 10px 5px 10px;
}

.pagination a{
font-size: 0.75em;
padding: 0 5px;
text-decoration: none; 
color: #cc6600;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #cc6600;
background-color: #FFFFCC;
}

.contentdiv h2 {
	color: #000000;
	font-family: trebuchet MS;
	font-size: 1.6em;
}

.contentdiv p {
	width: 40%;
	color: #000000;
	text-align: left;
	line-height: 150%;
	margin: 3px 0 0 0;
}
