.carousel {
	width:655px;
	height:381px;
	float:left;
	position: relative;
	background-color: #000;
}

.mobile {
	/* add height of controls since auto-hide will be disabled */
	height: 339px;
}


/* Slides */

.carousel .slides {
	width:655px;
	height:381px;
	overflow: hidden;
}

.carousel .slides > li {
	position: absolute;
	display: block;
	width:655px;
	height:381px;
	overflow: hidden;
	z-index: 10;
}

.carousel .slides > li a {
	display: block;
}	

/*.carousel .slides .video .caption {
	top: 30%;
	left: 25%;
	right: 25%;
	bottom: 50%; 
	background: url("../images/carousel/vid_play.png") no-repeat center center;
	position: absolute;
}

.carousel .slides .video .caption span {
	display:none !important;
}

.carousel .slides .video .caption .title {
	display: block;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: .33em;
	letter-spacing: -1px;
}

.carousel .slides .video .caption .copy {
	font-size: .70em;
	color: #aaa;
	text-transform: uppercase;
}	
	
.carousel .slides .video:hover .caption {
	border-color: #fff;
}	

.carousel .slides .video:hover .caption .copy {
	color: #fff;
}*/

.carousel .caption {
	z-index: 1000;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding-right: 110px;
	width: 505px;
	height: 60px;
	padding: 10px 130px 10px 20px;
	background: url("../images/carousel/bg-thumbnails.png");
}

.carousel .caption span {
	color: #fff;
	text-decoration: none;
	display: block;
}

.carousel .caption .title {
	margin-top: 4px;
	font-size: 17px;
	font-weight: bold;
}

/* Controls */

.carousel .controls {
	position: absolute;
	z-index: 2000;
	bottom: 0;
	right: 0;
	padding: 0 10px 15px;
}

.carousel .controls li {
	width: 32px;
	height: 50px;
	float: left;	
}

.carousel .controls .previous {
	background: url("../images/carousel/bg-controls.png") no-repeat left top;
}

.carousel .controls .pause {
	background: url("../images/carousel/bg-controls.png") no-repeat -64px top;
}

.carousel .controls .play {
	background: url("../images/carousel/bg-controls.png") no-repeat -32px top;
}

.carousel .controls .next {
	background: url("../images/carousel/bg-controls.png") no-repeat right top;
}

.carousel .controls .previous:hover {
	background-position: left bottom;
}

.carousel .controls .pause:hover {
	background-position: -64px bottom;
}

.carousel .controls .play:hover {
	background-position: -32px bottom;
}

.carousel .controls .next:hover {
	background-position: right bottom;
}

.carousel .controls span {
	display: block;
	text-indent: -9000em;
	color: #fff;
	height: 50px;
	cursor: pointer;
}


/* Thumbnails */

.carousel .thumbnails {
	z-index: 1000;
	position: absolute;
	bottom: 0;
	padding-right:110px;
	width:545px;
	background: url("../images/carousel/bg-thumbnails.png");
}

.carousel .thumbnails li {
	float: left;
	padding: 8px;
	margin-right: -4px;	
}

.carousel .thumbnails li:hover {
	background: url("../images/carousel/bg-thumbnails-li.png") no-repeat center center;	
}

.carousel .thumbnails li a,
.carousel .thumbnails li span {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #000;
	/*text-indent: -900em;*/
	border: 3px solid #333;
	cursor: pointer;
	position: relative;
}

.carousel .thumbnails li.current a,
.carousel .thumbnails li.current span {
	border-color: #aaa;
}

.carousel .thumbnails li:hover a,
.carousel .thumbnails li:hover span {
	border-color: #fff;
}

.carousel .thumbnails li img {
}

/* Captions */

.carousel .captions {
	z-index: 1000;
	position: absolute;
	bottom: 0;
	padding-right:110px;
	width:505px;
	height:60px;
	padding:10px 130px 10px 20px;
	background: url("../images/carousel/bg-thumbnails.png");
	display: none;
}

.carousel .captions li {
	float: left;
}

.carousel .captions li:hover {
}

.carousel .captions li a,
.carousel .captions li span {
	color:#fff;
	text-decoration:none;
	display:none;
}

.carousel .captions li.current a,
.carousel .captions li.current span {
	display:inline;
}

.carousel .captions li:hover a,
.carousel .captions li:hover span {
	text-decoration:underline;
}

.carousel .captions li a p.title,
.carousel .captions li span p.title {
	font:17px/17px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0 0 5px;
}


/* Video
**********************/
.carousel_player {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}