﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0px;
    margin: 0px;
}

    table td {
        padding: 2px 0;
        margin: 0px;
    }

img {
    border: 0;
}

form {
    padding: 0px;
    margin: 0px;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
/*ol,ul{list-style:none;}*/
caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

fieldset, img, abbr, acronym {
    border: 0;
}

html {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-size: 100%;
}


body {
    height: 100%;
    position: static !important;
    top: 0 !important;
    font-size: 14px;
    line-height: 18px;
    font-family: "Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    color: #414954;
    background: url(img/bodyBg.png) center fixed !important;
}

a {
    color: #30736f;
    text-decoration: none;
}

    a:hover {
        color: #23635f;
    }

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.borderSifir {
    border: 0 !important;
}

#wrapper {
    padding: 0;
    width: 980px;
    margin: 0 auto 0 auto;
}


#header {
    height: 153px;
    clear: both;
    background: url(img/topBg.png) center;
}

    #header #topLogo {
        width: 292px;
        height: 110px;
        float: left;
    }

    #header #topSearch {
        width: 230px;
        height: 25px;
        margin: 0;
        float: right;
    }

    #header #userMenu {
        display: none;
        font-size: 12px;
        line-height: 40px;
        float: right;
        padding: 5px 5px 5px 5px;
        margin-bottom: 0;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 13px;
        color: #444;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-color: #fdfdfe;
        background-repeat: repeat-x;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
        -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
        background-image: linear-gradient(top,#fff,#fbfbfb);
        border-left-color: #fbfbfb;
        border-right-color: #fbfbfb;
        border-top-color: #fbfbfb;
        border-bottom-color: #d3d3d7;
        margin-left: -50px;
        margin-right: 30px;
        margin-top: 30px;
    }

.dropdown-menu {
    text-align: left;
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    width: 193px;
    padding: 0;
    margin: 8px 0 0 -6px;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 3px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 3px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 3px 1px rgba(0,0,0,0.05);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .dropdown-menu li {
        display: block;
    }

        .dropdown-menu li:first-child a {
            border-top-right-radius: 2px;
            border-top-left-radius: 2px;
        }

    .dropdown-menu a, .dropdown-menu label {
        display: block;
        padding: 9px 10px;
        margin: 0;
        clear: both;
        font-weight: normal !important;
        line-height: 18px;
        color: #444;
        white-space: nowrap;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 0;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid #fff;
    }

    .dropdown-menu li:last-child a {
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .dropdown-menu .helpitem a,
    .dropdown-menu a:hover {
        color: #444;
        background-color: #efeff0;
    }


#header #userMenu a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.caret {
    margin-top: 20px;
    margin-right: 8px;
    margin-left: 10px;
    position: relative;
    bottom: 2px;
    left: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    opacity: .6;
    filter: alpha(opacity=60);
}

#header #topMenu {
    clear: both;
}

.listMenu {
    list-style: none;
    float: left;
    display: inline;
}

    .listMenu > li {
        color: #d0d0d0;
        font-size: 15px;
        float: left;
        display: block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin: 0;
    }

        .listMenu > li > a {
            color: #d0d0d0;
            text-decoration: none;
            display: block;
            height: 30px;
            line-height: 30px;
            text-align: center;
            padding: 0 15px 0 15px;
        }

        .listMenu > li:hover > a {
            color: #fff;
            border-top: 3px solid #86c0bd;
        }

        .listMenu > li.linkAktif {
            color: #fff;
            border-top: 3px solid #86c0bd;
        }

            .listMenu > li.linkAktif > a:hover {
                color: #fff;
                border-top: 0;
            }


        .listMenu > li ul {
            display: none;
            position: absolute;
            z-index: 9;
        }

        .listMenu > li:hover ul {
            display: block;
        }

        .listMenu > li:hover > a {
            color: #d0d0d0;
        }

        .listMenu > li > ul li {
            display: block;
            clear: both;
            height: 25px;
            line-height: 25px;
            text-align: center;
            margin: 0px;
            background: #404853 !important;
            color: #fff;
            text-align: left;
            border-top: 1px solid #fff;
        }

            .listMenu > li > ul li a {
                text-decoration: none;
                display: block;
                height: 25px;
                line-height: 25px;
                padding: 0 10px 0 10px;
                color: #d0d0d0;
                text-align: left;
            }

                .listMenu > li > ul li a:hover {
                    color: #fff;
                }



.content {
    width: 980px;
    margin: 0 auto 0 auto;
    display: block;
    clear: both;
}

#footer {
    clear: both;
    background: url(img/footerBg.png) center;
    height: 117px;
    display: block;
    color: #fff;
}

#footerMenu {
    clear: both;
    height: 30px;
}

.footerText {
    float: left;
    width: 600px;
    line-height: 44px;
    padding: 20px;
}

.footerIcon {
    float: right;
    width: 300px;
    margin-top: 15px;
}

