html, body {
	height: 0;
	padding: 0;
	margin: 0;
}
body {
	background-color: #111;
	position: relative;
}
#wrapper {
	background-color: #8ad88a;
	border: 2px solid #fdfde9;
	width: 480px;
	height: 345px;
	margin: 0px 0 0 -590px;
	position: relative;
	left: 50%;
	top: 50%;
}
#foo1 {
	width: 100%;
}
#VideoWrapper {
	width: 480px;
	height: 270px;
	background-color: #333;
		margin: -25px 0 0 -25px;
	box-shadow: 0 1px 1px #013;
	-moz-box-shadow: 0 1px 1px #013;
	-webkit-box-shadow: 0 1px 1px #013;
}
.html_carousel {
	padding: 25px 25px;
	position: relative;
}
.html_carousel div.slide {
	width: 610px;
	height: 460px;
	position: relative;
}
.html_carousel div.slide div {
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	display: none;
	position: absolute;
	bottom: 0;
}
.html_carousel div.slide h4 {
	font-size: 35px;
	padding: 30px 0 0 100px;
}
.html_carousel div.slide p {
	font-size: 16px;
	padding: 0 0 30px 100px;
}
.html_carousel div.slide h4, .html_carousel div.slide p {
	color: white;
	margin: 0;
}
div.thumbnails {
	text-align: center;
}
div.thumbnails img {
	cursor: pointer;
	border: 1px solid #eee;
	background-color: white;
	padding: 2px;
	margin: 7px;
	display: inline-block;
	box-shadow: 0 0px 1px #013;
	-moz-box-shadow: 0 0px 1px #013;
	-webkit-box-shadow: 0 0px 1px #013;
}
div.thumbnails img:hover {
	background-color: #eee;
}
div.thumbnails img.selected {
	background-color: #cec;
}
.clearfix {
	float: none;
	clear: both;
}
