@CHARSET "UTF-8";

/*
# ***** BEGIN LICENSE BLOCK *****
# This file is part of Plume CMS, a website management application.
# Copyright (C) 2001-2006 Loic d'Anterroches and contributors.
# 
# This file is part of Bildo (Gallery Manager for Plume CMS)
# Credits: Lidiriel.
#
# Plume CMS is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# Plume CMS is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
#
# ***** END LICENSE BLOCK ***** 
*/

.gallery-info-image{
	display: none;
	visibility: hidden;	
}

.gallery-info-image p {
	margin: 0 0 0 0;
}

#content img.gallery-thumb{	
	height: 100px;
}

#content span.gallery-name{
	text-align: center;
	line-height: 100%;
	clear: both;
	font-size: 1.5em;
	margin: 0.5em;
	font-weight: bold;
	color: #036;
	display: block;
}

#content div.gallery-info-image{
	background-color: lightgrey;
	float: left;
	padding: 5px;
	border: solid 1px;
	position: absolute;
	z-index: 85;
}
