/*.jcarousel-wrapper {     burasu yeni sayfa için kapatıldı
    margin: 0px auto;
    position: relative;
    border: 8px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}*/

/** Carousel **/
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*padding-bottom:32px;*/
}

    .jcarousel ul {
        width: 20000em;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .jcarousel li {
        width: auto;
        float: left;
        padding: 10px 10px 10px 0px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-table;
    }

        .jcarousel li h3 {
            margin-top: 30px;
            font-size: 15px;
            font-weight: 200px;
        }

    .jcarousel img {
        display: inline-block;
        /*max-width: 100%;*/  /*yeni sayfa için kapatıldı*/
        /*margin-bottom: -20px;*/
    }

/** Carousel Controls **/
/*.jcarousel-control-prev,    yeni sayfa için kapatıldı
.jcarousel-control-next {
    position: absolute;
    top: -54px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 75px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}*/
.jcarousel-control-prev,
.jcarousel-control-next {
position: absolute;
    top: -54px;
    /* width: 30px; */
    /* height: 30px; */
    /* text-align: center; */
    /* background: #838698; */
    /* color: #fff; */
    /* text-decoration: none; */
    /* text-shadow: 0 0 1px #000; */
    font: 75px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 4px;
}

    .jcarousel-control-prev:hover,
    .jcarousel-control-next:hover {
        /*background: #4e5269;*/
        text-decoration:none;
    }

.jcarousel-control-prev {
    left: -4px;
    margin-top:62px;
}

.jcarousel-control-next {
    right: -20px;
    margin-top:62px;
}

a.jcarousel-control-prev,
a.jcarousel-control-next,
a.jcarousel-control-prev:hover,
a.jcarousel-control-next:hover {
    color: #1c84c6 !important;
}

/** Carousel Pagination **/
.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

    .jcarousel-pagination a {
        text-decoration: none;
        display: inline-block;
        border: 1px solid #838698;
        font-size: 11px;
        height: 10px;
        width: 10px;
        line-height: 10px;
        background: #fff;
        color: #4E443C;
        border-radius: 10px;
        text-indent: -9999px;
        margin-right: 7px;
    }

        .jcarousel-pagination a.active {
            background: #838698;
            color: #fff;
            opacity: 1;
        }
