#slideWrapper {
	width: 590px;
	position: relative;
}
#slide {
	width: 512px;
	height: 110px;
	position: relative;
	overflow: hidden;
	margin-left:20px;
}
#sliderControls {
	width: 550px;
	padding-bottom: 20px;
}
.albumy #sliderControls #leftHandler {
	diplay: block;
	float: left;
	text-decoration: none;
	color: #46494e;
	
	height: 100px;
	width: 19px;
	background: #ecd18a url('../img/left.gif') no-repeat center;
	float: left;
	cursor: pointer;
	position: absolute;
	top: 5px;
	left: -2px;
	text-indent: -6000px;
	
}
.albumy #sliderControls #rightHandler {
	diplay: block;
	float: right;
	text-decoration: none;
	color: #46494e;
	
	height: 100px;
	width: 19px;
	background: #ecd18a url('../img/right.gif') no-repeat center;
	float: left;
	cursor: pointer;
	position: absolute;
	top: 5px;
	left: 535px;
	text-indent: -6000px;
}
#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;
}