/*
* 	Owl Carousel Owl Muendle Theme 
*/
.ly-content { margin-top:175px !important;}
.app-owl-milestones { margin:-8px 4px 17px 4px; font-size:17px; line-height:22px;}
.app-owl-lunch { margin:-8px 4px 5px 4px; font-size:17px; line-height:22px;}
.app-owl-lunch p { line-height:17px; font-size:15px; margin-bottom:6px;}
.app-owl-lunch b { font-size:15px;}
/* Styling Next and Prev buttons */
.owl-Muendle .owl-controls .owl-buttons div{
position:absolute; width:14px; height:100%;cursor: pointer;display: block;top: 0%; margin-top:0px;border: 0;text-indent: -9999px; background-color:transparent;
}
.owl-Muendle .owl-controls .owl-buttons div i { color: #ffffff;font-size: 37px; }

.owl-Muendle .owl-prev { background-image:url(arrow-left.png); background-repeat:no-repeat; background-position:center; left:-26px; }
.owl-Muendle .owl-next { background-image:url(arrow-right.png); background-repeat:no-repeat; background-position:center; right:-26px;  }
.owl-Muendle .owl-prev:hover { background-image:url(arrow-left-hover.png);}
.owl-Muendle .owl-next:hover { background-image:url(arrow-right-hover.png);}

.owl-Muendle .owl-controls .owl-buttons .disabled { display: none; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-Muendle .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* preloading images */
.owl-Muendle .owl-item.loading { background: url(AjaxLoader.gif) no-repeat center center }

.owl-item .sc-element { margin-bottom:0px;}
.co-gallery-image { width:100%;}
.co-gallery-slide { margin:0 6px;}


.co-gallery-wrapper { position:relative; padding:33px 22px 25px 22px; background:#f5f5f5;  -moz-border-radius: 5px; border-radius:5px;  }