ul.socialIcon {
    list-style: none;
    margin: 20px 0 0 0;
}

    ul.socialIcon li {
        float: left;
        display: block;
        width: 32px;
        height: 32px;
        margin: 0 5px 0 0;
    }

        ul.socialIcon li a {
            display: block;
            width: 32px;
            height: 32px;
        }

            ul.socialIcon li a:hover {
                opacity: 0.6;
            }

#leftNav {
    width: 180px;
    float: left;
    display: block;
}


#leftMenu {
    list-style: none;
    clear: both;
    display: block;
    height: 30px;
    line-height: 30px;
}

    #leftMenu li {
        color: #3e484d;
        font-size: 20px;
        display: block;
        height: 30px;
        line-height: 30px;
        margin: 0 0 5px 0;
    }

        #leftMenu li a {
            color: #3e484d;
            text-decoration: none;
            display: block;
            height: 30px;
            line-height: 30px;
            padding: 0 0 0 5px;
            border-left: 5px solid #86c0bd;
        }

            #leftMenu li a:hover {
                color: #1f2224;
                border-left: 20px solid #86c0bd;
            }


#rightContent {
    width: 780px;
    float: right;
    display: block;
}

#fullContent {
    width: 980px;
    clear: both;
    display: block;
    margin: 10px 0;
}

.imageBoxList {
    display: block;
    clear: both;
}

.imageBoxList {
    list-style: none;
}

    .imageBoxList li {
        float: left;
        display: block;
        width: 315px;
        height: 210px;
        margin: 0 17px 0 0;
    }

        .imageBoxList li img {
            float: left;
            display: block;
            width: 295px;
            height: 165px;
            border: 10px solid #72c1bc;
            margin: 0;
        }

        .imageBoxList li.marginReset {
            margin: 0;
        }

        .imageBoxList li div.imageBoxListShadow {
            display: block;
            clear: both;
        }

        .imageBoxList li div.imageBoxListShadow {
            display: block;
            background: url(img/imageListShadow.png) no-repeat center;
            width: 315px;
            height: 25px;
        }


/*
<div class="wordBox">
    <div class="wordBoxLabel"></div>
    <div class="wordBoxMiniInfo"></div>
    <div class="wordBoxDescription"></div>
    <div class="wordBoxWord"></div>
</div>
    */
.relatedNews .wordBox {
    min-height: inherit !important;
}

