
#slider-container {
    width:440px;
    position:relative;
    z-index:0;
    float: left;
}

#example{
    width:440px;
    height:299px;
    position:relative;
}

#slides {
    position:absolute;
    z-index:15;
}

.slides-container {
    width:440px;
    overflow:hidden;
    position:relative;
    background-color: white;
}

.slides-container div.slide {
    width:440px;
    height:299px;
    display:none;
}

#slides .next, #slides .prev {
    position:absolute;
    top: 284px;
    /*right: 10px;*/
    left: 928px;
    width: 44px;
    height: 49px;
    z-index: 17;
}

#slides .prev {
    /*right: 40px;*/
    left: -12px;
}

.pagination {
    position:absolute;
    top: 292px;
    left: 760px;
    z-index: 17;
    width:440px;
}

.pagination li {
    float:left;
    margin:0 3px;
    list-style:none;
}

.pagination li a {
    /*display:block;
    width: 16px;
    height: 15px;
    background-image:url('../images/elemek/js_potty_inaktiv.png');
    background-position:0 0;
    float:left;
    overflow:hidden;*/
}

.pagination li.current a {
    /*width: 16px;
    height: 15px;
    background-image:url('../images/elemek/js_potty_aktiv.png');*/
}


.click-aici{
    height: 20px;
    background-color: #2790B0;
    border-radius: 3px;
    color: white;
    font-size: 16px;
    min-width: 134px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    padding: 3px 10px 3px 10px;
    font-family: 'Arial';
    /*behavior: url(/css/ie-css3.htc);*/
    z-index: 20;
    position: absolute;
    bottom: 35px;
    left: 30px;
}

.bottom-text{
    color: white;
    font-family: 'Arial';
    font-size: 10px;
    position: absolute;
    font-weight: bold;
    bottom: 10px;
    text-align: center;
    width: 440px;
    z-index: 20;
}

.close-slideshow-image{
    cursor: pointer; 
    float: right;  
    margin-right: 23px; 
    margin-top: 27px;
    background-color: #4E4D4A;
    /*behavior: url(/css/ie-css3.htc);*/
    border-radius: 25px;
    color: white;
    border: 1px solid #2790B0;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 7px 3px 7px;
}