	
	#previewPane{
	text-align:center;
	vertical-align:middle;
	/* CSS HACK */
		height: 452px;	/* IE 5.x */
	height/* */:/**/420px;	/* Other browsers */
	height: /**/100px;
	width:173px;
				
	}
	#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;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
	/* CSS HACK */
		height: 454px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	height/* */:/**/438px;	/* Other browsers */
	height: /**/100px;
	/* CSS HACK */
		width: 124px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	width/* */:/**/120px;	/* Other browsers */
	width: /**/150px;	/* Black border */
	padding:1px;
	float: left;
	text-align: center;
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
	height:15px;
	}
	#galleryContainer #arrow_up{
	height:15px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
	position:relative;
	overflow:hidden;	/* Height of boxes for the images */
	height: 110px;
	}
	#theImages div{
	position:relative;	/* Higher than total height of thumbnails */
	padding: 0px;
		
	}
#theImageNew div {
	padding: 0px;
}

	#theImages a{
	border:0px;	/* No border */
	filter:alpha(opacity=50);	/* Transparency - IE */
	opacity:0.5;	/* Space between images */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 9px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	}
	#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;
	}
	#theImages .imageCaption{
		display:none;
	}


.wireframemenu{
	width: 100%;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: auto;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #999999;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
	color: #333333;
}
