/* ACHTUNG: in den curagita-css-Dateien und im Layout muss clearfix ergänzt werden !! */

/* Slideshow */
#slideshow {
    position: relative;
    text-align:left; 
    margin: 20px 0 10px 0;
    width: 100%;
    }

#slideshow .slide {
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
	-webkit-box-shadow:1px 1px 3px #333;
	-moz-box-shadow:1px 1px 3px #333;
	box-shadow:1px 1px 3px #333;
}

#slideshow .slide div.image {
	position: relative;
	top: 0px; 
	text-align: center;
	cursor: hand;
	cursor: pointer;
}

#slideshow .slide div.media {
	position: absolute; 
	top: 120px; 
	left: 0px; 
	font-size: 8px; 
	width: 120px; 
	color: #59585a;
}

.newrow { clear: left; }

.slidenavigation {
	display: none;
	clear: left;
	margin: 10px 0;
	}

.hide_field { display: none; }