@charset "utf-8";
/* CSS Document */

ul_banner {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.carusel_bg {
	position: relative;
	width: 606px;
	height: 228px;
	background-image: url(../img/loading-small.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.jCarouselLite {
	position: relative;
	width: 606px;
	height: 228px;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.jCarouselLite ul {
	height: 228px;
	width: 606px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.jCarouselLite ul li {
	width: 606px;
	height: 228px;
	margin: 0px;
	padding: 0px;
}

.prev_button {
	position: absolute;
	z-index: 999;
	left: 0;
	width: 37px;
	height: 228px;
	background-image: url(../img/arrow_prev.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	_border: 1px solid #0F0;
	_float: left;
}

.next_button {
	position: absolute;
	z-index: 999;
	right: 0;
	width: 37px;
	height: 228px;
	background-image: url(../img/arrow_next.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
}

.preview {
	position: relative;
}