.relatedNews .wordBox {
    width: 100%;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.relatedNews li {
    border-bottom: 1px transparent dashed;
}

.relatedNews .wordBox .wordBoxLabel {
    text-align: left;
    vertical-align: top;
    text-decoration: none;
    font-size: 14px;
    padding: 10px;
}

.relatedNews .wordBox .wordBoxDescription {
    text-align: left;
    vertical-align: top;
    text-decoration: none;
    padding: 0 10px 0 10px;
    font-size: 12px;
    font-weight: 400;
    border-style: none;
}

.relatedNews .wordBox .wordBoxMiniInfo {
    text-align: left;
    vertical-align: top;
    text-decoration: none;
    padding: 0 10px 0 10px;
    font-size: 11px;
    color: #41948f;
    margin: 0 0 5px 0;
}

.relatedNews .wordBox .wordBoxLabel a:hover {
    text-decoration: underline;
}

.relatedNews .wordBox .wordBoxImage {
    margin: 5px;
}

.wordBox {
    font-family: Arial;
    font-size: 12px;
    color: #535353;
    line-height: 20px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
    min-height: 200px;
}

    .wordBox .wordBoxLabel,
    .newsThumpTitle {
        display: block;
        font-family: Arial;
        font-size: 14px;
        color: #41948f;
        margin: 0;
        padding: 0 0 10px 0;
        border-bottom: 0px dashed #ccc;
        line-height: 22px;
    }

    .wordBox .wordBoxMiniInfo,
    .newsThumpDate {
        font-family: Arial;
        font-size: 11px;
        color: #41948f;
        margin: 0 0 5px 0;
    }

    .wordBox .wordBoxDescription {
        font-family: Arial;
        font-size: 14px;
        margin: 0 0 5px 0;
        line-height: 22px;
    }

    .wordBox .wordBoxWord {
        font-size: 14px;
        line-height: 18px;
        text-align: justify;
        line-height: 25px;
    }

        .wordBox .wordBoxWord img {
            float: left;
            max-height: 400px;
            width: 400px;
            margin-bottom: 10px;
            border: 1px solid #ccc;
            padding: 10px;
            background: #fff;
        }

    .wordBox .wordBoxImage,
    .newsThumpImg {
        width: 180px;
    }

        .wordBox .wordBoxImage img,
        .newsThumpImg img {
            max-height: 150px;
            width: 150px;
            margin-bottom: 0px;
            border: 1px solid #ccc;
            padding: 5px;
            background: #fff;
        }

/* #FotoGaleri */
.fotoGaleri {
    display: block;
}

    .fotoGaleri .fotoList {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .fotoGaleri .fotoList li {
            float: left;
            display: block;
            width: 210px;
            height: 220px;
            background-color: #fff;
            text-align: center;
            line-height: 20px;
            margin: 5px;
            padding: 5px;
        }

            .fotoGaleri .fotoList li a {
                color: #383838;
                text-decoration: none;
                text-align: center;
            }

            .fotoGaleri .fotoList li img {
                width: 200px;
                height: 140px;
                border: 0;
            }

            .fotoGaleri .fotoList li .fotoImg {
                width: 200px;
                background-color: #fff;
                padding: 5px;
            }

            .fotoGaleri .fotoList li .fotoDetail {
                font-size: 11px;
                color: gray;
            }

.pager {
    display: block;
    clear: both;
}

    .pager .pageNum {
        display: block;
        float: left;
        border: 1px solid gray;
        line-height: 25px;
        text-align: center;
        background-color: #f2f2f2;
        margin: 2px;
        padding: 0 5px;
    }

    .pager .pageActive {
        display: block;
        float: left;
        border: 1px solid #000;
        line-height: 25px;
        text-align: center;
        margin: 2px;
        padding: 0 5px;
        background-color: #383838;
        color: #fff;
    }

/* #Haberler */
.slider {
    margin: 20px;
    padding: 0;
    width: 600px;
    height: 350px;
    display: block;
    z-index: 9999;
    position: relative;
    overflow: hidden;
}

    .slider .sliderImages {
        margin: 0;
        padding: 0;
        width: 600px;
        height: 350px;
        display: block;
        position: relative;
        overflow: hidden;
    }

        .slider .sliderImages a {
            display: none;
            margin: 0;
            padding: 0;
            width: 600px;
            height: 350px;
            float: left;
        }

            .slider .sliderImages a img {
                margin: 0;
                padding: 0;
                width: 600px;
                height: 350px;
                border: 0;
            }

    .slider .nav {
        margin: 0;
        margin-top: 5px;
        padding: 0;
        top: 0;
        z-index: 9999;
        position: absolute;
    }

        .slider .nav ul {
            margin: 0;
            padding: 0;
            width: auto;
            height: 36px;
        }

            .slider .nav ul li {
                margin: 0 2px 0 2px;
                padding: 0;
                display: block;
                float: left;
                width: 56px;
                height: 30px;
            }

                .slider .nav ul li .thumbImage img {
                    margin: 0;
                    padding: 0;
                    display: block;
                    width: 52px;
                    height: 30px;
                    border: 2px solid #fff;
                }

    .slider .Resimler .number,
    .slider .Resimler .dot {
        display: none;
    }

    .slider .Numaralar .thumbImage,
    .slider .Numaralar .dot {
        display: none;
    }

    .slider .Noktalar .thumbImage,
    .slider .Noktalar .number {
        display: none;
    }

    .slider .sliderText {
        position: absolute;
        bottom: 0px;
        margin: 10px;
        padding: 10px;
        width: 560px;
        height: auto;
        line-height: 18px;
        display: block;
        z-index: 9990;
        background: url(img/blackBlank.png);
        font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
        color: #fff;
        font-size: 16px;
    }

/* #LightBox */
#lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
    display: none;
}

#lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-weight: 400;
}

    #lightbox img {
        width: auto;
        height: auto;
    }

    #lightbox a img {
        border: none;
    }

.lb-outerContainer {
    position: relative;
    background-color: #FFF;
    zoom: 1;
    width: 250px;
    height: 250px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto;
}

.lb-container {
    padding: 10px;
}

.lb-loader {
    position: absolute;
    top: 40%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
}

.lb-prev, .lb-next {
    width: 49%;
    height: 100%;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    display: block;
}

.lb-prev {
    left: 0;
    float: left;
}

.lb-next {
    right: 0;
    float: right;
}

.lb-prev:hover {
    background: url(img/prev.png) left 48% no-repeat;
}

.lb-next:hover {
    background: url(img/img/next.png) right 48% no-repeat;
}

.lb-dataContainer {
    padding-top: 5px;
    zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 0 auto;
}

.lb-data {
    color: #bbb;
    padding: 0 10px;
}

    .lb-data .lb-details {
        width: 85%;
        float: left;
        text-align: left;
        line-height: 1.1em;
    }

    .lb-data .lb-caption {
        font-size: 13px;
        font-weight: 700;
        line-height: 1em;
    }

    .lb-data .lb-number {
        display: block;
        clear: left;
        padding-bottom: 1em;
        font-size: 11px;
    }

    .lb-data .lb-close {
        width: 35px;
        float: right;
        padding-bottom: .7em;
        outline: none;
    }

        .lb-data .lb-close:hover {
            cursor: pointer;
        }

.lb-outerContainer:after, .lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}


