
/*----------------------------------- Gallery */
.crsl-items{
	margin: 20px auto;
}

.crsl-nav{
	position: relative;
	min-height: 1px;
}
.crsl-nav .previous{
	float: left;
}
.crsl-nav .next{
	float: right;
}
/*----------------------------------- Special Galleries */
/* Custom controls */
#gallery-book {
	position: relative; 
	margin-left: 50px;
}
#gallery-book .crsl-nav{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#gallery-book .crsl-items:after{
	display: block;
	clear: both;
	content: '';
}
#gallery-book .previous, #gallery-book .next{
	position: absolute;
	top: 40%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	text-indent: -10000px;
	color: #FFF;
	background: rgba(0, 0, 0, .80) url(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;
}
#gallery-book .previous:hover, #gallery-book .next:hover{
	background-color: rgba(0,0,0, .95);
}
#gallery-book .previous{
	left: -40px;
	background-position: 0 0;
}
#gallery-book .next{
	right: 0;
	background-position: 100% 0;
}
#gallery-book .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;
    
    
}