#small_font			{ text-align: left; margin-right: 25px; color: #000000; font-size: 10pt; font-weight: bold }
 body				{ background: #513f1b url(../images/index/content.jpg) no-repeat top left; margin-top: 10px; font-family: Comic Sans MS }
 h2				{ color: #ff0000; font-size: 16pt; text-decoration: underline }
 h3				{ color: #008080; font-size: 12pt; font-weight: bold }
 table				{ border-collapse: collapse }
 td				{ text-align: center; vertical-align: middle; color: #513f1b; font-size: 10pt }
 a				{ color: #9b7504; text-decoration: none }
 a:visited			{ color: #9b7504 }
 a:active			{ color: #9b7504 }
 input, select, textarea	{ background-color: #ffffcc; color: #513f1b; font-family: Comic Sans MS; font-size: 10pt; direction: ltr; border: 1px solid #000000; overflow: auto }
 img				{ border: 0px solid }

/* Works Gallery Style */
	#dhtmlgoodies_slideshow{
		width:464px;	/* Total width of slideshow */
	}
	
	#previewPane{
		border:0px 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:400px;
		width:450px;
		height:300px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:left;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif/* Font to use */
		font-size:10pt;
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:0px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:relative;
		left:0px;
		z-index:10;
//		background-color: #ffffff;
		padding:1px;
	}
	#arrow_right{
		position:relative;
		right:0px;
		z-index:10;
//		background-color: #ffffff;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:0px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
//		border:1px solid #b49026;
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#ffe9a5;
		border:0px solid #000000;
		padding:4px;
		color:#513f1b;
		font-size:0.9em;
		font-family:Comic Sans MS;	
	}
	
	#theImages .imageCaption{
		display:none;
	}