/* ------ mobilyslider
-----------------------------------------------*/
.slider {
    float: left;
    width: 1000px;
    height: 320px;
    position: relative;
}

.sliderContent {
    float: left;
    width: 1000px;
    height: 320px;
    clear: both;
    position: relative;
    overflow: hidden;

}



.sliderArrows a {
    display: block;
    text-indent: -9999px;
    outline: none;
    z-index: 50;
    background-image: url(../gfx/prev_next.png);
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    margin-top: -21px;
}

.prev {
    background-position: 0 0;
    left: -50px;
}

.prev:hover {
    background-position: 0 -44px;
}

.next {
    right: -50px;
    background-position: -44px 0;
}

.next:hover {
    background-position: -44px -44px;
}





.sliderContent .item {
    position: absolute;
    width: 1000px;
    height: 320px;
    

}

.sliderBullets {
    position: absolute;
    bottom: 8px;
    left: 50%;
    
    z-index: 50;
}

.sliderBullets a {
    display: block;
    float: left;
    text-indent: -9999px;
    outline: none;
    margin-left: 5px;
    width: 11px;
    height: 11px;
    background: url(../gfx/bullets.png) no-repeat;
}

.sliderBullets .active {
    background-position: 0 -11px;
}

.sliderContent a {
    outline: none;
}




/* ------ mobilyslider
-----------------------------------------------*/
.sliderbeneficii {
    float: left;
    width: 550px;
    height: 72px;
    position: relative;

    margin-left: 50px;
    margin-top: 20px;
}

.sliderbeneficiiContent {
    float: left;
    width: 550px;
    height: 72px;
    clear: both;
    position: relative;
    overflow: hidden;

}



.sliderbeneficii .sliderArrows a {
    display: block;
    text-indent: -9999px;
    outline: none;
    z-index: 50;
    background-image: url(../gfx/prev_next_beneficii.png);
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
}



.sliderbeneficiiContent .item {
    position: absolute;
    width: 550px;
    height: 72px;


}

.sliderbeneficiiBullets {
    position: absolute;
    bottom: 8px;
    left: 50%;
    z-index: 50;
}

.sliderbeneficiiBullets a {
    display: block;
    float: left;
    text-indent: -9999px;
    outline: none;
    margin-left: 5px;
    width: 11px;
    height: 11px;
    background: url(../gfx/bullets.png) no-repeat;
}

.sliderbeneficiiBullets .active {
    background-position: 0 -11px;
}

.sliderbeneficiiContent a {
    outline: none;
}



/* ------ mobilyslider
-----------------------------------------------*/


.slidertaguri {
    float: left;
    width: 280px;
    height: 120px;
    position: relative;

    margin-left: 0px;
    margin-top: 0px;

    padding-left: 0;
}

.slidertaguriContent {
    float: left;
    width: 280px;
    height: 120px;
    clear: both;
    position: relative;
    overflow: hidden;

}



.slidertaguri .sliderArrows a {
    display: block;
    text-indent: -9999px;
    outline: none;
    z-index: 50;
    background-image: url(../gfx/prev_next_taguri.png);
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    margin-top: -24px;
}

.slidertaguri .sliderArrows .prev {
    left: auto;
    right: 28px;
    margin-top: -43px;
}
.slidertaguri .sliderArrows .next {
    right: 0px;
    margin-top: -43px;
}



.slidertaguriContent .item {
    position: absolute;
    width: 280px;
    height: 120px;
    padding-left: 0;

}

.slidertaguriBullets {
    position: absolute;
    bottom: 8px;
    left: 50%;
    z-index: 50;
}

.slidertaguriBullets a {
    display: block;
    float: left;
    text-indent: -9999px;
    outline: none;
    margin-left: 5px;
    width: 11px;
    height: 11px;
    background: url(../gfx/bullets.png) no-repeat;
}

.slidertaguriBullets .active {
    background-position: 0 -11px;
}

.slidertaguriContent a {
    outline: none;
}




