/* bildergalerie */
#complex table {width:100%;}
#complex table td {
	background-color:#f2f2f2;
	border:1px solid #fff;
	border-collapse:collapse;
	padding:1.2em 0 1.2em 0;
	text-align:center;
	}

div.imagegallery table thead{
	display:none;
}

div.imagegallery .yui-pg-pages {margin:0 0 0 30px;}

div.imagegallery div#yui-dt0-paginator0{
	display:none;
}

div.imagegallery .yui-pg-previous {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../pix/pfeile/pfeil_left_small.gif) no-repeat scroll 0 4px;
	margin-left:15px;
	width:15px;
	cursor:pointer;
}

div.imagegallery .yui-pg-previous {
	overflow:hidden;
	position:absolute;
	text-indent:-10000em;
	z-index:1;
}

div.imagegallery .yui-pg-next {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../pix/pfeile/pfeil_right_small.gif) no-repeat scroll 0 4px;
	margin-left:5px;
	width:15px;
	cursor:pointer;
}

div.imagegallery .yui-pg-next {
	overflow:hidden;
	position:absolute;
	text-indent:-10000em;
	z-index:1;
}


div.imagegallery .yui-pg-first {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../pix/pfeile/icon_galerie_ersteSeite.gif) no-repeat scroll 0 4px;
	/*margin-left:-30px;*/
	width:13px;
}

div.imagegallery .yui-pg-first {
	overflow:hidden;
	position:absolute;
	text-indent:-10000em;
	z-index:1;
}

div.imagegallery .yui-pg-last {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../pix/pfeile/icon_galerie_letzteSeite.gif) no-repeat scroll 0 4px;
	margin-left:20px;
	width:15px;
}

div.imagegallery .yui-pg-last {
	overflow:hidden;
	position:absolute;
	text-indent:-10000em;
	z-index:1;
}

div.imagegallery .yui-dt-paginator{
	margin:15px 0 15px 0;
}

div.imagegallery .yui-pg-rpp-options{
	margin-left: 50px;
	visibility:hidden;
}

div.imagegallery .yui-pg-page{
	margin-left:3px;
}

div.imagegallery .yui-dt-liner{
	cursor:pointer;
	/* text-align:center;*/
	width: auto;
}

div#lightbox div#caption .title{

}
div#lightbox span#caption .desc{
	font-style:normal;
	font-weight:normal;
}

