.jcarousel-wrapper {
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	margin: 0 0 10px;
}
.jcarousel-wrapper .jcarousel {
	height: 260px;
	margin-left: -90px;
	padding: 5px 0 0;
	width: 100%;
	width: 990px;
}
div.jcarousel-wrapper div.jcarousel ul {
	border: 0 none;
	margin: 0;
	padding: 0;
	width: 20000em;
}
.page div.jcarousel-wrapper div.jcarousel ul li,
div.jcarousel-wrapper div.jcarousel ul li {
	background: none;
	border-radius: 6px;
	box-shadow: 0 0 3px 0 #888;
	height: 250px;
	list-style-type: none;
	margin: 0 15px;
	overflow: hidden;
	padding: 0;
	width: 300px;
}

.jcarousel-control-prev, .jcarousel-control-next {
	background: url("arrow.png") no-repeat scroll 0 0 transparent;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	height: 50px;
	text-indent: -9999px;
	top: 113px;
	width: 30px;
}
.jcarousel-control-prev {
	left: 9px;
	left: -116px;
}
.jcarousel-control-prev:hover {
	background-position: 0 100%;
}
.jcarousel-control-next {
	background-position: 100% 0;
	right: 15px;
	right: -116px;
}
.jcarousel-control-next:hover {
	background-position: 100% 100%;
}
.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
	display: none;
}





.jcarousel-wrapper.tour .jcarousel {
	height: 233px;
	width: 333px;
}
.jcarousel-wrapper.tour .jcarousel ul li {
	height: 233px;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 333px;
}
.jcarousel-wrapper.tour .jcarousel-control-prev,
.jcarousel-wrapper.tour .jcarousel-control-next {
	top: 100px;
}




