#slideshow {
	margin:0 auto;
	width:98%;
	height:180px;
	position:relative;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:100%;
	height:180px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:100%; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:180px;
}
.control {
	display:block;
	width:39px;
	height:175px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	top:70px;
	left:-4px;
	width:18px;
	background:transparent url(/images/control_left.png) no-repeat 0 0;
	z-index:100;
}
#leftControl:hover {
	top:-2px;
	background-position:-18px;
}
#rightControl {
	top:70px;
	right:-5px;
	width:18px;
	background:transparent url(/images/control_right.png) no-repeat 0 0;
}
#rightControl:hover {
	top:-2px;
	background-position:-18px;
}