﻿.slideshow
{
	cursor:pointer;
	border:1px solid #00A79D;
}
#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:absolute;*/
	position:fixed;
	top:50%;
	z-index:2;
}    
#window .caption, .hidden
{
	color:#00A79D;
	display:block;
	float:left;
	font-family:Arial;
	font-size:12px;
	margin:0px 0px 0px 5px;
	padding:5px 0px;
}
#window a.prev
{
	background-image:url(../../images/prevlabel.gif);
	background-repeat:  no-repeat;
	background-position: 50% 50%;
	display:block;
	float:left;
	height:14px;
	text-decoration:none;
	width:40px;
}
#window a.next 
{
	background-image:url(../../images/nextlabel.gif);
	background-repeat:  no-repeat;
	background-position: 50% 50%;
	display:block;
	float:right;
	height:14px;
	text-decoration:none;	
	width:40px;
} 
