#carouselContainerDiv {
	width: 100%;
	height: 555px;
	background-image: url("../images/texture_bg.png");
	background-repeat: repeat;
}

#tagLineDiv {
	font-family: "Knockout";
	font-size: 43pt;
	font-weight: bold;
	text-align: right;
	line-height: inherit;
	color: rgba(204,204,204,0.75);
	margin-right: 10%;
	padding-top: 45px;
}

#wrapper {
	width: 917px;
	height: 498px;
	margin: auto;
	position: relative;
	top: -140px;
	left: 0px;
	overflow: hidden;
}

.carousel img {
	display: block;
	float: left;
}