.slayt_sayfa {
    background: #1E1E1E;
    color: #ffffff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 288px;
    width: 758px;
    cursor:pointer;
}

.slayt_baslik {
    background: #1E1E1E;
    padding:10px;
    color: #ffffff;
    text-align:left;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 288px;
    width: 758px;
}
.slayt_icerik {
    background: #1E1E1E;
    padding:10px;
    color: #ffffff;
    text-align:left;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    text-align:justify;
    font-weight: bold;
    height: 288px;
    width: 758px;
}
.slayt_trans {
    background: url("img/transparent-bg.png") repeat;
    z-index:100;
    color: #ffffff;
    text-align:left;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    text-align:justify;
    font-weight: bold;
    padding:10px;
    margin-top:-100px;
    position:relative;
    float:left;
    height: 80px;
    width: 738px;
}
.slayt_trans p {
    padding:0px;
    margin:0px;

}

#slayt ul, #slayt li, #slider2 ul, #slider2 li {

    margin: 0;
    padding: 0;
    list-style: none;
}

#slayt li, #slider2 li {

    width: 758px;
    height: 280px;
    overflow: hidden;

}

#prevBtn, #nextBtn,
#slider1next, #slider1prev {
    display: block;
    width: 30px;
    height: 77px;
    position: relative;
    left: -30px;
    top: 71px;
    z-index: 1000;

}

#nextBtn, #slider1next {
    left: 1000px;
}

#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a {
    display: block;
    position: relative;
    width: 30px;
    height: 77px;
    background: url(../images/webpage/btn_prev.gif) no-repeat 0 0;
}

#nextBtn a, #slider1next a {
    background: url(../images/webpage/btn_next.gif) no-repeat 0 0;
}

/* numeric controls */

ol#controls {
    margin: 1em 0;
    padding: 0;
    height: 28px;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
}

ol#controls li {
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 28px;
    line-height: 28px;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
    outline: none;
}

ol#controls li a {
    float: left;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ccc;
    background: #333;
    color: #FFF;
    padding: 0 10px;
    text-decoration: none;
}

ol#controls li.current a {
    color: #000;
    background-image: none;
    background-color: #999;
}

