#gallery 
{
	width: 550px;
}

#gallery_thumbs a
{
	display: block;
	width: 130px;
	height: 130px;
	float: left;
	margin: 2px;
}

#gallery_thumbs a img
{
	display: block;
	margin: auto;
	border: none;
}
	
#gallery_output,	
#gallery_links,
#gallery_slideshow
{
	display: none;	/* hide these until we know we have JavaScript enabled */
	clear: left;
	background-color: white;
	padding: 0px;
	border: 2px solid #d3d3d3;
	margin-bottom: 1em;
    min-height: 1.5em;
}

#gallery_links
{
	background-color: #d3d3d3;
}

/* IE doesn't support min-height, but height is the same */
* html #gallery_links
{
   height: 1.5em;
}


#gallery_slideshow a,
#gallery_links a,
#gallery #gallery_output h3
{
	color: black;
	background-color: #d3d3d3;
	margin: 0px;
	padding: 1px;
	border: 0;
	display: block;
	width: 100%;
	height: 1.5em;
	font-size: 10pt;
	font-weight: bold;
}

#gallery_links a.fwd_back
{
	font-size: 14pt;
	height: 1em;
	vertical-align: super;
}

#gallery #gallery_slideshow a:hover,
#gallery #gallery_links a:hover
{
	color: white;
	background-color: black;
}

/* thumbnails, next and previous links */		
#gallery_links
{
	
}
#gallery_links a
{	/* we need to fit three in one line here */
	width: 180px;
	float: left;
	text-align: center;
}

/*		The actual image screen and title */
#gallery_output
{
	margin-top: 1em;
}
#gallery_output h3
{
	color: black;
	background-color: #d3d3d3;
	padding: 3px 5px;
	margin: 0;
}
#gallery_img
{
	clear: left;
	display: block;
	border: 1px solid black;
	padding: 5px;
	margin: 1em auto 1em auto;
}

/*	the start/stop button and the drop down for interval  */
#gallery_slideshow
{
	font-size: 9pt;
}
#gallery_slideshow select
{
	margin-top: 4px;
}