
#header h1 {
	float: left;
}
#header h1, #header h2 {
	margin: 0;
}
/* -------------------------------- */

#banner {
	clear: both;
	height:340px;
	margin: 0 auto;
	padding:0;
	width:990px;
	position: relative;
}
#banner ul {
	margin:0;
	padding:0
}
#banner li {
	background:url(images/1.png) no-repeat;
	height: 340px;
	width:990px;
	text-indent: -9999em;
	margin:0;
	padding:0
}
#banner li#banner2 {
	background:url(images/2.png) no-repeat;
}
#banner li#banner3 {
	background:url(images/3.png) no-repeat;
}
#banner li#banner4 {
	background:url(images/4.png) no-repeat;
}

#banner li a {
	width:990px;
	height:340px;
	display: block;
}
/* THE CAROUSEL */
			.jcarousel-container {
	position: relative;
}
.jcarousel-container-horizontal {
	width:990px;
	height:340px;
}
.jcarousel-clip {
	z-index: 2;
	overflow: hidden;
	position: relative;
	width:990px;
	height:340px;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}
.jcarousel-list li,  .jcarousel-item {
	float: left;
	list-style: none;
	width:990px;
	height:340px;
}
.jcarousel-control {
	position: absolute;
	z-index: 4;
	top: 305px;
	right: 10px;
}
.jcarousel-control a {
background-color:#00458a;
	width:0px;
	height:5px;
	padding:3px 6px 3px 6px;
	margin-left:4px;
	font-family:arun2;
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
.jcarousel-control a:hover {
background-color:#000;
	width:0px;
	height:5px;
	padding:3px 6px 3px 6px;
	margin-left:4px;
	font-family:arun2;
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

.jcarousel-next, .jcarousel-prev {
	z-index: 3;
	display: none;
	position: absolute;
	top: 0;
	height:390px;
	width: 30px;
	cursor: pointer;
}
.jcarousel-next {
	right: 0;
}
.jcarousel-prev {
	left: 0;
}
/* -------------------------------- */
