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

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

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



#imgs-frame {
	
	width: 500px;
	height: 427px;
	margin: 0 0 0 13px;
	background-color: white;
}

#controller {
	padding-left: 10px;
	margin: 0 0 10px 0;
}

#controller ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

#imgDisplay_title
{
border-bottom: 1px solid #CCCCCC;
padding: 3px 0 4px 0;
}

#imgDisplay_caption
{

padding: 3px 0 4px 0;
margin: 0 0 4px 0;
}

