#slideWrapper {
	width: 495px;
}
#slide {
	width: 495px;
	height: 110px;
	position: relative;
	overflow: hidden;
}
#sliderControls {
	width: 500px;
	padding-bottom: 20px;
}
#leftHandler {
	diplay: block;
	float: left;
}
#rightHandler {
	diplay: block;
	float: right;
}
#slideContent {
	position: absolute;
	top: 0;
	left: 0;
}
.slideImage {
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 3px;
	border: 3px solid #eae7d1;
	padding: 2px;
	background: #fff;
}
.clr {
	clear: both;
}
* html .clr {
	display: inline;
}