div.libSlides {
	margin:0 0 30px 0;
	/*padding:0;*/
	background-color: #242939;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/*
div.libSlides div.bx-wrapper {
	position: relative;
}
*/
div.libSlides ul,
div.libSlides  ul  li {
	margin:0;
	padding:0;
}
/*
div.libSlides div.bx-window > ul, 
div.libSlides div.bx-window > ul > li {
	margin: 0;
	padding:0;
	background:none;
}

div.libSlides div.bx-window > ul > li > div {
	position: relative;
}
*/


div.libSlides div.bx-viewport > ul > li > div {
	position:relative;	
}

div.libSlides div.bx-viewport > ul > li img {
	/*
	max-width: 100%;
	display: block;
	margin:0;
	*/
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}

div.libSlide-attribution {
	position: absolute;
	top: auto;
	bottom: 0;
	float: right;
	right:0;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:white;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
	/*padding: 9px 10px 10px !important;*/
	padding: 0;
	margin: 0;
}

div.libSlide-attribution img {
	max-height: 30px !important;
	width: auto;
}

div.libSlide-attribution a{
	color:white;
	font-weight: normal;
}

div.libSlide-caption {
	position: absolute;
	bottom: 0;
	float: left;
	width: auto;
	height: auto;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 9px 20px 10px !important;
	margin: 0;
	background: #1d1f28 !important;
}

div.libSlides a.bx-prev,
div.libSlides a.bx-next {
	position:absolute;
	display: block;
	float: left;
	right:10px;
	bottom:8%;
	width: 24px;
	height: 23px;
	text-indent: -9999em;
	margin-left: 3px;
	background: url('/templates/assets/images/screen/icons/ico-carousel-btns.png') 0 0 no-repeat;
}

div.libSlides a.bx-next {
	background-position: -29px 0;
}

div.libSlides a.bx-prev {
	right:37px;
}

div.libSlide-text {
	margin: 0 0 10px 0; !important;
	padding: 10px 75px 10px 20px;
	font-family: "PMNCaeciliaW01-55Roman", Tahoma, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: white;
}

a.libSlide-link {
	font-family: "PMNCaeciliaW01-85Heavy", Tahoma, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	color: #bacfec;
	text-transform: uppercase;
	display:block;
	margin-top:15px;
}

@media screen and (min-width: 1010px) {
	div.libSlides {
		margin:0 30px 30px 0;
	}
}
