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

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

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

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

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

#content .carousel p {
	margin: 0;
	padding: 0;
}

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

#content .js ul li {
	overflow: hidden;
	display: inline;
	float: left;
	width: 500px;
	height: 332px;
	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 15px;
    width: 470px;
    background-color: #333;
    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;
	bottom: 10px;
}

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

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

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

#content div.carousel-pagination {
	z-index: 50;
	position: absolute;
	top: 465px;
}

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

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

#con3tent div.c3enter-wrap a {
	margin: 0 2px;
	padding: 2px 5px;
	background: #333;
	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: .9em;
}

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