#wrapper {
	border-top: 1px solid #cdc;
	border-bottom: 1px solid #cdc;
	border-left: 1px solid #cdc;
	border-right: 1px solid #cdc;
	background-color: #fff;
	width: 98%;
	height: 275px;
	margin: 5px 0 0 0;
	position: relative;
	top: 50%;
	left: 0;
}
#carousel div {
	text-align: center;
	width: 240px;
	height: 270px;
	float: left;
	position: relative;
	top: 10px;
}
#carousel div img {
	border: none;
}
#carousel div span {
	text-align: center;
	color: #333;
	font-family: Calibri, Arial, Geneva, SunSans-Regular, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3a1ab0;
	display: block;
	margin-top: 10px;
}

#wrapperMt {
	border-top: 1px solid #cdc;
	border-bottom: 1px solid #cdc;
	border-left: 1px solid #cdc;
	border-right: 1px solid #cdc;
	background-color: #fff;
	width: 98%;
	height: 275px;
	margin: 5px 0 0 0;
	position: relative;
	top: 0;
	left: 0;
}
#carouselMt div {
	text-align: center;
	width: 280px;
	height: 270px;
	float: left;
	position: relative;
	top: 10px;
}
#carouselMt div img {
	border: none;
}
#carouselMt div span {
	text-align: center;
	color: #333;
	font-family: Calibri, Arial, Geneva, SunSans-Regular, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3a1ab0;
	display: block;
	margin-top: 10px;
}
