#wrapper {
	height:213px;
	text-align: center;
}
#carousel {
	width: auto !important;
	}
#carousel img {
	display: block;
}
#pager {
	overflow: hidden;
	z-index: 2;
	bottom: -10px;
	left: 0;
}
#pager img {
	width: 47px;
	height: 43px;
	margin: 10px 5px 10px 5px;
	opacity: 0.3;
	filter:alpha(opacity=40);
	cursor: pointer;
	border: 1px solid #E0E0E0;
}
#pager img.selected {
	background: url(img/thumb-selected.png) 0 0 no-repeat transparent;
	width: 47px;
	height: 43px;
	margin: 10px 5px 10px 5px;
	opacity: 1;
	filter:alpha(opacity=100);
}
.caroufredsel_wrapper {
	bottom: 0;
	display: block;
	left: 0;
	margin: 0;
	overflow: hidden;
	text-align: left;
	top: 0;
	width: 265px;
	z-index: 1;
}
