#slideshow, #slidesContainer {
	clear: both;
	width: 235px;
	height: 235px;
	margin: 0;
	padding: 0;
	position: relative;
}
#slideshow {
	padding: 14px 0 14px 14px;
}
#slidesContainer {
	overflow: hidden;
}
.control {
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -10000px;
	position: absolute;
	cursor: pointer;
	z-index: 9;
}
#leftControl {
	top: 200px;
	left: 20px;
	background: url(../img/control_left.png) no-repeat left center;
}
#rightControl {
	top: 200px;
	right: 5px;
	background: url(../img/control_right.png) no-repeat right center;
}
.slide li {
	float: left;
	margin: 0 -1px 0 0;
	padding: 0;
}
.slide img {
	width: 235px;
	height: 235px;
}