/****************************************************/

#overlay
{
	background-color: black;
	filter: alpha(opacity: 65);
 	-moz-opacity: .65;
 	opacity: .65;

	position: fixed;
	top: 0px;
	left: 0px;

	display: none;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#bigphoto
{
	position: absolute;
	top: 0px;
	left: 0px;

	text-align: center;

	display: none;
	width: 100%;

	z-index: 11;
}
#innerbigphoto
{
	margin: 90px auto;
	width: 500px;
	height: auto;
	background-color: #ffffff;
        padding: 25px;
	z-index: 12;
}

#innerbigphoto img.foto
{
	position: relative;
	border: 3px solid black;
	width: 480px;
	background-image: url(img/loop.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.lightboxnavi
{
	width: 100%;
}


img.thumb
{
	border: 1px solid #646464;
	width: 150px;
	height: 112px;
	margin-bottom: 10px;
}
/****************************************************/
 
