@charset "utf-8";

#wrap {
	clear:left;
	height:210px;
	width:240px;
	display:block;
	overflow:hidden;
	position:relative;
	z-index:1;
}

#carousel {
	width:10000px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}

#carousel li {
	height:220px;
	width:240px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
}

#carousel li div {
	width: 220px;
	padding: 0 10px;
	font-size: 7pt;
	line-height: 12px;
	text-align: center;
}

#previous, #next {
	position: absolute;
	display: block;
	top: 80px;
	cursor: pointer;
	z-index: 5;
}

#previous { left: 5px; }

#next { right: 5px; }
