﻿*
{
	padding:0;
	margin:0;
}

.slideshow
{
	cursor:pointer;
}
#overlay 
{
	background-image:url(/images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;	
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  background-color:#000;
  display:none;
  filter:alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;  
}

* html #overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#window 
{
	background:white;
	border-width: 10px;
	border-color: White;
	border-style: solid;
	display:none;
	left:50%;
	position:fixed;
	top:50%;
	z-index:101;
}

* html #window{
       position: absolute;
}
  
#window .caption, .hidden
{
	display:block;	
	float:left;
	font-size:13px;
	padding:5px 0;
	text-align:justify;
        color:#7F7B73;
}
#window a.prev
{
	background-image:url(/images/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(/images/next.gif);
	background-repeat:  no-repeat;
	background-position: 50% 50%;
	display:block;
	float:right;
	height:14px;
	text-decoration:none;	
	width:35px;
} 
