/* Picture Titles */ 
h1          { font-family: Times,serif; font-size: 1.4em; color: #9C0000; font-weight: bold; background-color: transparent; text-align:center; margin-top: 0; margin-bottom: 10px; }
/* Gallery Headings */
h2           { font-family: Times,serif; font-size: 1.6em; color: #9C0000; font-weight: bold; margin-top:0px; margin-bottom:6px; background-color: transparent; text-align:center }


#container {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
	font-family: Verdana, arial, sans-serif;
	font-size: 0.9em; 
	color: #9C0000; 
	font-weight: normal;
/*	border:1px solid red;*/
	}

.month {
	position: relative;
/*	float:center;*/
	margin-left:auto;
	margin-right:auto;
	width:100%;
	padding-top: 10px;
	color: #9C0000;
	text-align: center;
	font-family:  Verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	border:1px solid  #9C0000;
	}

.textarea  {
	position: relative;
/*	top:0px;*/
	margin-top: 0px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	width:90%;
	max-width: 600px;
	font-family:  Verdana, arial, sans-serif;
	font-weight: normal;
	text-align:justify;
	font-size: 0.9em;
	}

.thumbnail {
padding: 10px;
display: inline-block;
vertical-align: top;
zoom:1;
*display: inline; 
_height: 30px; 

}

.image {
	position: relative;
	width: 170px;
	float: left;
	margin-bottom: 10px;
	font-weight: normal;
	text-align:center;
	font-size: 0.9em;
/*	border: 1px solid white;*/
	}

.imagecontainer {
	position: relative;
	width: auto;
/*	margin-left: auto;*/
/*	margin-right: auto;*/
	font-weight: normal;
	text-align:center;
	font-size: 0.9em;
/*	border: 1px solid yellow;*/
	}

.highslide {cursor : url("highslide/graphics/zoomin.cur"),crosshair;}
.highslide-loading {
	width: 72px;
	height: 15px;
	background-image: url("highslide/graphics/loader.white.gif");
	background-repeat: no-repeat;
	background-color: white;
	font-family: Verdana, arial, sans-serif;
	font-size: 0.6em; 
	color: #9C0000; 
	font-weight: bold;
	text-align: right;
	border: 1px solid #9C0000;
	}
.highslide-image {
	background-image: url("highslide/graphics/outlines/rounded-black.png");
	border: 10px solid white;
	}