.sliderwrapper{
position: absolute; /*leave as is*/
top:638px;
overflow: hidden; /*leave as is*/
border: 1px solid #3c3c3c;
border-bottom-width: 1px;
width: 354px; /*width of featured content slider*/
height: 160px;
    box-shadow: 4px 4px 3px #404040;
    -moz-box-shadow: 4px 4px 3px #404040;
    -webkit-box-shadow: 4px 4px 3px #404040;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#404040', Direction=135, Strength=4);
padding: 0px 0px 0px 0px;
z-index:9;
}


.cienie{
color: #ffffff;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #3c3c3c;
border-bottom-width: 1px;
text-align: center;
    box-shadow: 4px 4px 3px #404040;
    -moz-box-shadow: 4px 4px 3px #404040;
    -webkit-box-shadow: 4px 4px 3px #404040;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#404040', Direction=135, Strength=4);
	background-image: url(../images/read-more.gif);
height: 160px;
width: 150px;
font-size:10px;
}







.sliderwrapper .contentdiv{
border: 0px solid #3c3c3c;
background-image: url(images/background_slider.gif);
background-repeat: no-repeat no-repeat;
visibility: hidden; /*leave as is*/
position: relative; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px 0px 0px 0px;
width: 399px; /*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: 0px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: white;
padding: 0px 0px;
width: 0px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 0px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}