#picturelist {
	position: relative;
	height: 80px;
	width: 230px;
}
#picturelist .prev {
	position: absolute;
	left: -23px;
	top: 28px;
	cursor: pointer;
}
#picturelist .next {
	position: absolute;
	top: 28px;
	right: -23px;
	cursor: pointer;
}

#picturelist .frame {
	height: 80px;
	width: 230px;
	position: relative;
	overflow: hidden;
}
#picturelist .frame ul {
	margin: 0px;
	padding: 0px;
	width: 1000%;
	position: absolute;
}
#picturelist .frame ul li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
}
#picturelist .frame ul li img {
	display: block;
	margin: 0px;
	padding: 2px;
	border: 1px solid #e0dfdf;

}
