#nowosci {
  /*  padding-top:4px;*/
    height: 13px;
  /*  background-image:url(../img/nowosci/icons/back.jpg);
    background-repeat:repeat-x;*/
    border-bottom: solid 1px #666666;
    border-right: solid 1px #666666;
  
}

a#pdf{ 
    width: 102px; 
    height: 13px; 
    background: url(../img/nowosci/icons/pdf.jpg) top left no-repeat; 
    overflow: inherit;
    clear: none;
    float: right;
}
a:hover#pdf { 
    background-position: 0 -13px;  
}
a#jpg{ 
    width: 102px; 
    height: 13px; 
    background: url(../img/nowosci/icons/jpg.jpg) top left no-repeat; 
    overflow: inherit;
    clear: none;
    float: right;
}
a:hover#jpg { 
    background-position: 0 -13px;  
}

a#moreEN{ 
    width: 102px; 
    height: 13px; 
    background: url(../img/nowosci/icons/moreEN.jpg) top left no-repeat; 
    overflow: inherit;
    clear: none;
    float: right;
}
a:hover#moreEN { 
    background-position: 0 -13px;  
}

a#more{ 
    width: 102px; 
    height: 13px; 
    background: url(../img/nowosci/icons/more.jpg) top left no-repeat; 
    overflow: inherit;
    clear: none;
    float: right;
}
a:hover#more { 
    background-position: 0 -13px;  
}


