ul,li {
	margin: 0;	padding: 0;
}
#wrapper{
	height: 205px;
	width: 540px;
	/* display: inline; */
	list-style: none;
}
#wrapper li{
	position: relative;
	/* display: inline; */
	float: left;
	/*
height: 205px;
	width: 182px;
*/
	top:0;	left: 0;
}
#carousel{
	width: 545px;
	height: 205px;
	overflow: hidden;
	display: block;
	position: relative;
}
