@charset "utf-8";
#horizontal_carousel {
	width: 246px;
	height: 101px;
	margin-bottom: 10px;
	padding: 9px 7px 5px;
	background: #e6dfc9 url('/images/c/bg.jpg') no-repeat;
	overflow: hidden;
}

#horizontal_carousel .container {
	position: relative;
	width: 246px;
	overflow: hidden;
}

#horizontal_carousel ul {
	margin: 0;
	padding: 0;
	width: 1000px;
	position: relative;
	list-style: none;
	height: 82px;
}                      

#horizontal_carousel ul li {
	float: left;
	width: 78px;
	padding: 0 2px;
}

#horizontal_carousel .buttons {
	padding: 4px 2px;
	display: block;
	clear: both;
}
#horizontal_carousel .previous_button {
	float: left;
	width: 23px;
	height: 7px;
	background: url('/images/c/but_prev.png') no-repeat;
	z-index: 100;
	cursor: pointer;
}

#horizontal_carousel .previous_button_over {
	background: url('/images/c/but_prev_hover.png') no-repeat;
}

#horizontal_carousel .previous_button_disabled {
	background: url('/images/c/but_prev_dis.png') no-repeat;
	cursor: default;
}

#horizontal_carousel .next_button {
	float:right;
	width: 23px;
	height: 7px;
	background: url('/images/c/but_next.png') no-repeat;
	z-index: 100;
	cursor: pointer;
}

#horizontal_carousel .next_button_over {
	background: url('/images/c/but_next_hover.png') no-repeat;
}

#horizontal_carousel .next_button_disabled {
	background: url('/images/c/but_next_dis.png') no-repeat;
	cursor: default;
}
