#content .js {
	overflow: hidden;
	zoom: 1;
}

#con3tent .carousel {
	margin: 30px 0 0;
}

#content .carousel,
#content .carousel .carousel-wrap {
	border: 0;
	zoom: 1;
	position: relative;
	float: left;
	width: 510px;
	height: 360px;
	margin: 50px 0 0;
}

#content .js .carousel-wrap {
	display: inline-block;
	vertical-align: middle;
	width: 470px;
	margin: 0 5px 15px;
	border: 1px solid #ccc;
	background: #2e1d0b;
}

.IE #content .js .carousel-wrap {
	display: inline;
}

#content .carousel ul {
	margin: 0;
	padding: 0;
	zoom: 1;
}

#content .js ul li {
	overflow: hidden;
	display: inline;
	float: left;
	width: 480px;
	height: 337px;
	text-align: center;
}

#content .carousel .carousel-control {
	overflow: hidden;
	display: none;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	cursor: pointer;
	line-height: 999px;
	zoom: 1;
}

#content .carousel .carousel-control:hover {
	-moz-opacity: .7;
	opacity: 0.70;
	filter: alpha(opacity=70);
}

#content .carousel .disabled,#content .carousel .disabled:hover {
	-moz-opacity: .1;
	opacity: 0.10;
	filter: alpha(opacity=10);
	cursor: default;
}

#content .carousel div {
	margin: 0;
	padding: 0;
	border: 0;
}

#content .carousel img {
}

#content .carousel ul {
	padding: 0;
	list-style: none;
}

#content .carousel ul li span {
    position: absolute;
    padding: 10px 13px;
    width: 458px;
    background-color: #311d0a;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: block;
	z-index: 10;
	line-height: 1.4em;
	text-align: left;
	font-size: .8em;
}

#content .carousel ul li span strong {
	font-size: 1.4em;
}

#content .carousel ul li {
	position: relative;
	width: 480px;
	margin: 0;
}

#content .carousel ul li cite {
	position: absolute;
	bottom: 3px;
	right: 10px;
	line-height: 19px;
	font-size: 11px;
}

#content .carousel ul li cite a img {
	vertical-align: middle;
}

#content .carousel ul li cite a {
	color: #fff;
	text-decoration: none;
}

#con3tent div.center-wrap {
	overflow: hidden;
	clear: both;
	zoom: 1;
}

#content div.carousel-pagination {
	/*top: 10px;
	z-index: 100;*/
}

#content div.center-wrap {
	overflow: hidden;
	zoom: 1;
	position: absolute;
	left: 0;
	bottom: -10px;
}

#content div.center-wrap div {
	border: 0;
	/*margin: 15px 0;*/
}

#con3tent div.c3enter-wrap a {
	margin: 0 2px;
	padding: 2px 5px;
	background: #311d0a;
	cursor: pointer;
	color: #fff;
	-moz-border-radius: 4px;
	webkit-border-radius: 4px;
	border-radius: 4px;
	border-bottom-width: 0;
	-moz-opacity: .7;
	opacity: 0.70;
	filter: alpha(opacity=70);
	font-size: .8em;
}

#content div.center-wrap a {
	margin: 0 2px;
	padding: 2px 5px;
	cursor: pointer;
	color: #666;
	-moz-border-radius: 4px;
	webkit-border-radius: 4px;
	border-radius: 4px;
	border-bottom-width: 0;
	/*-moz-opacity: .7;
	opacity: 0.70;
	filter: alpha(opacity=70);*/
	font-size: .8em;
}

#content div.center-wrap a.active {
	font-weight: bold;
	color: #333;
}

.bottom {
	bottom: 0;
    left: 0;
}