.galleria{list-style:none;width:200px}
.galleria li{display:block;width:50px;height:50px;overflow:hidden;float:left;margin:0 10px 10px 10px;}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em; text-align:center; width:565px;}
* html .galleria li div span{width:400px} /* MSIE bug */

.caption{
width:565px;
text-align:center;
display:block;
	font-style:italic;
	color:#887;

}
	.demo{
	position:relative;
	margin-top:2em;
	padding-top: 0px;
	margin:0px;
	width:730px;
	overflow:hidden;
}
	.gallery_demo{width:605px;margin:0 auto;}
	.gallery_demo li{width:50px;height:40px;border:3px double #111;margin: 0 2px;background:#000; margin-bottom:10px;}
	.gallery_demo li div{left:240px}
	.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	
	#main_image{
	height:300px;
	width:565px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
	#main_image img{margin-bottom:10px;}


.nav {
	width:565px;
	text-align:center;
	height:30px;
	line-height:30px;
	background-image: url(../gifs/back-nav_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 5px;
}

.nav a{
font-family:Helvetica, Verdana, Arial;
text-decoration:none;
color:#000000;
}


/*********************************************************LIGHTBOX*****************************************/

#filter
{
	display: none;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	padding: 0;
	margin:0;
	background-color: white;
	z-index:50;
	filter:alpha(opacity=50)!important;  
	-moz-opacity:0.50!important;
	opacity: 0.50!important;
}


#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 600px;
	height: 400px;
	padding: 0;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:100;
}

#boxheader
{
	position:absolute;
	top:0%;
	left:0%;
	width:592px;
	height:20px;
	padding:0;
	padding-top:2px;
	padding-left:8px;
	margin:0;
	margin-right:20px;
	border-bottom:1px solid black;
	background-color: #060;
	color:white;
	text-align:center;
	z-index:100;
}

#boxclose
{
	float:right;
	position:absolute;
	top: 0;
	right: 0;
	background-image:url(gifs/close.gif);
	background-repeat:no-repeat;
	background-color:#CCC;
	border:1px solid black;
	width:20px;
	height:20px;
	z-index:100;
}

#boxcontent
{
	position:absolute;
	top:23px;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding: 8px;
	overflow: auto;
	width:100%;
	height:100%;
	z-index:100;
}

.h2
{
font-size:20px;
color:#FF9900;
}
