
#slideMenuHolder

	{
		
	position: relative;
	height: 86px;	
	padding: 0;
	width: 420px;
	border: 0px solid red;
	margin-top: 5px;
		
	}
	
	
	

#mask

	{
		
	position: absolute;	
	top: 0px;
	left: 25px;
	z-index: 20;
	background-color: white;
	clip: rect(0px 360px 86px 0px);
	border: 0px solid #D4D0C8;
	
	}	

	
	

	
#menuSlide

	{
	
	
	background-color: #F2F2F2;
	position: relative;
	padding: 0;
	padding-left: 0px;
	border: 0px solid white;	
	
	}
	
	
#menuSlide img
	
	{
		
	display: inline;	
	margin: 0 8px;
	height: 67px;
	width: 100px;
	border: 2px solid #365F91;
	/* opacity: .7;		
	filter: alpha(opacity = 60); */
	margin-top: 10px;
	}
	

#menuSlide a img

	{
		
	border: none;	
		
	}
	
	
#goLeft

	{
		
	cursor: pointer;
	position: relative;
	top: 0px;
	left: 0px;	
	/* opacity: .6;		
	filter: alpha(opacity = 60); */
	
	}
	
		
#goRight

	{
		
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;	
	z-index: 100;			
	/* opacity: .6;		
	filter: alpha(opacity = 60); */
	
	}
	
#largeImage {
	
	border: 5px solid #365F91;
	border-bottom: none;
	width: 410px;		

}	

p#imageCaption {
	
	background-color: black;
	color: white;
	padding-left: 7px;
	margin-bottom: 14px;
	width: 657px;
	text-align: center;
	
}

