#rotacka
{
    height : 480px;
    z-index : 1;
}

#xslide
{
    height : 480px;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.inclWrapCookies #xslide
{
    height: 546px;
    background-position: 50% bottom;
}

#rotacka .pager
{
    margin: 0 50%;
    position: absolute; 
    top : 445px; 
    left : 400px;
    width : 100px;
}

#rotacka .pager a
{
    background: none repeat scroll 0 0 #999;
    float: right;
    height: 10px;
    margin: 0 5px 0 0;
    opacity: 0.5;
    overflow: hidden;
    position: relative;
    text-indent: -500px;
    width: 10px;
    cursor: pointer;
}

#rotacka .pager .active, #rotacka .pager a:hover 
{
    background: none repeat scroll 0 0 #bb0303;
    opacity: 1;
}