.caroufredsel_wrapper{
	height: 220px !important;
}
#carousel img,#carousel a {
	display: block;
	float: left;
	height: 220px !important;
}
#prev, #next {
	background-color: rgba(255, 255, 255, 0.9);
	display: block !important;
	height: 550px;
	width: 50%;
	top: 0;
	position: absolute;
}
#prev:hover, #next:hover {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
}
#prev {
	left: -480px;
}
#next {
	right: -480px;
}
#pager {
	text-align: center;
	position: relative;
	bottom: -5px;
}
#pager a {
	border-radius: 10px;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 7px 0 0;
	background-color: #fff;
	border: 2px solid #0C5F89;;
}
#pager a:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
#pager a span {
	display: none;
}
#pager a.selected {
	background-color: #92C8E2;
}