/**
 * Graceland CMS
 * Version 14.04
 * Copyright 2007-2014 by ISN GmbH, Halle, Germany
 * http://www.isn-systems.com
 *
 * Module: /plugins/article/css/gallery_list.css
 * Source: local
 * Mime-Type: text/css
 * Last update: 2024-08-23 15:09:21
 */

div.glArticleGallery {
	width: 918px;
	height: 316px;
	display: block;
	overflow: hide;
}

div.glArticleGallery .Item {
	width: 918px;
	height: 316px;
	display: block;
	background-repeat: no-repeat;
	-display: none;
}	

div.glArticleGallery .Text {
	width: 360px;
	height: 102px;
	display: block;
	position: absolute;
	left: 540px;
	top: 140px;
}	

div.glArticleGallery .Item * {
	color: #fff;
}

#Content div.glArticleGalleryItem a.more {
	font-weight: bold;
	font-size: 8pt;
	color: #fff;	
}