#carousel_wrapper {
	width: 100%;
	overflow: hidden;
	position: absolute;
}
#carousel img {
	display: block;
	float: left;
}
#prev, #next {
	background-color: rgba(0, 0, 0, 0.7);
	display: block;
	width: 50%;
	top: 0;
	position: absolute;
}
#prev:hover, #next:hover {
	background-color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
}
#prev {
	left: -490px;
}
#next {
	right: -490px;
}
.tall {
	height: 500px;
}
.short {
	height: 325px;
}