*
{
	padding:0;
	margin:0;
}

.slideshow
{
	cursor:pointer;
}
#overlay {
  position: fixed;
  z-index:1;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  background-color:#000;
  display:none;
  filter:alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;  
}    
#window 
{
	background:white;
	border-width: 10px;
	border-color: White;
	border-style: solid;
	display:none;
	left:50%;
	position:fixed;
	top:50%;
	z-index:2;
}    
#window .caption, .hidden
{
	display:block;	
	float:left;
	font-size:21px;
	padding:5px 0;
	text-align:justify;
}
#window a.prev
{
	background-image:url(../siteimages/prev.gif);
	background-repeat:  no-repeat;
	background-position: 50% 50%;
	display:block;
	float:left;
	height:14px;
	text-decoration:none;
	width:35px;
}
#window a.next 
{
	background-image:url(../siteimages/next.gif);
	background-repeat:  no-repeat;
	background-position: 50% 50%;
	display:block;
	float:right;
	height:14px;
	text-decoration:none;	
	width:35px;
} 