div.rotator_title {

}
    div.rotator_title p {
        margin: 0px !important;
    }
div.rotator_wrapper {
    position: relative;
    overflow: hidden;
}
     div.rotator_wrapper .buttons {
        list-style: none;
        margin: 0px;
        padding: 0px;
        position: absolute;
        bottom: 15px;
        right: 15px;
        z-index: 100;
        overflow: hidden;
        zoom: 1:
        height: 15px;
    }
         div.rotator_wrapper .buttons li {
            float: left;
            margin: 0px 8px 0px 0px;
            background: none;
            padding: 0px;
            display: inline
        }
        div.rotator_wrapper .buttons a {
            background: url(/htdoc/arkeia.pl/images/rotator.buttons.png) -30px 0px;
            width: 22px;
            height: 22px;
            display: block;
            text-indent: -3000em;
        }
        div.rotator_wrapper .buttons a.active {
            background-position: 0px 0px;
        }
    div.rotator_wrapper .content_rotator {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 50;
        width: 100%;
    }
