/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
*/


/* The Nivo Slider styles */

.nivoSlider {
    position:relative;
    width: 709px;
    height: 381px;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
    bottom:0;
    right:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
}
/* Caption styles */
.nivo-caption {
    width:1000px;
    height: 1px;
    z-index:8;
    display:block;
    margin:0 auto;
    position: relative;
}


.nivo-caption p {
    margin:0;
    position: absolute;
    background: url(../images/px.png) repeat 0 0;
    top:53px;
    left:0;
    padding: 20px;
	max-width: 447px;
}
.nivo-caption p > .baslik{
    font-size:33px;
    color:#fff;
    display: block;
	margin-bottom:4px;
}
.nivo-caption p > .aciklama{
    font-size:17px;
    color:#fff;
    display: block;
    line-height: 1.3em;
}


.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav {
    z-index:111;
    width:1000px;
    margin: 0 auto;
    height: 1px;
    position: relative;
}
.nivo-directionNav a {
    position: absolute;
    z-index:9;
    cursor:pointer;
    display:inline-block;
    width:50px;
    height:49px;
    font-size: 0;
    top: 227px;
    background: url("../images/slider_oklar.png") 0 0;
    opacity: 0.8;
}

.nivo-directionNav a.nivo-prevNav {
    background-position: 0 100%;
    left: -50px;
}
.nivo-directionNav a.nivo-nextNav {
    right:-50px;
}
.nivo-directionNav a:hover {
    opacity: 1;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    z-index: 100;
    width:1000px;
    margin: 0 auto;
    position: relative;
}
.nivo-controlNav a {
    margin-top:1px;
    cursor:pointer;
    display:inline-block;
    margin-right:1px;
    width:101px;
    height:12px;
    background-color: #96becd;
    font-size:0;
    float:left;
    position: relative;
    top: 501px;
}
.nivo-controlNav a.active {
    background-color: #46778a;
}
.ribbon{
    display:none;
}