/* #FlexSlider */

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.flexslider {
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    zoom: 1;
    margin: 0 0 60px;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img {
        width: 100%;
        height: 100%;
        display: block;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

* html .slides {
    height: 1%;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    height: 0;
}

    .flex-direction-nav a {
        width: 30px;
        height: 30px;
        display: block;
        background: url(img/bg_direction_nav.png) no-repeat 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;
        text-indent: -9999px;
        opacity: 0;
        -webkit-transition: all .3s ease;
        margin: -20px 0 0;
    }

    .flex-direction-nav .flex-next {
        background-position: 100% 0;
        right: -36px;
    }

    .flex-direction-nav .flex-prev {
        left: -36px;
    }

.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
}

.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

    .flex-control-nav li {
        zoom: 1;
        display: inline;
        margin: 0 6px;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

    .flex-control-paging li a:hover {
        background: rgba(0,0,0,0.7);
    }

    .flex-control-paging li a.flex-active {
        background: rgba(0,0,0,0.9);
        cursor: default;
    }

.flex-control-thumbs {
    position: static;
    overflow: hidden;
    margin: 5px 0 0;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

html[xmlns] .slides, .no-js .slides > li:first-child {
    display: block;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover, .flex-control-thumbs img:hover {
    opacity: 1;
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }
}


/*Nivo Slider*/
.nivoSlider {
    position: relative;
    width: 980px;
    height: 300px;
    overflow: hidden;
}

    .nivoSlider img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: none;
    }

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 980px !important;
    height: auto !important;
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 6;
    display: none;
    background: #FFF;
    filter: alpha(opacity=0);
    opacity: 0;
    margin: 0;
    padding: 0;
}

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 300px;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

    .nivo-box img {
        display: block;
    }

.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 22px;
}

    .nivo-caption p {
        margin: 0;
        padding: 5px;
    }

    .nivo-caption a {
        display: inline !important;
    }

.nivo-html-caption {
    display: none;
}

    .nivo-html-caption span {
        display: block;
        clear: both;
    }

.haberMaviButton {
    height: 50px;
    display: block;
}

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0;
}

.nivo-nextNav {
    right: 0;
}

.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}

    .nivo-controlNav a {
        cursor: pointer;
    }

        .nivo-controlNav a.active {
            font-weight: 700;
        }

.theme-default .nivoSlider {
    position: relative;
    background: #fff url(img/loading.gif) no-repeat 50% 50%;
    margin-bottom: 10px;
}

    .theme-default .nivoSlider img {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

    .theme-default .nivoSlider a {
        border: 0;
        display: block;
    }

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 20px 0;
}

    .theme-default .nivo-controlNav a {
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url(img/bullets.png) no-repeat;
        text-indent: -9999px;
        border: 0;
        margin: 0 2px;
    }

        .theme-default .nivo-controlNav a.active {
            background-position: 0 -22px;
        }

.theme-default .nivo-directionNav a {
    display: block;
    width: 39px;
    height: 58px;
    background: url(img/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.theme-default:hover .nivo-directionNav a {
    opacity: 1;
}

.theme-default a.nivo-nextNav {
    background-position: -39px 0;
    right: 15px;
}

.theme-default a.nivo-prevNav {
    left: 15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}

    .theme-default .nivo-caption a {
        color: #fff;
        border-bottom: 1px dotted #fff;
    }

        .theme-default .nivo-caption a:hover {
            color: #fff;
        }

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}

    .theme-default .nivo-controlNav.nivo-thumbs-enabled a {
        width: auto;
        height: auto;
        background: none;
        margin-bottom: 5px;
    }

    .theme-default .nivo-controlNav.nivo-thumbs-enabled img {
        display: block;
        width: 120px;
        height: auto;
    }



/* Sharepoint CSS */

.customWidth {
    width: 980px;
    margin: auto;
}

#s4-titlerow {
    background-color: transparent;
    height: auto;
    margin: 0;
    padding: 0;
}

#suiteBarLeft {
    background-color: #404853 !important;
}

/*#container{width: 750px;float:right; padding:10px 0 10px 0}*/
#container {
    width: 750px;
    float: right;
    padding: 10px 0 10px 0;
}

#contentarea {
    padding: 10px;
}

/*#sidebarright{float:left; width:255px;  margin-right:10px;}*/
#sidebarright {
    float: left;
    width: 200px;
    margin-right: 10px;
}

.userProfileShadow {
    background: url(img/userProfileNavBarShadow.png) left repeat-y;
}
/*Profil Resmi*/
.ms-profile-image {
    width: 190px !important;
    margin: 15px auto 15px auto !important;
    left: 0;
    right: 0;
    padding: 4px;
    color: #666666;
    background-color: #fff;
    border: 1px solid #C0C0C0;
}

    .ms-profile-image .pImg {
        width: 190px !important;
    }

    .ms-profile-image .ms-profile-nameOverlay, .ms-profile-image .ms-profile-nameOverlay:hover, .ms-profile-image .ms-profile-nameOverlay:link, .ms-profile-image .ms-profile-nameOverlay:visited, .ms-profile-image .ms-profile-nameOverlay:active {
        width: 169px !important;
        background-color: rgba(0, 0, 0, 0.8);
        left: 5px !important;
        bottom: 7px !important;
    }

