/* CSS Document */
#carousel {
	position: absolute;
	overflow:hidden;
	height: 198px;
	width: 749px;
	margin-left: -375px;
	left: 50%;
	top: 0px;
	z-index: 5;
}
#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;
}
