.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 142px; /*width of featured content slider*/
height: 99px;
margin: 0 0 0 15px;
*margin: 0px; 
_margin: -26px 0 0 0;
}             

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 142px; /*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{
width: 140px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 8px;
text-align: center;
padding: 8px 0 0 33px;
}

.pagination a.toc{
background: url(http://www.sumava.cz/img/layout/rotate_small.jpg) no-repeat;
width: 15px;
height: 4px;
cursor: pointer;
display: block;
float: left;
margin: 0 0 0 5px;
}

.pagination a.toc:hover, .pagination a.selected{
background: url(http://www.sumava.cz/img/layout/rotate_big.jpg) no-repeat;
width: 15px;
height: 7px;
cursor: pointer;
display: block;
float: left;
margin: 0 0 0 5px;
position: relative;
top: -3px;
}

.pagination .arrow_left {
 float: left;
 position: relative;
 top: 37px;
 left: -30px;
}
.pagination .arrow_right {
 float: right;
 position: relative;
 top: 37px;
 left: -3px;
}