.widget_carousel_doc .bx-wrapper { z-index: 20; }

.widget_carousel_doc .bx-wrapper .bx-prev { left: -50px; }
.widget_carousel_doc .bx-wrapper .bx-next { right: -50px; }
.widget_carousel_doc .bx-wrapper .slide,
.widget_carousel_doc .brochure_info img
{ 
	-moz-box-shadow: 0 0 5px -1px rgba(0,0,0, .3);
	-webkit-box-shadow: 0 0 5px -1px rgba(0,0,0, .3);
	box-shadow: 0 0 5px -1px rgba(0,0,0, .3);
}

.widget_carousel_doc .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
	border: none;
	box-shadow: none;
	left: -10px;
	padding:10px;
}

.widget_carousel_doc .bx-wrapper a,
.widget_carousel_doc .bx-wrapper img
{
	border:none;
	outline:none;
	display:block;
}

.widget_carousel_doc .bx-wrapper img {
	border:1px solid #e0e0e0;
}

.widget_carousel_doc .brochure_info {
	display:none;
	border:1px solid #429650;
	position:relative;
	background-color:#f7f6f4;
	padding:10px 0;
	position: absolute;
	left:50%;
	top: 140px;
	width: 100%;
	min-width:389px;
	margin:0 0 0 -50%;
	z-index: 10;
}

.widget_carousel_doc .brochure_info.view_top {
	top: -213px;
}

.widget_carousel_doc .bx-wrapper .slide.hover .brochure_info {
	display:block;
}

.widget_carousel_doc .brochure_info img {
	float:left;
	margin:0 30px 0 10px;
}

.widget_carousel_doc .brochure_info p {
	margin:30px 10px;
	position:absolute;
	bottom:0;
	left:165px;
	font-size: 16px;
}