
/*----------------------------------- Gallery */
.crsl-items{
	margin: 20px 20px 20px 0px; 
}

.crsl-nav{
	position: relative;
	min-height: 1px;
}
.crsl-nav .previous{
	float: left;
}
.crsl-nav .next{
	float: right;
}
/*----------------------------------- Special Galleries */
/* Custom controls */
.book-gallery {
	position: relative; 
	
}
.book-gallery .crsl-nav{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.book-gallery .crsl-items:after{
	display: block;
	clear: both;
	content: '';
}
.book-gallery .previous, .book-gallery .next{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	text-indent: -10000px;
	color: #FFF;
	background: rgba(0, 0, 0, 0.80) url(https://simages.ecampus.com/images/new-ecampus/etextbooks-and-books-assets/img/previous-next.png) no-repeat 0 0;
	z-index: 10;
	/* border radius */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	/* transition */
	-webkit-transition: background .2s ease-out;
	-moz-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
}
.book-gallery .previous:hover, .book-gallery .next:hover{
	background-color: rgba(0,0,0, .95);
}
.book-gallery .previous{
	left: 0px;
	background-position: 0 0;
}
.book-gallery .next{
	right: 0px;
	background-position: 100% 0;
}
.book-gallery .crsl-item{
	margin-bottom: 0;
}
/*----------------------------------- Clearfix */
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
.crsl-item figcaption {
    box-sizing: border-box;
    
    width: 100%;
    padding: 10px;
}

@media (min-width: 768px) {

.book-gallery .previous{
	left: 0px;
	

}
.book-gallery .next{
	right: 0px;
}
}
@media (min-width: 992px) {

.book-gallery .previous{
	left: px;
	

}
.book-gallery .next{
	right: -10px;
}

}