.ms-profile-changeYourPhoto, .ms-profile-changeYourPhoto:hover, .ms-profile-changeYourPhoto:link, .ms-profile-changeYourPhoto:visited, .ms-profile-changeYourPhoto:active {
    margin: 5px !important;
    top: 0 !important;
    right: -1px !important;
}

.ms-srch-sbLarge-fullWidth {
    width: 183px;
    height: 34px;
}

.ms-dialogHidden {
    display: none;
}

.ms-listlink ms-draggable {
    font-size: xx-large !important;
}

.gridView {
    width: 100%;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
}

    .gridView tr {
        border-bottom: 1px transparent dashed;
    }

        .gridView tr td {
            text-align: left;
            vertical-align: top;
            text-decoration: none;
            font-size: 14px;
            padding: 10px;
        }

            .gridView tr td a:hover {
                text-decoration: underline;
            }

            .gridView tr td p {
                text-align: left;
                font-size: 12px;
                font-weight: 400;
                border-style: none;
            }


.newsHeader {
    font: 300 14px/20px 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E7E7E7;
}

.shadow {
    -webkit-box-shadow: 0 8px 6px -6px #525252;
    -moz-box-shadow: 0 8px 6px -6px #525252;
    box-shadow: 0 8px 6px -4px #929292;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-width: 450px;
    max-height: 450px;
    float: left;
    margin: 0 20px 20px 0;
}

ul.thumpNews {
    list-style: none;
}

    ul.thumpNews li {
        clear: both;
        display: block;
        margin: 5px 0;
    }

#carousel ul li img {
    width: 200px;
    height: 160px;
    margin: 2px;
}

#slider ul li img {
    width: 100%;
    height: 480px;
}



#sidebarright > #DeltaPlaceHolderLeftNavBar {
    margin: 0;
    padding: 0;
}

    #sidebarright > #DeltaPlaceHolderLeftNavBar ul {
        width: 100%;
        background-color: transparent;
        margin: 0;
        padding: 0;
    }

        #sidebarright > #DeltaPlaceHolderLeftNavBar ul li {
            margin: 0;
            padding: 0;
            width: 100%;
            text-align: left;
            background-image: none;
            background-color: transparent;
            color: #fff !important;
            font-size: 14px;
        }

            #sidebarright > #DeltaPlaceHolderLeftNavBar ul li a {
                margin: 0;
                padding: 0 0 0 20px;
                display: block;
                width: auto;
                text-align: left;
                height: 30px;
                line-height: 30px;
                color: #000;
                line-height: 15px;
                padding-top: 5px;
                padding-bottom: 5px;
            }

                #sidebarright > #DeltaPlaceHolderLeftNavBar ul li a:hover,
                #sidebarright > #DeltaPlaceHolderLeftNavBar ul li a:active,
                #sidebarright > #DeltaPlaceHolderLeftNavBar ul li a:focus {
                    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
                    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
                    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
                    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
                }

#sidebarright > img {
    display: none;
}

.ms-mpSearchBox {
    width: 190px !important;
    margin: 5px 0 0 5px !important;
    background-color: #fff;
}

    .ms-mpSearchBox > div > div > div > div#SearchBox {
        width: 190px !important;
    }

        .ms-mpSearchBox > div > div > div > div#SearchBox > div {
            width: 189px !important;
        }

            .ms-mpSearchBox > div > div > div > div#SearchBox > div > input {
                width: 160px !important;
                height: 20px !important;
                margin: 1px 2px 1px 1px;
                padding: 0 0 0 5px;
            }

            .ms-mpSearchBox > div > div > div > div#SearchBox > div > a {
                width: 20px !important;
                height: 20px !important;
            }

                .ms-mpSearchBox > div > div > div > div#SearchBox > div > a > img {
                    position: absolute !important;
                    left: -35px !important;
                    top: -57px !important;
                }

/*Sharepoint Mini Search Box*/
#topSearch .ms-srch-sb-border, #topSearch .ms-srch-sb-borderFocused {
    width: 225px !important;
    height: 29px !important;
    line-height: 29px !important;
    border: 0 !important;
    margin: 2px 0 0 0 !important;
    padding: 0 !important;
}

#topSearch .ms-srch-sbLarge > input {
    width: 185px !important;
    height: 26px !important;
    line-height: 29px !important;
    font-size: 12px !important;
    border: 0;
    margin: 0;
    padding: 0 0 0 10px;
}

#topSearch .ms-srch-sbLarge > .ms-srch-sb-searchLink {
    width: 28px !important;
    height: 27px !important;
    margin: 0;
    padding: 0;
}

#topSearch .ms-srch-sbLarge-searchImg {
    left: 5px !important;
    top: -65px !important;
}

/*
table,input , textarea, select{width:auto!important;}
iframe{width:100%!important;}*/

textarea {
    overflow: scroll !important;
}

#MiddleLRightCell {
    width: 30% !important;
    min-width: 240px;
}

