html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background-color: #999;
	position: relative;
}
#wrapper {
	background-color: #999;
	width: 690px;
	height: 470px;
	margin: 60px 0 0 133px;
	position: absolute;
	/*left: 50%;
	top: 50%;*/
}
#foo1 {
	width: 100%;
}
#VideoWrapper {
	width: 640px;
	height: 360px;
	background-color: #333;
	/*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: 690px;
	height: 470px;
	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 #ccc;*/
	background-color: #999;
	padding: 6px;
	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: #666;
}
div.thumbnails img.selected {
	background-color: #fff;
}
.clearfix {
	float: none;
	clear: both;
}
