body {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}
.header01 {
	font-size: 12px;
	font-weight: bold;
}
.header02 {
	font-weight: bold;
}
.header03 {
	font-size: 10px;
}
.grey-13 {
	font-size: 13px;
}
.grey-14 {
	font-size: 14px;
}
.grey-12 {
	font-size: 12px;
}
.grey-11-bold {
	font-size: 11px;
	font-weight: bold;
}
.grey-11 {
	font-size: 11px;
}
.grey-10 {
	font-size: 10px;
}
.grey-9 {
	font-size: 9px;
}	
.green {
	color: #8CC63F;
}
.green-11-bold {
	font-size: 11px;
	color: #8CC63F;
	font-weight: bold;
}
.green-12 {
	font-size: 12px;
	color: #8CC63F;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #455560;
	border-style:solid;
	border-width:1px;
	border-color:#E8E8E8;
}
.border {
	border-style:solid; 
	border-color:#CCCCCC; 
	border-width:1px;
}
a:link {
	color: #8CC63F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8CC63F;
}
a:hover {
	text-decoration: none;
	color: #455560;
}
a:active {
	text-decoration: none;
	color: #8CC63F;
}


#index a{
text-decoration: none;
color: #808080;
}

#index a:hover{
color: #8CC63F;
}




	
	
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 8px;
padding-bottom: 0;
background: #ffffff;
border:solid;
border-width:1px;
border-color:#cccccc;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: 9px Verdana;
letter-spacing: 0px;
line-height: 1.1em;
color: #666666;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: 000000;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}





	#dhtmlgoodies_slideshow{
		width:360px;	/* Total width of slideshow */


	}
	
	#previewPane{
		/* border:1px solid #CCCCCC; */
		/* margin-bottom:10px;	 */
		text-align:center;
		vertical-align:middle;
		/* padding-top:10px; */

		position:relative;
		
		/* CSS HACK */
		height: 322px;	/* IE 5.x */
		height/* */:/**/310px;	/* Other browsers */
		height: /**/310px;
				
	}

	#previewPane img{
		line-height:500px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:left;
		font-family: Verdana, Arial, Helvetica, sans-serif;	/* Font to use */
		font-size:11px;
		padding:0px;
	}
	#galleryContainer{
		
		height:92px;	/* Height of the images + 2 */
		/* border:1px solid #CCCCCC; */
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 94px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/92px;	/* Other browsers */
		height: /**/92px;
				
	}

	#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:75px;
		left:28px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=70);
		opacity: 0.7;
		cursor:pointer;
		border:0px;
		/* border-color:#cccccc;	 */
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
