/* CSS Document */
.carousel {
	position: relative;
	overflow:hidden;
	height: 206px;
	width: 707px;
	left: 25px;
}
.carousel ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
}
.carousel li {
	position: absolute;
	overflow: hidden;
	text-align:center;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 1;
}
