.contentslide{
width: 530px;
height: 168px;
}


.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;

}

.contentdiv {
padding: 9px 15px 0 15px;
font-size: 10px;
}


.contentdiv h1 {
color:#5890B1;
font-size: 14px;
margin-bottom: 10px;
font-weight: bold;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 250px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
float: right;
padding: 3px 0 0 0;
}

.pagination_bg {
text-align: right;
height:20px;
background: transparent url(../../p/layout_pmp_20/glowna/rotator_bg_nav.gif) no-repeat left top;
}

.pagination_search {
float:left;
color: #8F243C;
padding: 2px 0 0 15px;
}

* html .pagination_search {
padding: 1px 0 0 15px;
}

* html .pagination { /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width:250px; /*IE5 width*/
w\idth: 250px; /*IE6 width*/
}


.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #8F243C;
}

.pagination a:hover, .pagination a.selected{
color: #B30028;
font-weight:bold;
}

.rotator_arrow {
	margin-right:30px;
}

.czytaj_dalej_bt {
margin-top:17px;
margin-right: 10px;
width:90px;
height:23px;
text-align:center;
line-height:10px;
}

.czytaj_dalej_bt a {
color:#000;
}

.czytaj_dalej_bt a:hover {
color:#A62A46;
}