/* Custom controls */
#gallery-07{
	position: relative;
}
#gallery-07 .crsl-nav{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#gallery-07 .crsl-items:after{
	display: block;
	clear: both;
	content: '';
}
#gallery-07 .previous, #gallery-07 .next{
	position: absolute;
	top: 50%;
	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-07 .previous:hover, #gallery-07 .next:hover{
	background-color: rgba(0,0,0, .95);
}
#gallery-07 .previous{
	left: 0;
	background-position: 0 0;
}
#gallery-07 .next{
	right: 0;
	background-position: 100% 0;
}
#gallery-07 .crsl-item{
	margin-bottom: 0;
}
