.su-jcarousel {
	position: relative;
	margin: 0 0 1.5em 0;
	padding: 15px 40px;
	background: #f0f0f0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#custom_header .su-jcarousel {
	position: relative;
	margin: 0;
	padding-top: 30px;
	padding-bottom:30px;
	background: #fff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.su-jcarousel .jcarousel-container {
	position: relative;
}
.su-jcarousel .jcarousel-clip {
	position: relative;
	overflow: hidden;
}
.su-jcarousel li {
	float: left;
	display: block;
	margin-right: 10px;
	overflow: hidden;
	list-style-type: none;
}

.su-jcarousel .jcarousel-prev {
	position: absolute;
	left: -32px;
	top: 0;
	width: 25px;
	height: 100%;
	background: 0 50% url(../images/jcarousel/arrows.png) no-repeat;
	cursor: pointer;
}
.su-jcarousel .jcarousel-next {
	position: absolute;
	right: -32px;
	top: 0;
	width: 25px;
	height: 100%;
	background: 100% 50% url(../images/jcarousel/arrows.png) no-repeat;
	cursor: pointer;
}
.su-jcarousel .jcarousel-prev:hover,
.su-jcarousel .jcarousel-next:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

/* featured posts */
.fp_carousel {
	position: relative;
	margin: 0;
	padding: 0 25px;
}

.fp_carousel .jcarousel-container {
	position: relative;
}
.fp_carousel .jcarousel-clip {
	position: relative;
	overflow: hidden;
}
.fp_carousel li {
	float: left;
	display: block;
	margin-right: 10px;
	overflow: hidden;
	list-style-type: none;
	position:relative;
}
.fp_carousel li  img{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.fp_carousel .fp_title {
	height: 26px;
	color:#ffffff;
	background:#000000;
	padding: 5px 8px;
	font-size:10px;
	font-weight:bold;
	line-height:1.3;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px; 
	overflow:hidden;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3 ease-in-out;
}
.fp_carousel li:hover .fp_title{
	padding-bottom: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3 ease-in-out;
}
.fp_carousel .jcarousel-prev {
	position: absolute;
	left: -25px;
	top: 0;
	width: 16px;
	height: 100%;
	background: 0 50% url(../images/jcarousel/arrows_s.png) no-repeat;
	cursor: pointer;
}
.fp_carousel .jcarousel-next {
	position: absolute;
	right: -25px;
	top: 0;
	width: 16px;
	height: 100%;
	background: 100% 50% url(../images/jcarousel/arrows_s.png) no-repeat;
	cursor: pointer;
}
.fp_carousel .jcarousel-prev:hover,
.fp_carousel .jcarousel-next:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}