body {
   padding: 0px;
   margin: 0px;
   background: url(img/bg.jpg) #AE7DDA repeat-x;
   font-size: 11px;
   font-family: Verdana;
}

.contentslide{
border: 0px solid navy;
border-bottom-width: 0px;
padding: 0px;
height: 300px;
width: 480px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{

text-align: left;
background-color: #ffffff;
border: 0px solid navy;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 400px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: #E3EAF1;
}

.pagination a:hover, .pagination a.selected{
color: #000000;
text-decoration: underline;
background-color: #E3EAF1;
}

.licznik {

padding: 20px 60px;
font-size: 11px;
font-family: Verdana;
color: #000000;
}

a:visited { text-decoration: none; color: #592B85}
a:link    { text-decoration: none; color: #592B85}
a:hover   { text-decoration: underline; color: #000000}
