
div#slider div.item {
    height: 289px;
    overflow: hidden;
    position: relative;
}
div#slider div.item div.layer {
    bottom: 0;
    color: white;
    cursor: pointer;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
}


.imgSlider {
    height: 289px;
    position: relative;
}

.imgSlider .eSlider-nav-real,
.imgSlider .eSlider-nav {
    position: absolute;
    width: 100%;
    padding: 10px 0px;
    text-align: right;

}

.imgSlider .eSlider-nav-real {
    position: absolute;
    left: 5px;
    top: -35px;
    width: auto;
}

.imgSlider .eSlider-nav {
    background: #eaeaea;   
    height: 40px;
    padding: 0px; 
    display: none;
    bottom: 0px;
    left: 0px;    
}

.imgSlider .item {
    
}

.imgSlider .eSlider-nav-real a {
    margin-right: 5px;
    background: black;
    color: black;
    font-weight: bold;
    background: #cfcfcf;
    text-align: center;
    text-decoration: none;
    line-height: 24px;

    background: url('grafika/sprite.gif') no-repeat -348px -189px; 
    height: 24px;
    width: 24px;
    display: block;
    float: left;
    border: 0px;
}

.imgSlider .eSlider-nav-real a.active,
.imgSlider .eSlider-nav-real a:hover {
    background-position: -374px -189px;
    color: #d92f2f;
}

.imgSlider .eSlider-nav-real a.prev {
    text-indent: -9999px;
    /*background: url('slider-prev.gif') no-repeat center center;*/
    border: 0px;    
    margin: 0px 10px;
    display: none;
}

.imgSlider .eSlider-nav-real a.next {
    text-indent: -9999px;
    /*background: url('slider-next.gif') no-repeat center center;*/
    border: 0px;
    margin: 0px 10px;
    display: none;
}