.cms-header {
    position: relative;
}

.cms-header .cms-header-slides {
    overflow: hidden;
    position: relative;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 100%;
}

.cms .cms-header .cms-header-slides {
    overflow: visible;
}

.cms-header .cms-header-slide, .cms-block .cms-header-slide {
    width: 100%;
    position: absolute;
    z-index: 1;
    display: none;
}

.cms-header .cms-header-menu, .cms-block .cms-header-menu {
    border: 1px dotted #CCC;
    position: absolute !important;
    min-width: 40px;
    min-height: 20px;
    z-index: 2;
    display: none;
}

.cms-header .cms-header-menu ul, .cms-block .cms-header-menu ul {
    list-style: none;
    text-align: right;
    white-space: nowrap;
}

.cms-header .cms-header-menu ul li, .cms-block .cms-header-menu ul li {
    display: inline-block;
    margin: 2px;
    padding: 2px;
    border: 1px dotted #CCC;
    cursor: pointer;
}

.cms-header .cms-header-menu ul li.cms-header-menu-active, .cms-block .cms-header-menu ul li.cms-header-menu-active {
    text-decoration: underline;
}