#carousel {
	width: 640px;
	height: 360px;
	background: #000000;
	overflow:hidden;
}

.carousel-item {
	width: 640px;
	height: 360px;
	background: #000000;
	line-height: 360px;
	vertical-align: middle;
	text-align: center;
}

#carousel img {
//	width: 100%;
//	height: 100%;
	vertical-align: middle;
}
#carousel iframe {
	width: 100%;
	height: 100%;
}

#carousel-nav-container {
	background: #000000;
	color: #ffffff;
	padding: 6px 20px;
	margin-bottom: 30px;
	height: 36px;
}

#carousel-caption-body {
	font-size: 12px;
}

#carousel-nav, #carousel-nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;		
}

#carousel-nav {
	display: inline-block;
	height: 24px;
	float: right;
	margin-top: 5px;
}


#carousel-nav li {
	display: inline-block;
	text-align: center;
}

#carousel-nav li a {
	display: inline-block;		
	background: url(../images/circle-off.png?123) center center no-repeat;
	width: 26px;
	height: 25px;
	line-height: 25px;
	vertical-align: top;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	text-indent: -1px;
}


#carousel-nav li.activeSlide a, #carousel-nav li:hover a {
	background-image: url(../images/circle-on.png);
	color: #f2f1df;
}

#carousel-caption {
	width: 70%;
	float: left;
}