#slideshow {
	margin:0 auto;
	padding-top:15px;
	width:960px;
	height:340px;
	background:#ffffff;
	position:relative;
	}

.diaporama{
	position:relative;
	width:930px;
	height:340px
	}

.diaporama li{
	list-style-type:none;
	overflow:hidden;
	position:absolute;
	margin-left:-20px;
	}

.diaporama_controls_prev {
	display:block;
	width:39px;
	margin-left:20px;
	height:340px;
	position:absolute;
	margin-top:-350px;
	cursor: pointer;
	text-indent:-10000px;
	opacity:0.5;
}

.diaporama_controls_prev .prev {
	float:left;
	margin-left:10px;
	background:url(../imgs/control_left.png) no-repeat center left;
}

.diaporama_controls_prev a {
	width:39px;
	height:340px;
	text-indent:-9999px;
	display:block;
}



.diaporama_controls_next {
	display:block;
	float:right;
	width:39px;
	margin-left:910px;
	height:340px;
	position:absolute;
	margin-top:-350px;
	cursor: pointer;
	text-indent:-10000px;
	opacity:0.5;
}

.diaporama_controls_next .next {
	float:right;
	margin-right:10px;
	background:url(../imgs/control_right.png) no-repeat center right;
}


.diaporama_controls_next a {
	width:39px;
	height:340px;
	text-indent:-9999px;
	display:block;
}