/* 
	///////////////////////////////////////
	styles of lz_gallery plugin (informatikjahr.de)
	WE DO communcation GmbH 2005
	http://www.wedo-berlin.de 
	///////////////////////////////////////
*/
/*gallery list view below*/
.lzgalleryList {
	
}
.lzgalleryListItem {
	margin-top:30px;
	margin-bottom:30px;
	clear:both;
}
.lzgalleryListItemDate {
	display:block;
	text-align:right;
	color:#555555;
	font-size:11px;
	font-weight:normal;
	border-bottom:1px solid #e60003;
	padding-bottom:0px;
	/* the background image is temorarely deactivated */
	/*
	background-image:url(../../page/img/icon_foto3.gif);
	background-repeat:no-repeat;
	background-position:top left;
	*/
	height:17px;
}
.lzgalleryListItemPrevImg {
	margin:15px 0px 10px 0px;
	padding-right:15px;
	float:left;
	border-top:1px solid #ffffff;/*overlay for red top border, workaround*/
}
/*gallery list view above*/
.lzgalleryPagination {
	margin-top:10px;
	margin-bottom:10px;
}
.lzgallerySingleViewImg {
	margin:0px 15px 10px 0px;
}
.lzgalleryLongDescr {
	border-top:1px solid #e60003;
	float:none;
}
.lzgalleryFilename {
	text-align:right;
	float:none;
}