.carousel {
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-bottom: 1em;
	border-bottom: 1px solid #464646;
}

.carousel .header {
	background: #464646;
	height: 25px;
	margin: 0;
	padding: 0;
}

.carousel .header ul.carouselcontrol {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0.25em;
	font-size: 12px;
}

.carousel .header ul.carouselcontrol li {
	display: inline;
	text-align: center;
	border: 1px solid #cccccc;
	margin: 0.25em;
	padding: 0 0.25em;
	color: #cccccc;
	font-size: 12px;
	cursor: pointer;
}

.carousel .slide {
	background: white;
	position: absolute;
	top: 25px;
	width: 100%;
	bottom: 0;
	height: 100%;
	overflow: hidden;
}
