* {
    padding: 0;
    margin: 0;
    border: 0;
}

/*ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}*/

.carusel_bg {
	position: relative;
	width: 700px;
	height: 297px;
	background-image: url(../../Images/loading-small.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.jCarouselLite {
	position: relative;
	width: 700px;
	height: 297px;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.jCarouselLite ul {
	height: 297px;
	width: 700px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.jCarouselLite ul li {
	width: 700px;
	height: 297px;
	margin: 0px;
	padding: 0px;
}

.prev_button {
	position: absolute;
	z-index: 999;
	left: 0;
	width: 44px;
	height: 297px;
	background-image: url(../../Images/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: 44px;
	height: 297px;
	background-image: url(../../Images/arrow_next.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
}

.preview {
	position: relative;
}

