.exl-theme .exl-controls{
margin-top: 10px;
text-align: center;
} .exl-theme .exl-controls .exl-buttons div{
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline; margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50); opacity: 0.5;
}  .exl-theme .exl-controls.clickable .exl-buttons div:hover{
filter: Alpha(Opacity=100); opacity: 1;
text-decoration: none;
} .exl-theme .exl-controls .exl-page{
display: inline-block;
zoom: 1;
*display: inline; }
.exl-theme .exl-controls .exl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50); opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.exl-theme .exl-controls .exl-page.active span,
.exl-theme .exl-controls.clickable .exl-page:hover span{
filter: Alpha(Opacity=100); opacity: 1;
} .exl-theme .exl-controls .exl-page span.exl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
} .exl-item.loading{
min-height: 150px;
background: url(//carlyne.ch/wp-content/plugins/woo-tour/js/owl-carousel/AjaxLoader.gif) no-repeat center center
}