/* File $Workfile: jfgallery.css $ */
/* $Archive: /IMatch/scripts/WebGallery/jfgallery/jfgallery.css $ */
/* Last changed by $Author: Jürgen Failenschmid $ */
/* Last modified   $Modtime: 7/24/05 12:40p $ */
/* Last checked in $Date: 7/24/05 2:43p $ */
/* $Revision: 5 $ */

.iecenter { /* work-around for margin:auto that IE5/Win ignores */
	text-align: center;
}

div.navbuttons {
	width: 130px; /* 2 x 30 + 2 x 35 */
	margin: auto; 
}

div.navbutton {
	float: left;
}

.navbutton img {
	vertical-align: top;
	border: 0px;
}

div.spacer {
	clear: both;
}

.instructions {
	font-size:0.8em;
	font-weight: 100;
	text-align: left;
}

.copyright {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size:0.8em;
	font-weight: 100;
	color: #888888;
}


