@charset "utf-8";
.carouselcontrols {
	width: 300px;
	position: relative;
	text-align: center;
	margin-top: 10px;
	height: 10px;
}
.carouselcontrols button {
	background-color: #AA9F4E;
	margin-right: 5px;
	line-height: 10px;
	color: #FFFFFF;
	width: 10px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 10px;
	font-size: 9px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
}
.carousel {
	width: 300px;
	position: relative;
	height: 490px;
	overflow: hidden;
}
.carousel ul {
	padding: 0;
	margin: 0;
}
.carousel li {
	list-style: none;
}
.offerpanel {
	background-color: #4C2432;
	float: left;
	width: 900px;
}
.offerpanel p {
	color: #FFFFFF;
}
.offerpanel p a {
	color: #AA9F4E;
}
.offerpanel p a:hover {
	background-color: #EAD2EE;
	color: #766A65;
}
.offerpanel strong {
	color: #AA9F4E;
}
.offerpanel h1 {
	color: #FFFFFF;
}
.offerpanel h2 {
	color: #FFFFFF;
}
.offerpanel h1 strong {
	color: #AA9F4E;
	font-weight: normal;
}
.offerpanel .contentrighthalf {
	padding: 20px;
	width: 425px;
}
.style1 {
	font-size: 14px;
}
