#carousel_inner {
	float: left;
	width: 450px;
	overflow: hidden;
}

#carousel_ul {
	position: relative;
	left: -174px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 9999px;
}

#carousel_ul li {
	float: left;
	width: 150px;
	padding: 0 0px 0 0px;
	height: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

#carousel_ul li img { .
	margin-bottom: 40px;
	cursor: pointer;
	cursor: hand;
	border: 0px;
}

#left_scroll,#right_scroll {
	float: left;
	height: 150px;
	width: 20px;
}

#left_scroll img,#right_scroll img {
	cursor: pointer;
	cursor: hand;
}
