/* eZeeGallery.css noTheme 4LevelWebs 2005 */



/*-------------------------------------------------------------------------------

 Here is where spacing can be given around the individual thumbnails.

 Setting the margin will adjust the spacing.

 All 3 of the following rules margins will need to be set equally.

 thumbNorm,thumbDown, and thumbOver.

*/

.thumbNorm {

	margin: 2px;

	padding: 0;

	border: 1px solid #000;

}





.thumbDown {

	margin: 2px;

	padding: 0px;

	border: 1px solid #FF0000;

}





.thumbOver {

	margin: 2px;

	padding: 0;

	border: 1px solid #FF0000;

}





/*-------------------------------------------------------------------------------

 The Nav Links styles. Images have been applied to the background of the nav links.

 The colors are solid and can be changed in the included png file.

*/

 .linksNorm { color: #000; text-decoration: none;}

 .linksDown { color: #FF0000; text-decoration: none; }

 .linksOver { color: #FF0000; text-decoration: none;}





/*-------------------------------------------------------------------------------

 The Gallery Title div.

*/

#gallerytitle {

	margin:0;

	padding: 0;

	font-family: Arial, Helvetica, sans-serif;

	text-align: center;

	font-size: 14px;

	color: #000;

}





#ezeeWrapper {

	margin: 0 auto;

	padding: 0;

	text-align: center;

	background-color: #99ccff;

	border: 0 solid #CCC;

}





/*-------------------------------------------------------------------------------

 The thumbimages div contains the thumbnails.

*/

#thumbimages {

	margin: 0;

	padding: 5px 0 0 0;

	border-top: 0px solid #FFF;

}





/*----------------------------------------------------------------------------

 The div containing the Nav Links.

*/

#thumbnavLinks {

	margin: 0;

	padding: 4px 0px;

	font-family: Arial, Helvetica, sans-serif; font-size: 18px;

	color: #FFF;

	border: 0px solid #FFF;

}





/*----------------------------------------------------------------------------

 A little padding for the Nav Links. Gives them some room. 

*/

#thumbnavLinks a {

	padding: 0 4px;

}





/*----------------------------------------------------------------------------

 The div that contains the "Image Loading" text. 

*/

#wait {

	font-family: Arial, Helvetica, sans-serif; font-size: 11px;

	text-align: center;

	margin: 0;

	padding: 0;

	visibility: hidden;

}





#wait p {

	margin: 0;

	padding: 0;

}





#fullimage {

	z-index:1000;

	margin: 0;

	padding: 0;

	

}





/*-------------------------------------------------------------------------------

 This style is applied directly to the full image.It's purpose

 is to provide a border around the full image.

 The padding allows the background color to show around the edges.

*/

.imgwrap {

	padding: 0px;

	border: 1px solid #000;

}





/*-------------------------------------------------------------------------------

 The caption div styles. Simple font styles.

*/

#caption {

	margin: 3px 0 0 0;

	font-family: Arial, Helvetica, sans-serif; font-size: 12px;

	color: #000;

}





/*-------------------------------------------------------------------------------

 The caption text is encased in a <p> tag. No margin and 4px padding

*/

#caption p {

	margin: 0;

	padding: 0 2px;

	border: 1px dotted #999;

}

