

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../gif/ajaxloader.gif) no-repeat center center
}

.owl-wrapper-outer{
    overflow: visible !important;
}

.owl-controls {
    position: absolute;
    top: -3em;
    right: 0;
}

.owl-prev,
.owl-next{
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    background: #000;
    color: #fff;
    text-align: center;
    margin: 0 0 0 .25em;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}