#MiddleLeftCell {
    width: 70%;
}


ul.bjqs {
    position: relative;
    list-style: none;
    overflow: hidden;
    display: none;
    margin: 0 0 10px 0;
    padding: 0;
}

li.bjqs-slide {
    position: absolute;
    display: none;
    background-color: #fff;
}

    li.bjqs-slide img.bjqs-html-image {
        width: 300px !important;
        height: 355px !important;
        margin: 10px;
        margin-right:50px;
    }

ul.bjqs-controls {
    list-style: none;
    z-index: 9999;
    margin: 0;
    padding: 0;
}

    ul.bjqs-controls.v-centered li a {
        position: absolute;
    }

    ul.bjqs-controls.v-centered li.bjqs-next a {
        right: -65px;
        top: 50%;
        background-color: transparent !important;
        background: url(img/sliderArrowRight.png) center no-repeat;
        width: 39px;
        height: 58px;
        text-indent: -9999px;
    }

    ul.bjqs-controls.v-centered li.bjqs-prev a {
        left: -65px;
        background-color: transparent !important;
        background: url(img/sliderArrowLeft.png) center no-repeat;
        width: 39px;
        height: 58px;
        text-indent: -9999px;
    }

ol.bjqs-markers {
    list-style: none;
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
}

    ol.bjqs-markers li {
        display: inline;
        text-indent: -9999px;
    }

        ol.bjqs-markers li a {
            display: inline-block;
            text-indent: -9999px;
            color: #fff;
            text-decoration: none;
            background: url(img/bullet01.png) top no-repeat;
            width: 15px;
            height: 15px;
            margin: 5px;
        }

p.bjqs-caption {
    display: block;
    width: 530px;
    position: absolute;
    bottom: 0;
    top: 0;
    background: rgba(255,255,255,0.5);
    margin: 0;
    padding: 20px;
}

.bjqs-html-text {
    z-index: 99;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

ol.bjqs-markers.h-centered {
    text-align: center !important;
}

ol.bjqs-markers li.active-marker a, ol.bjqs-markers li a:hover {
    background: url(img/bullet02.png) top no-repeat;
}

a.anchor-button-01 {
    width: 264px;
    height: 44px;
    line-height: 44px;
    display: block;
    text-align: center;
    background: url(img/newsButton.png) top no-repeat;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    left: 110px;
    margin-left: 32px;
    bottom: 38px;
    position: absolute;
}

    a.anchor-button-01:hover {
        background-position: bottom;
    }

.bjqs-html-caption {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px;
    clear: both;
}

.bjqs-html-description {
    text-align: justify;
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    clear: both;
}

/*Anasayfa Layout*/
.webpartZone {
    width: 980px;
    clear: both;
    margin-bottom: 10px;
    display: block;
    /*
padding: 5px;
background-color: #fff;
border-radius: 5px;
*/
}

.webpartZoneYarim {
    width: 480px;
    float: left;
    display: block;
}

.marginLeft10 {
    margin: 0 0 0 10px !important;
}


.blueBox {
    clear: both;
    display: block;
}

    .blueBox .blueBoxLabel,
    .ms-webpart-titleText {
        background: url(img/saglikIcon.png) center left no-repeat;
        clear: both;
        display: block;
        border-bottom: 1px solid #72c1bc;
        height: 40px;
        line-height: 40px;
        padding-left: 25px;
        font-size: 18px !important;
        margin-bottom: 5px;
        width: 95%;
    }

.blueBoxLabel span {
    float: right;
    font-size: 11px;
    font-weight: 800;
}

    .blueBoxLabel span a {
        color: #73c7bd;
        text-decoration: none;
    }

.blueBox .blueBoxContent {
    clear: both;
    display: block;
    line-height: 25px;
    padding: 0 10px;
}

ul.blueBoxList {
    list-style: none;
}

    ul.blueBoxList li {
        line-height: 25px;
        display: block;
        clear: both;
        padding-left: 5px;
    }

        ul.blueBoxList li.blueBoxListDot {
            padding-left: 20px;
            background: url(img/bludDot.png) top left no-repeat;
        }

        ul.blueBoxList li a {
            line-height: 25px;
            display: block;
            color: #414852;
        }

            ul.blueBoxList li a:hover {
                color: #000;
            }

#galleria {
    width: 980px;
    height: 640px;
    background-color: #fff;
    padding: 10px;
}

#galleria-loader {
    height: 1px !important;
}

.galleria-container {
    position: relative;
    overflow: hidden;
}

    .galleria-container img {
        -moz-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
    }

.galleria-stage {
    position: absolute;
    top: 95px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.galleria-thumbnails-container {
    height: 50px;
    top: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2;
}

.galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}

.galleria-thumbnails .galleria-image {
    height: 80px;
    width: 100px;
    background: #000;
    border: 1px solid #000;
    float: left;
    cursor: pointer;
    margin: 0 5px 0 0;
}

