/* banner */

#banner {
	clear: both;
	height: 320px;
	margin: 0 auto;
	padding:0;
	width: 783px;
	position: relative;
}
#banner ul {
	margin:0;
	padding:0
}
#banner li {
	height: 320px;
	width: 783px;
	text-indent: -9999em;
	margin:0;
	padding:0
}
#banner li a {
	width: 783px;
	height: 320px;
	display: block;
}
/* THE CAROUSEL */
			.jcarousel-container {
	position: relative;
}
.jcarousel-container-horizontal {
	width: 783px;
	height: 320px;
}
.jcarousel-clip {
	z-index: 2;
	overflow: hidden;
	position: relative;
	width: 783px;
	height: 320px;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}
.jcarousel-list li,  .jcarousel-item {
	float: left;
	list-style: none;
	width: 783px;
	height: 320px;
}
.jcarousel-control {
	position: absolute;
	z-index: 4;
	top: -25px;
	right: 10px;
}
.jcarousel-control a {
	padding: 5px;
	color: #000;
	font:16px "Century Gothic";
}
.jcarousel-next, .jcarousel-prev {
	z-index: 3;
	display: none;
	position: absolute;
	top: 0;
	height: 320px;
	width: 45px;
	cursor: pointer;
}
.jcarousel-next {
	right: 0;
}
.jcarousel-prev {
	left: 0;
}