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

#content .carousel,
#content .carousel .carousel-wrap {
	margin: 0;
	border: 0;
	zoom: 1;
	position: relative;
	/*float: left;*/
	width: 175px;
	height: 200px;
}

#content .js .carousel-wrap {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	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: 160px;
	height: 90px;
}

#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;
}

#cont3ent .ca3rousel ul li span {
    padding: 10px 13px;
    /*width: 458px;*/
    display: block;
	z-index: 10;
	line-height: 1.4em;
	text-align: left;
	font-size: .8em;
}

#content .carousel ul li {
	width: 140px;
	height: 200px;
	margin: 0;
	color: #333;
	font: italic 1.1em Georgia, "Times New Roman", Times, serif;
}

#content .carousel ul li div {
    /*padding: 10px 13px;*/
	display: block;
	float: right;
	text-align: right;
	font-size: .8em;
	color: #666;
	font-weight: normal;
	font-style: normal;
}

#content .carousel ul li .lite {
	color: #ccc;
}

#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;*/
}

#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;
}