.jcarousel-container {
	position:relative;
}
.jcarousel-clip {
	z-index:2;
	padding:0;
	margin:0;
	overflow:hidden;
	position:relative;
	width:1280px;
	height:386px;
}
.jcarousel-list {
	z-index:1;
	overflow:hidden;
	position:relative;
	top:0;
	left:0;
	margin:0;
	padding:0;
}
.jcarousel-list li, .jcarousel-item {
	float:left;
	list-style:none;
	width:1280px;
	height:386px;
	position:relative;
}
.slider-nav {
	width:124px;
	height:18px;
	position:absolute;
	bottom:5px;
	right:545px;
	z-index:3;
}
.slider-nav a {
	width:10px;
	height:10px;
	background:#d7d7d8;
	margin:0 5px 0 0;
}
.slider-nav a.active {
	background:	#ff791b;
}
	
.notext {
	font-size:0;
	line-height:0;
	text-indent:-4000px;
}
.left, .alignleft {
	float:left;
	display:inline;
	
}
