.type-cablab {
margin-top:70px;}

body.single-cablab .entry-content {
margin-top:30px;}

ul.slideshow {
	margin:0;
	padding: 0;
	list-style: none;
}

ul.slideshow iframe {
	max-width: 100%;
}

.slideshow img {
	max-width: 730px;
	width: 100%;
}

.bx-wrapper {
	position: relative;
	margin-bottom: 20px !important;
	}

.bx-wrapper:hover a.bx-prev, .bx-wrapper:hover a.bx-next {
	opacity: 1;
}

.bx-controls {

	position: absolute;
	top: 45%;
	z-index: 9;
	width: 100%;
	cursor: pointer;
}

.bx-controls-direction {
	position: relative
}

a.bx-prev {
	left:15px;
}

.bx-controls a {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

a.bx-next {  
	background-position: -30px 0 !important;
	right: 15px;
}