/*--- NOT:
.owl-controls 
.owl-buttons 
bu ikisini bul ve ayarladığın isimle değiştir ---*/

.owl-theme .owl-controls .owl-buttons div{
color: #; position: absolute;
display:inline-block;
zoom: 1;

padding: 20px 0px 20px 10px;
font-size: 12px;
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 100;}

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=99);/*IE7 fix*/
opacity: 0.99; color: #fff; 
text-decoration: none;
-webkit-transition:  all 0.5s ease-in-out;
-moz-transition:  all 0.5s ease-in-out;
-o-transition:  all 0.5s ease-in-out;
-ms-transition:  all 0.5s ease-in-out;
transition:  all 0.5s ease-in-out;}

/*--- sol okun yön ayarı --------------------------------------*/
.owl-theme .owl-controls .owl-buttons .owl-prev{
left: -30px;
top: 42%;
padding: 10px 5px 10px 5px;
background: #EAEAEA; 
background: url(images/golge-oksol.png) repeat-y center left;
-webkit-border-radius:50px 0px 0px 50px ;
-moz-border-radius: 50px 0px 0px 50px ;
border-radius: 50px 0px 0px 50px ; }
.owl-theme .owl-controls .owl-buttons .owl-prev:hover{
background:rgba(1,221,220,.3);}

/*--- sağ okun yön ayarı --------------------------------------*/
.owl-theme .owl-controls .owl-buttons .owl-next{
right: -30px; 
top: 42%;
padding: 10px 5px 10px 5px;
background: url(images/golge-oksag.png) repeat-y center right;
-webkit-border-radius: 0px 50px 50px 0px ;
-moz-border-radius: 0px 50px 50px 0px ;
border-radius: 0px 50px 50px 0px ; }
.owl-theme .owl-controls .owl-buttons .owl-next:hover{
background:rgba(1,221,220,.3);}

@media screen and (max-width:767px) {
.owl-theme .owl-controls .owl-buttons .owl-prev{
left:-20px;
}

.owl-theme .owl-controls .owl-buttons .owl-next{
right:-20px; 
}
}


/*--- alt yuvarlak butonların ayarı --------------------------*/
.owl-theme .owl-controls{
margin-top: -5px; text-align: center;}

@media screen and (max-width:767px) {
.owl-theme .owl-controls{
margin-top:-10px;}
}

.owl-theme .owl-buttons i{ 
margin-top:0px; }

.owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
position:relative; 
bottom:0px; margin:0px; 
border-radius: 0px;}

.owl-theme .owl-controls .owl-page span{
display: block;
width: 20px;
height: 8px;
margin: 2px 2px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
border:0px solid #D0C2AC; 
background:#9BEFF9;}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
border:0px solid #ccc;
background: #999; 
-webkit-transition:  all 0.5s ease-in-out;
-moz-transition:  all 0.5s ease-in-out;
-o-transition:  all 0.5s ease-in-out;
-ms-transition:  all 0.5s ease-in-out;
transition:  all 0.5s ease-in-out;}

@media screen and (max-width:767px) {
.owl-theme .owl-controls .owl-page span{
width: 10px;
height: 10px;	
border:0px solid #D0C2AC;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
border:0px solid #ccc;}
}


/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;}

/* preloading images */
.owl-item.loading{
min-height: 150px;
background: url(AjaxLoader.gif) no-repeat center center}

