#carouselItems li
{
	border: 1px dotted black;
	background-color: #000;
	width: 790px;
	height: 445px;
}

#carouselItems li:hover 
{
	border-color: #e9c209;
}

#carouselItems li a
{
	display: block;
	width: 100%;
	height: 100%;
}

#carouselItems .video object
{
	position: relative;
	z-index: 4;
}

#carouselItems .video .afterVid
{
	font-size: 4em;
	display: block;
	height: 1em;
	float: left;
	line-height: 1em;
	position: absolute;
	top: -100%;
	z-index: 3;
	background-color: #000;
}

#carouselItems .video .static 
{
	position: absolute;
	
	top: 1;
	z-index: 2;
}


#carouselControls
{
	width: 790px;
}

#carouselControls ul
{
	clear: left;
	margin: 0 auto;
	text-align: center;
}

#carouselControls li
{
	font-size: 1.33em;
	padding: 0 3px;
	display: inline;
	width: 8px;;
}

#carouselControls li a
{
	display: inline-block;
	width: 8px;
	height: 8px;
	background-image: url('img/carousel-icons.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

#carouselControls li a.active
{
	background-position: center center;
}

#carouselControls li a:active,
#carouselControls li a:hover,
#carouselControls li a.active:hover
{
	background-position: bottom center;
}

#carouselControls li span
{
	display: none;
}