#loading {
	display: none;
	background-color: #000;
	position: absolute;
	width: 618px;
	height: 349px;
}
#loading img {
	margin: 25% 0 0 47%;
}

#ytvideo{
	border:0px;
}

body {
	background-color: #f2f2f2;
}

.container {
	width: 820px;
	margin: 80px auto 0 auto;
	background-color: #fff;
	border: solid 1px #ccc;
	position: relative;
}
.header {
	text-align: center;
	font-family: 'Roboto Slab', serif;
	color: #ab4913;
}
#carousel_ul p {
	font-family: 'Roboto Slab', serif;
	color: #999;
	font-size: 12px;
	margin-top: 7px;
}
#carousel_ul a {
	text-decoration: none;
	text-align: left;
	margin-top: -5px;
}

.main-video {

	margin: 0 0 0 96px;
}
#carousel_inner {
	float: left;
	width: 631px;
	overflow: hidden;
	margin-left: 77px;
	margin-right: 57px;
	margin-top: 15px;
}

#carousel_ul {
	position: relative;
	left: -167px; 
	list-style-type: none; 
	margin: 0px;
	padding: 0px;
	width: 9999px; 
	padding-bottom: 10px;
}

#carousel_ul li {
	float: left; 
	width: 156px; 
	padding: 0px;
	height: 110px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

#carousel_ul li img {.margin-bottom:-4px; 
	
	cursor: pointer;
	cursor: hand;
	border: 0px;
}
#left_scroll, #right_scroll {
	float: left;
	height: 130px;
	width: 15px;
	margin-top: 33px;
	
}
#left_scroll img, #right_scroll img {
	
	cursor: pointer;
	cursor: hand;
}
#left_scroll:hover, #right_scroll:hover {
	opacity:0.7;
	filter: (opacity=70);
}

