.carousel-container {
	overflow: hidden;
}

.carousel-ul {
	position: relative;
	list-style-type: none;
}

.carousel-ul li {
	width: 100%;
	float: left;
}

.carousel-left {
	float: left;
}

.carousel-right {
	float: right;
}

.carousel-left-btn {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 20px 8px 0;
	border-color: transparent #e6e6d2 transparent transparent;
	line-height: 0px;
	cursor: pointer;
	_border-color: #000000 #e6e6d2 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.carousel-left-btn:hover {
	border-color: transparent white transparent transparent;
	_border-color: #000000 white #000000 #000000;
}

.carousel-right-btn {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 20px;
	border-color: transparent transparent transparent #e6e6d2;
	line-height: 0px;
	cursor: pointer;
	_border-color: #000000 #000000 #000000 #e6e6d2;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.carousel-right-btn:hover {
	border-color: transparent transparent transparent white;
	_border-color: #000000 #000000 #000000 white;
}

