@charset "utf-8";

#wrapper {
	width: 820px;
	height: 250px;
	margin-left:120px;
}
#carousel {
	padding-top: 55px;
	width:800px;
}
#carousel div {
	text-align: center;
	width: 230px;
	height: 250px;
	position: relative;
	border-top:3px #BB662D;
	border-left:3px #BB662D;
	border-right:3px #BB662D;
	border-bottom:3px #BB662D;
}
#carousel div img {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}
#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 100px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	border-radius: 3px;
}
