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

   Paloose Gallery styles.
   
   Include this in your page header and alter to suit.

   Authors:
	   Name  : Hugh Field-Richards, Ian Field-Richards
	   Email : hsfr@hsfr.org.uk, ifr@sevenseventyfour.com

-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

   Version   Date                   Who        Changes
   ==========================================================================

   0.00-0    29th July 2006         HSFR       Created this version for Chandos

*/

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
   Where the gallery panel sits
*/

#galleryPanel {
   width: 620px;
   height: 600px;
	background-color: #E7E0D6;
	padding: 10px 20px 10px 20px;
	background-image: url( ../images/notes.gif );
	background-position: right bottom;
	background-repeat: no-repeat;
}

.galleryNamePanel {
   font-family: Georgia,times,serif;
   color: rgb( 102, 0, 0 );
   font-style:italic;
   font-size: 120%;
   margin: 15px 0px 0px 0px;
	font-weight: bold;
}

.galleryBreadcrumbPanel {
   margin: 10px 10px 10px 10px;
   padding: 3px 3px 3px 3px;
   border: 1px dashed #414b37;
	color: black;
}

.galleryDescriptionPanel {
	font-family: Verdana, Arial, Helvetica, sans-serif;  /* Leave out to inherit from main font style */
	font-size: 100%;
   margin: 0px 0px 10px 0px;
}

.galleryFoldersPanel {
   padding: 10px 0px 10px 0px;
	border-top: 1px solid #414b37;
}

.galleryFolderPanel {
   padding: 5px 0px 0px 0px;

}

.galleryFolderPanel img { border: 0px solid black; }

.galleryImagesPanel {
	text-align: center;
   width:560px;
	border-top: 1px solid #414b37;
	margin: 0px 0px 10px 0px;
}

.galleryThumbnailImage img {
   margin: 10px 10px 0px 10px;
	border: 2px solid white;
}

.galleryImagePanel img {
   margin: 0px 0px 10px 0px;
	border: 2px solid white;
	text-align: center;
}

.galleryImagePanel img {
   border: 0px solid black;
   text-align: center;
}

.galleryImageDescriptionPanel {
   margin: 0px 0px 10px 0px;
   padding: 0px 0px 0px 0px;
	text-align: center;
	font-style: italic;
	font-size: 110%;
	font-family: Georgia, Times, serif;
}

.galleryPrevNextPanel {
   margin: 15px 0px 0px 0px;
	width: 580px;
	height: 20px;
}

.galleryPrevButtonPanel {
   position: relative;
	float:left;
	text-align: left;
	width: 100px;
	top: 0px;
	font-weight: bold;
	font-size: 120%;
}

.galleryNextButtonPanel {
   position: relative;
	float: right;
	width: 100px;
	top: 0px;
	text-align: right;
	font-weight: bold;
	font-size: 120%;
}

.galleryBackButtonPanel {
   position: relative;
   width: 100px;
   float:left;
	top: 0px;
	left: 150px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}
