#maincontent{
position: relative; 
width:100%;
height:100%;
overflow: auto; 
}

.menu {font-family: verdana, arial, sans-serif; width:902px; position:relative; border:1px solid black; font-size:10px; background: #B9CCDA position:relative; z-index:100; text-align:center; top:-15px;}

.menu ul {padding:0; margin:0; list-style-type: none;}

.menu ul li {float:left; width:100px;}

.menu ul li a, .menu ul li a:visited {display:block; width:150px; text-decoration:none; height:10px; line-height:20px; background:transparent; color:black;}

.menu table {border-collapse:collapse; margin:0; padding:0; font-size:12px;}

.menu ul li ul {visibility:hidden; position:absolute; top:31px; left:-1px; text-align:center;}

.menu ul li:hover a, .menu ul li a:hover {color:black; background:#9DACB8;}


	body{
		background-repeat:no-repeat;
	}

	#my_slideshow{
		width:640px;	/* Total width of slideshow */
		border:1px solid black;
		background-color: #BBE5FE;
		filter: alpha(opacity=75);
		opacity:0.75;
	}
	
	#previewPane{
		border:1px;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:center;
		padding-top:10px;
		position:relative;
		left:0px;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:bold;
		text-align:center;
		font-family: Verdana;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		height:75px;	/* Height of the images + 2 */
		border-top:1px solid black;
		position:relative;
		overflow:hidden;
		padding:0px;
		left:0px;
		
		/* CSS HACK */
		height: 75px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/75px;	/* Other browsers */
		height: /**/75px;
				
	}
	#arrow_left{
		position:absolute;
		left:-1px;
		top:-1px;
		z-index:10;
		background-color: transparent;
		border-right:1px solid black;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:-1px;
		top:-1px;
		z-index:10;
		background-color: transparent;
		border-left:1px solid black;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		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:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}