@charset "utf-8";
/* Slideshow-Stylesheet
// Copyright: Euroweb Internet GmbH
// Author: Andy Hausmann
// Last modification: 03.11.08
*/


/******************************************************************************************
** SLIDESHOW
******************************************************************************************/

.dhonishow {
	overflow: hidden;
	width:875px;
}           

.dhonishow * {
	padding:  0;
	margin: 0;
	border:  none;
	list-style: none;
}                  

.dhonishow-image {
	overflow: hidden;
	width:875px; 
	height:276px; 
	text-align: left;
	background: #fff;
	position: relative;
}     

.dhonishow-image li {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}
.dhonishow-navi {
	display:none;
}
