

	
	#galHolder{
		width:734px;
		background-color:#656565;
	}
	
.td_gal{
		border-left:1px solid #cccccc;
		border-right:1px solid #cccccc;
		padding-right:2px;
		vertical-align:top;
		}		
	
	#previewPane{
		/* border:1px solid #ccc; */
		margin-right:2px;	
		text-align:center;
		vertical-align:middle;
		padding-top:5px;
		padding-left:5px;
		
		
		/* CSS HACK */
		height: 530px;	/* IE 5.x */
		height/* */:/**/530px;	/* Other browsers */
		height: /**/530px;
		
		width:525px;		
		float:left;
				
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:280px;
		background-color:#FFF;
		border:1px 1px #CCC;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:right; /* Floating */
		text-align:center;
			
		
		/* CSS HACK */
		height: 474px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/468px;	/* Other browsers */
		height: /**/468px;
		
		/* CSS HACK */
		width: 204px;	/* IE 5.x - 200 px + 2 px for borders and 2px for padding*/
		width/* */:/**/200px;	/* Other browsers */
		width: /**/200px;
				
		/** border:1px solid #ccc;	/* Black border */		  
		padding:1px;	/* A little space between the black border and the content inside */
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:px;
	}
	#galleryContainer #arrow_up{
		height:px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		float:left;
		overflow:hidden;
		height:450px; /* Height of boxes for the images */
		z-index:300;	
		
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1900px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		color:#FFFFFF;
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:inherit;
		padding-top:6px;
	}
	#theImages .imageCaption{
		display:none;
	}
	
	#navigation
	{
		height:19px;
		line-height:1.8em;
		width:540px;
		margin:0 0px;
		padding-left:0px;
		padding-top:0px;
		background-color:#656565;
		color:#ffffff;
		font-family:Verdana, Arial, Helvetica, sans-serif
	}
	
	#navigation li
	{
		background-image:url(../images/gal_tab3.jpg);
		background-position:bottom;
		background-repeat:no-repeat; 
		float:left;
		text-decoration:none;
		text-align:center;
		list-style-type:none;
		white-space:nowrap;
		width:120px;
	}
	
	#navigation li a
	{
		padding:0 0px;
		font-size:.8em;
		font-weight:normal;
		text-decoration:none;
		width:120px;
		color:#ffffff;
		text-align:center;
	}
	
	* html #navigation a {width:1%;}
	
	#navigation .selected
	{
		background-image:url(../images/gal_tab.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		display:block;
		color:#000099;
		background-color:#666666;
		width:120px;
		text-decoration:none;
		white-space:nowrap;
	}

	#navigation a:hover
	{
		background-image:url(../images/gal_tab.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		display:block;
		color:#000099;
		background-color:#666666;
		width:120px;
		background-color:#666666;
		text-decoration:none;
		white-space:nowrap;
	}
		