/**
Main Style
**/

.bh_related_post{
	display: block;
	padding-top: 0;
	text-align: left;
}
.bh_related_post h3 {
	margin-top: 0 !important;
	font-size: 24px;
	margin-bottom: 0;
}
.bh_related_post ul{
	list-style-type: none!important;
	text-align: left;
}
.jcarousel-control-prev, 
.jcarousel-control-next {
	width: 40px;
	height: 40px;
	text-align: center;
	background: #4E443C;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	font-size: 28px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	line-height: 34px;
}