.promocontent
{
   margin-top:16px;
    height:218px;
    text-align:center;
}

div.slides
{
    display: block;
    width: 743px;
    height:163px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

 div.slides div
{
    display: none;
    position: absolute;
    width: 745px;
    height:163px;
    padding: 0;
    margin: 0;
    z-index: 1;
}

.slides div a
{
    display: block;
    width: 145px;
    height:163px;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.slides div h2
{
    background: none;
    border: none;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    color: #c3c3c3;
    padding: 0;
    margin: 0;
    line-height: 24px;
    font-size: 13px;
    left: 90px;
    top: 140px;
    text-align: left;
}

.slides div p
{
    position: relative;
    color: #fff;
    left: 80px;
    top: 160px;
    padding: 0;
    margin: 0;
    font-size: 11px;
    text-align: left;
    display: none;
}

div.tabs
{
    display: block;
    position: relative;
    top: -15px;
    left: 12px;
    width: 148px;
    height: 39px;
    z-index: 2;
    overflow: hidden;
    text-decoration: none;
}

div.tabs a
{
    display: block;
    margin: 0px;
    margin-right: 10px;
    width: 7px;
    height: 7px;
    float: left;
    color: #777777;
    text-align: center;
    text-decoration: none;
    background-image: url('/grafika/rotator_przycisk.png');
    background-position: left center;
    background-repeat: no-repeat;

}

div.tabs a:hover
{
    display: block;
    margin: 0px;
    margin-right: 10px;
    width: 7px;
    height: 7px;
    float: left;
    color: #777777;
    text-align: center;
    text-decoration: none;
    background-image: url('/grafika/rotator_przycisk_wybrany.png');
     background-position: left center;
    background-repeat: no-repeat;

}

div.tabs a.current
{
    display: block;
    margin: 0px;
    margin-right: 10px;
    width: 7px;
    height: 7px;
    float: left;
    color: #545454;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-image: url('/grafika/rotator_przycisk_wybrany.png');
     background-position: left center;
    background-repeat: no-repeat;

}
