	body{
	background-color:#666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#FFFFFF;

	
	}
	a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
	}
	   #wrapper {
	   vertical-align:top;
	   height:100%;
      width: 900px;
	  background-color:#333333;
   }
	#menu{
		width:900px;	/* Total width of slideshow */
		height:50px;
		border:0px solid #CCCCCC;
	}
	#left{
	background-image:url(http://www.pfirman.com/images/icon_trans.gif);
		width:265px;
		position:relative;
		float:left;
		left:17px;
		height:460;
		z-index:100;
		float:left;
	}
	#dhtmlgoodies_slideshow{
		width:900px;	/* Total width of slideshow */
		vertical-align:middle;

	}
	
	#previewPane{
		border:0px solid #CCCCCC;
		margin-bottom:0px;	
		text-align:center;
		vertical-align:middle;
		left:20px;
		
		position:relative;
		width:612px;
		/* CSS HACK */

		float:left;
		display: table-cell;
		
	}
	#previewPane img{

		
		vertical-align:middle;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		width:871px;
		border:0px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:0px;
		/* CSS HACK */
		height: 105px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/105px;	/* Other browsers */
		height: /**/105px;
		left:15px;
				float:left;
	}
	#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	padding:1px;
	top:90px;
	}
	#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	padding:1px;
	top:90px;
	}
	#theImages{
	position:absolute;
	height:80px;
	left:0px;
	top:10px;
	width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	
	}
	
	#theImages img{
		float:left;
		padding:2px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
	display:none;
	position:absolute;
	left:200px;
	top:150px;
	background-color:#FFF;
	border:0px double #000;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;
	}
	
	#theImages .imageCaption{
		display:none;
	}
