/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
#owl-demo .item img{ display: block; width: 100%; height: auto;}
.owl-theme .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	display: inline-block;
	zoom: 1;
	*
	display: inline;/*IE7 life-saver */
	text-indent:-99999px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 8px;
	height: 8px;
	margin: 0px 6px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000000;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* 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(../img/loading.gif) no-repeat center center
}
.owl-pagination {
    display: block;
    margin-top: 19px;
}
.owl-next { position: absolute; right: 0; top: 45%; z-index: 99; background:url(../img/navright.png) no-repeat center; width:55px; height:70px; display:block; }
.owl-prev { position: absolute; left: 0; top: 45%; z-index: 99; background:url(../img/navleft.png) no-repeat center; width:50px; height:70px; display:block; }

.divSlideM .owl-next, .owlGaleri .owl-next { position: absolute; right: 0; top: 45%; z-index: 99; background:url(../img/navrightM.png) no-repeat center; width:25px; height:25px; display:block; }
.divSlideM .owl-prev, .owlGaleri .owl-prev { position: absolute; left: 0; top: 45%; z-index: 99; background:url(../img/navleftM.png) no-repeat center; width:25px; height:25px; display:block; }



.carousel2 .owl-prev, .carousel2 .owl-next { top: 6% !important;}
.carousel3 .owl-buttons div {
    text-indent: initial !important;
    background: none !important;
    top: 30% !important;
    width: inherit !important;
    height: inherit !important;
    font-size: 32px;
    color: #A9A9A9;
}
.carousel3 .item {
    border: 1px solid #E0E0E0;
}

.carousel3 .owl-item {
    padding: 5px;
}
.carousel3 .owl-prev {
    margin-left: -10px;
}

.carousel3 .owl-next {
    margin-right: -10px;
}

@media screen and (max-width: 1000px) {
    
.owlUrunler .owl-next, .owlGaleri .owl-next {  width:20px; height:21px;}
.owlUrunler .owl-prev, .owlGaleri .owl-prev { width:20px; height:21px;}
.owl-pagination { margin-top:8px;}
.owl-theme .owl-controls .owl-page span { width:6px; height:6px;}
}