#slideWrapper {
	width: 550px;
	/*width: 500px;*/
}
#slide {
	width: 532px;
	height: 110px;
	position: relative;
	overflow: hidden;
}
#sliderControls {
	width: 490px;
	padding-bottom: 20px;
}
#leftHandler {
	/*display: block;
	float: left;*/
	
}
#rightHandler {
	/*display: block;
	float: right;*/
}
#slideContent {
	position: absolute;
	top: 0;
	left: 0;
	width:545px;
}
.slideImage {
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 3px;
	padding: 0 2px 2px 0;
	background: url(../img/apla.gif);
	width:168px;
	height:144px;
	overflow:hidden;
}
.slideImage a img {
margin-top:20px;
}
.clr {
	clear: both;
}
* html .clr {
	display: inline;
}
