#slideshow {
	margin:0 auto;
	width:546px;
	height:128px;
	position:relative;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:466px;
	height:128px;
	overflow:hidden;
	position:relative;
	margin-left: 40px;
}
#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:446px;
	height:128px;
}

.control {
	display:block;
	width:39px;
	height:120px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	top:0;
	left:0;
	background:transparent url(/imgs/arr_left.gif) no-repeat 0 0;
}
#rightControl {
	top:0;
	right:0;
	background:transparent url(/imgs/arr_right.gif) no-repeat 0 0;
}
.slide .pic {
	float:right;
	margin:2px 4px 0 10px;
}
