/*
opacity - Grad der Verschmelzung (am Rand, wenn style gleich 2 oder 3). Werte 0-100.
finishopacity - Grad der Verschmelzung (in der Mitte, wenn style gleich 2 oder 3). Werte 0-100.
style - Form der Verschmelzung: 0=gleichförmig, 1=linear, 2=kreisförmig, 3=rechteckig.
*/


.td_dia {
	border:2px solid #C8DBC8;
}

.diaporama {
	height:80px;
	overflow:hidden;
	position:relative;
	width:475px;
	background-color: #F8BA5C;
	border: 1px solid #FF9900;
	margin-left:70px;
}

.diaporama #diaporama_slider {
	position:absolute;
}

.diaporama #diaporama_transparent_gauche {
	background-image: url(/images/dia_links.png);
	height:80px;
	left:0px;
	position:absolute;
	top:0px;
	width:100px;
	z-index:10;
	cursor: pointer;
}

.diaporama #diaporama_transparent_droite {
	background-image: url(/images/dia_rechts.png);
	height:80px;
	left:375px;
	position:absolute;
	top:0px;
	width:100px;
	z-index:10;
	cursor: pointer;
}

.diaporama #diaporama_wait {
	background: transparent none repeat scroll 0%;
	font-size:20px;
	font-weight:bold;
	left:125px;
	padding:10px;
	position:absolute;
	text-align:center;
	top:20px;
	width:200px;
	z-index:10;
}

.diaporama_table {
	height:80px;
}

.diaporama_table td {
	margin:0pt;
	padding:0pt !important;
	vertical-align:middle;
}

.photo_desc {
	margin:5px;
	padding:5px;
	color: #ffffff;
}