.galleria-counter {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: right;
    color: #fff;
    font: normal 11px/1 arial,sans-serif;
    z-index: 1;
}

.galleria-loader {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: none;
    background: url(img/classic-loader.gif) no-repeat 2px 2px;
}

.galleria-info {
    width: 50%;
    top: 15px;
    left: 15px;
    z-index: 2;
    position: absolute;
}

.galleria-info-text {
    background-color: #000;
    display: none;
    zoom: 1;
    padding: 12px;
}

.galleria-info-title {
    font: bold 12px/1.1 arial,sans-serif;
    color: #fff;
    margin: 0 0 7px;
}

.galleria-info-description {
    font: italic 12px/1.4 georgia,serif;
    color: #bbb;
    margin: 0;
}

.galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
}

.galleria-info-link {
    background-position: -669px -5px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #000;
    display: none;
}

.galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}

.galleria-image-nav-left, .galleria-image-nav-right {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer;
    width: 62px;
    height: 124px;
    position: absolute;
    left: 10px;
    z-index: 2;
    background-position: 0 46px;
}

.galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -254px 46px;
    z-index: 2;
}

.galleria-thumb-nav-left, .galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}

.galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 0;
    left: auto;
}

.galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}

.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: transparent;
}

.galleria-carousel .galleria-thumb-nav-left, .galleria-carousel .galleria-thumb-nav-right {
    display: block;
}

.galleria-thumb-nav-left, .galleria-thumb-nav-right, .galleria-info-link, .galleria-info-close, .galleria-image-nav-left, .galleria-image-nav-right {
    background-image: url(img/classic-map.png);
    background-repeat: no-repeat;
}

.notouch .galleria-info-close:hover, .touch .galleria-info-close:active, .notouch .galleria-info-link:hover, .touch .galleria-info-link:active, .notouch .galleria-image-nav-left:hover, .notouch .galleria-image-nav-right:hover, .touch .galleria-image-nav-left:active, .touch .galleria-image-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.notouch .galleria-thumb-nav-left:hover, .notouch .galleria-thumb-nav-right:hover, .touch .galleria-thumb-nav-left:active, .touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}

/*
#WPQ2_ListTitleViewSelectorMenu_Container_surfaceopt0{display:none !important;}
#WPQ2_ListTitleViewSelectorMenu_Container_overflow{display:none !important;}
*/

/*.ms-webpart-titleText span{float: right; display: block; font-size: 12px!important;}*/

/* My Site takip ettiklerim */
.ms-largeNumber {
    line-height: 25px;
    font-size: 22px;
    color: #262626;
}

/*Site Content Icon*/
.ms-storefront-appiconspan {
    background-color: rgb(62, 79, 94) !important;
}

.havaDurumuTop {
    width: 70px;
    height: 70px;
    float: left;
    margin-left: 340px;
    margin-top: 10px;
}

/*Anket*/
.survey .header {
    background: transparent !important;
    font-weight: bold;
    line-height: 20px;
}

.survey .body {
    padding: 2px 10px;
}

    .survey .body td {
        padding: 2px;
        line-height: 20px;
    }

        .survey .body td label {
            padding-left: 5px;
        }

    .survey .body div {
        display: block;
    }

        .survey .body div input {
            float: right;
        }

    .survey .body .chartResult {
        background: url(img/chartBar.png) no-repeat left;
        line-height: 25px;
        padding-left: 25px;
    }

/*SharePoint Button*/
input[type="button"],
input[type="reset"],
input[type="submit"],
button:hover {
    color: #fff !important;
    background-color: #404853 !important;
    border: 1px solid #33373d !important;
}

    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover,
    button:hover {
        background-color: #606c7d !important;
        border: 1px solid #404853 !important;
    }
/* BreadCrumps */
#breadcrumbSiteMap {
    background-color: #fff;
    line-height: 18px;
    margin-top: -10px;
    margin-bottom: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.BreadCrumbStyle {
    padding-left: 15px;
    font-size: 10px;
    padding-bottom: 5px;
    font-family: arial;
}

    .BreadCrumbStyle a:link, .BreadCrumbStyle a:visited {
        color: #3b4f65;
    }

    .BreadCrumbStyle a:hover {
        color: #0072bc;
        text-decoration: underline;
    }

.BreadCurrentNode {
    color: #0072bc;
}

.BreadPathSeparator {
    color: #ccc;
    padding: 0px 8px 0px 8px;
}



/*Mesaj Akışı Web Part*/
#MSOZoneCell_WebPartctl00_ctl43_g_eda3e445_930e_441f_9ad5_4be99a8a183c {
    overflow: auto;
    height: 300px;
}
/*Hakkımda alanı düzenleme*/

.ms-core-listMenu-selected .selected {
    /* [ReplaceColor(themeColor:"NavigationSelectedBackground",opacity:"1")] */ background: transparent;
    /* [ReplaceColor(themeColor:"NavigationSelectedBackground")] */ background-color: transparent;
    clear: both;
}

