#top_services_container {
    position: absolute;
    left: 0px;
    top: 81px;
    width: 100%;
    min-width: 1231px;
    height: 718px;
    background-color: #e5e7e8;
}

#services_container {
    width: 1231px;
    height: 798px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/top_bck.png);
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
}

#services_title {
    height: 50px;
    text-align: center;
    padding-top: 60px;
}

#data_smysl {
    position:relative;
    left: 1010px;
    top: -37px;
    height: 50px;
    width: 200px;
}

#dodavky_klic_container {
    position:relative;
    left: 15px;
    top: 25px;
}

#dodavky_klic_studie_container {
    position:relative;
    left: 60px;
    top: 50px;
}

#bodyshop_container {
    position:relative;
    left: 465px;
    top: -489px;
}

#bodyshop_studie_container {
    position:relative;
    left: 515px;
    top: -503px;
}

#outsourcing_container {
    position:relative;
    left: 915px;
    top: -1002px;
}

#outsourcing_studie_container {
    position:relative;
    left: 965px;
    top: -1057px;
}

#middle_main_container {
    position: absolute;
    left: 0px;
    top: 798px;
    width: 100%;
    height: 762px;
}

#middle_container {
    width: 1231px;
    height: 802px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/top_bottom_bck.png);
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
}

#middle_title {
    width: 1231px;
    height: 50px;
    text-align: center;
    padding-top: 30px;
}

#middle_bullets {
    position: relative;
    left: 0px;
    top: 20px;
    width: 220px;
    height: 180px;
}

#middle_text {
    position: relative;
    left: 230px;
    top: -160px;
    width: 1000px;
    height: 180px;
    text-align: justify;
}

#carusel_container {
    position: relative;
    left: 15px;
    top: -40px;
    width: 1200px;
    height: 452px;
    background-image: url(../images/car_bck.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#carusel_left_arrow {
    position: relative;
    left: 10px;
    top: 160px;
    width: 25px;
    height: 63px;
    background-image: url(../images/left_arrow.png);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}

#carusel_right_arrow {
    position: relative;
    left: 1120px;
    top: -150px;
    width: 25px;
    height: 63px;
    background-image: url(../images/right_arrow.png);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}

#carusel_buttons {
    position: relative;
    left: 40px;
    top: 40px;
    width: 1100px;
    height: 40px;
}

.small_title {
    font-size: 10pt;
    font-weight: bold;
    color: #ababab;
}