/* -------------------------------- */
		/* RAKO 						*/ 
		
		#banner {
	clear: both;
	height: 200px;
	margin: 0 auto;
	padding:0;
	width: 510px;
	position: relative;
}
#banner ul {
	margin:0;
	padding:0
}
#banner li {
	background: url(../images/1.gif) no-repeat;
	height: 200px;
	width: 510px;
	text-indent: -9999em;
	margin:0;
	padding:0
}
#banner li#banner2 {
	background: url(../images/2.gif) no-repeat;
}
#banner li#banner3 {
	background: url(../images/3.gif) no-repeat;
}
#banner li#banner4 {
	background: url(../images/4.gif) no-repeat;
}
#banner li a {
	width: 510px;
	height: 200px;
	display: block;
}
/* THE CAROUSEL */
			.jcarousel-container {
	position: relative;
}
.jcarousel-container-horizontal {
	width: 510px;
	height: 200px;
}
.jcarousel-clip {
	z-index: 2;
	overflow: hidden;
	position: relative;
	width: 510px;
	height: 200px;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}
.jcarousel-list li,  .jcarousel-item {
	float: left;
	list-style: none;
	width: 510px;
	height: 200px;
}
.jcarousel-control {
	position: absolute;
	z-index: 4;
	bottom: 10px;
	left: 10px;
}
.jcarousel-control a {
	background: url(../images/trans_000_10.png);
	padding: 5px;
	color: #FFF;
}
.jcarousel-next, .jcarousel-prev {
	z-index: 3;
	display: none;
	position: absolute;
	top: 0;
	height: 200px;
	width: 510px;
	cursor: pointer;
}
.jcarousel-next {
	right: 0;
}
.jcarousel-prev {
	left: 0;
}