/*Search Result*/
.ms-srch-item {
    clear: both;
    background: #fff !important;
    padding: 5px 20px 5px 10px;
    margin: 0px 0px 2px -10px;
    overflow: hidden;
    border-bottom: 1px dotted #666666;
}

.ms-srch-item-title {
    font-size: 14px !important;
    color: #666666;
}

    .ms-srch-item-title a {
        font-weight: bold !important;
        font-size: 14px !important;
        color: #666666;
    }

.ms-srch-item-summary, .ms-srch-item-path {
    font-size: 12px !important;
}



.ms-promlink-root {
    width: 100%;
    overflow: hidden;
}

.ms-promlink-header {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

.ms-promlink-headerNav {
    margin-top: 4px;
    float: right;
}

.ms-promlink-body {
    position: relative;
    width: 10000px;
    height: 150px;
}

.ms-promlink-tile {
    float: left;
    width: 150px;
    height: 150px;
}

.ms-promlink-image {
    width: 150px;
    height: 150px;
}

.ms-core-needIEFilter .ms-promlink-detailsBox {
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}

.ms-promlink-detailsList {
    height: 150px;
    overflow: hidden;
    padding: 10px;
    margin: 0px;
}

.ms-promlink-separator {
    border-left-style: dotted;
    border-width: 1px;
    /* [ReplaceColor(themeColor:"Dark1-Lightest")] */ border-color: #d7d7d7;
}

.ms-promlink-backgroundText {
    /* [ReplaceColor(themeColor:"Accent3-Lightest")] */ color: #f2f2f2;
    padding: 20px;
    margin: 0px;
    top: 0px;
    position: absolute;
}

.ms-promlink-parttitle.ms-promlink-parttitle {
    padding-right: 10px;
    display: inline;
}

.ms-promlink-button {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-width: 1px;
    border-style: solid;
    padding: 4px;
}

.ms-promlink-button-inner {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.ms-promlink-button-image {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.ms-promlink-button-left {
    left: -127px;
    top: -232px;
    position: absolute;
}

.ms-promlink-button-right {
    left: -199px;
    top: -228px;
    position: absolute;
}

.ms-promlink-button-left-disabled {
    left: -145px;
    top: -232px;
    position: absolute;
}

.ms-promlink-button-right-disabled {
    left: -181px;
    top: -228px;
    position: absolute;
}

.ms-promlink-button-left-hover {
    left: -217px;
    top: -228px;
    position: absolute;
}

.ms-promlink-button-right-hover {
    left: -163px;
    top: -232px;
    position: absolute;
}

.ms-promlink-button-hidden {
    display: none;
}

.ms-promlink-button-disabled {
    /* [ReplaceColor(themeColor:"ButtonDisabledBorder")] */ border-color: #e1e1e1;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color: rgba( 255,255,255,0.85 );
}

.ms-core-needIEFilter .ms-promlink-button-disabled {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";
}

.ms-promlink-button-disabled-hover {
    /* [ReplaceColor(themeColor:"ButtonHoverBorder")] */ border-color: #92c0e0;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color: rgba( 255,255,255,0.85 );
}

.ms-core-needIEFilter .ms-promlink-button-hover {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";
}

.ms-promlink-button-enabled {
    /* [ReplaceColor(themeColor:"ButtonBorder")] */ border-color: #ababab;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ background-color: rgba( 255,255,255,0.85 );
}

.ms-core-needIEFilter .ms-promlink-button-enabled {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"BackgroundOverlay")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ffffff,endColorstr=#d8ffffff)";
}

.ms-promlink-button-enabled-hover, .ms-promlink-button-enabled:hover {
    /* [ReplaceColor(themeColor:"ButtonHoverBorder")] */ border-color: #92c0e0;
    /* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ background-color: #e6f2fa;
}

.ms-core-needIEFilter .ms-promlink-button-enabled-hover, .ms-core-needIEFilter .ms-promlink-button-enabled:hover {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"ButtonHoverBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffe6f2fa,endColorstr=#ffe6f2fa)";
}

.ms-promlink-button-enabled-pressed {
    /* [ReplaceColor(themeColor:"ButtonPressedBorder")] */ border-color: #2a8dd4;
    /* [ReplaceColor(themeColor:"ButtonPressedBackground")] */ background-color: #92c0e0;
}

.ms-core-needIEFilter .ms-promlink-button-enabled-pressed {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"ButtonPressedBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff92b7d1,endColorstr=#ff92b7d1)";
}

.ms-promlink-gettingStartedCallout {
    white-space: normal;
}

#prev {
    position: absolute;
    margin-top: -189px;
    margin-left: -58px;
    background: url(img/sliderarrowleft.png) center no-repeat;
    width: 42px;
    height: 71px;
    text-indent: -9999px;
}

#next {
    position: absolute;
    background: url(img/sliderarrowright.png) center no-repeat;
    width: 42px;
    height: 71px;
    text-indent: -9999px;
    margin-left: 993px;
    margin-top: -187px;
}
