#wrapper {
	
	
	width: 100%;
	
	margin-top: -1px;
	
	left: 0;
	
}
#carousel {
	margin-top: -100px;
}
#carousel div {
	text-align: center;
	width: auto !important;
	height: 150px;
	float: left;
	position: relative;
	margin-left:15px;
	margin-right:15px;
}
#carousel div img {
	border: none;
}
#carousel div span {
	display: none;
}
#carousel div:hover span {
	background-color: #333;
	color: #fff;
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;
	font-size: 14px;
	line-height: 22px;
	display: inline-block;
	width: 100px;
	padding: 2px 0;
	margin: 0 0 0 -50px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	border-radius: 3px;
}
body .caroufredsel_wrapper{
	margin: -10px 0px 0px;
	width:100%!important;
}