/*body {
	font: 16px/1.5 sans-serif;

}

#header {
	background-color: #FF5C43;
	color: #fff;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
}
*/
#content_video {
	margin-top: 20px;
	margin-bottom: 20px;
}
/*
h1 {
	font-size: 2em;
	margin-bottom: 30px;
}

a:link, a:visited, a:hover, a:active {
	color: #fff;
}
*/
#content_video a:link, #content_video a:visited, #content_video a:hover, #content_video a:active {
	color: #ff5c43;
}
/*
em {
	font-style: italic;
}
*/


#container_video {
	width: 468px;
	position: relative;
}

#carousel {
	margin: 0 auto;
}

#carousel img {
	border: 0;
}

#carousel a img {
	border: 0;
}

#ui-carousel-next, #ui-carousel-prev {
	width: 50px;
	height: 70px;
	background: url(../images2/arrow-left.png) #fff right center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	z-index: 100;
}

#ui-carousel-prev {
	width: 50px;
	height: 70px;
	background: url(../images2/arrow-left.png) #fff left center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	z-index: 100;
}

#ui-carousel-next {
	right: 0;
	background-image: url(../images2/arrow-right.png);
}

#ui-carousel-prev {
	left: 0;
}

#ui-carousel-next > span, #ui-carousel-prev > span {
	display: none;
}

.ui-carousel {
	height: 100px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 300px
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 100px;	
}