/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-buttons { position:absolute; top:50%; z-index:1; width:100%; margin-top:-50px; font-size: 36px; }
.owl-theme .owl-buttons .owl-prev { float: left; }
.owl-theme .owl-buttons .owl-next { float: right; }

#author_books .owl-buttons { position:absolute; top:50%; z-index:-1; width:100%; margin-top:-50px; font-size: 36px; }
#author_books .owl-buttons .owl-prev { float: left; margin-left:-10px; color: #2d2b42; }
#author_books .owl-buttons .owl-next { float: right; margin-right:-10px; color: #2d2b42; }
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 36px;
	color: #ffffff;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.50; -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; transition:all 200ms linear;
}
/* 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{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	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: 12px;
	height: 12px;
	margin: 2px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:1px solid #fff; -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; transition:all 200ms linear;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{ background:#ffffff;
}

/* 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/preloader.gif) no-repeat center center
}
