/*******************************************************************************

FILE: style.css
AUTHOR: Takashi Okamoto mud(tm) - http://www.mudcorp.com/
VERSION: 1.0 - initial public release
DATE: 07/22/2005

--------------------------------------------------------------------------------

This file is part of MudFadeGallery.

	MudFadeGallery 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.
	
	MudFadeGallery 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 Foobar; if not, write to the Free Software
	Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

*******************************************************************************/

body, a {
	background-color: white;
	color: black;
	font-family: georgia;
	font-size: 9px;
}

a:hover {
	text-decoration: underline;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul {
	padding-bottom: 10px;
}

li {
	padding-bottom: 5px;
}

#imgs-frame {
	float: left;
	width: 500px;
	height: 375px;
	background-color: white;
}

#controller {
	float: left;
	padding-left: 10px;
	z-index: 10;
}

#footer {
	position: absolute;
	padding: 10px;
	bottom: 50px;
	font-family: Verdana, Monaco, Arial, Geneva, Helvetica, sans-serif;
	font-size: 9px;
}