#slideshow {
	margin: 0 auto;
	width: 907px;
	height: 300px;
	background: transparent;
	position: relative;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:907px;
	height:300px;
	overflow:auto; /* allow scrollbar */
	position:relative;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	border-radius: 17px;
}
#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:907px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:300px;
}

.control_none {
	display:block;
	width:49px;
	height:49px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
.control {
	display:block;
	width:49px;
	height:49px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	top:50%;
	margin-left: 15px;
	margin-top: -20px;
	left:0;
	background:transparent url(/g/set5/control_left.png) no-repeat 0 0;
	z-index: 9999;
}
#rightControl {
	top:50%;
	margin-right: 15px;
	margin-top: -20px;
	right:0;
	background:transparent url(/g/set5/control_right.png) no-repeat 0 0;
	z-index: 9999;
}