.carousel-container {
	width: 100%;
	overflow: hidden;
	padding: 27px 0 9px;
}

#icarousel {
	width: 523px;
	height: 400px;
	position: relative;
	margin: 20px auto;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

#icarousel .slide {
	display:block;
	border-radius: 4px;
	border: 5px #333 solid;
	border: 5px rgba(0,0,0,0.5) solid;
	width: 523px;
	height: 367px; overflow:hidden !important;
}
#icarousel img{ opacity:1 !important;}

/* The Navigation buttons in the Slider */
a.iCarouselNav {
	display: block;
	position: absolute;
	top: 178px;
	width: 43px;
	height: 43px;
	background: url(../img/arrows.png) no-repeat;
	z-index: 1000;
	text-indent: -9999px;
}

a#iCarouselPrev {
	left: 10px;
	background-position: left top;
}

a#iCarouselPrev:hover {
	background-position: left bottom;
	cursor:pointer;
}

a#iCarouselNext {
	right: 10px;
	background-position: right top;
}

a#iCarouselNext:hover {
	background-position: right bottom; cursor:pointer;
}


.icaro-title{ background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    color: #FFFFFF;
    display:block; z-index:9999;
    padding: 5px 10px; font-size:20px; bottom:15px; left:28%; right:28%; position:absolute; text-align:center; font-family: 'colablig', Arial, Helvetica, sans-serif;}