#gallery
{
	 display:none;
}
#background
{
	position:fixed;
	background-color:black;
	filter: alpha(Opacity=70);
	opacity:0.7;
	width:100%;
	height:100%;
}
#frameset
{
	 position:fixed;
	 width:100%;
	 height:100%;
}
#show
{
	 margin-top:30px;
	 box-shadow: 0px 0px 50px black;
	 background-image:url('../gallery/kolnatun_main.jpg');
	 border:1px solid white;
	 position:static;
	 height:542px;
	 width:800px;
}
#close
{
	position:static;
	margin-top:-10px;
	margin-right:-10px;
	float:right;
	background-image:url('../images/close.png');
	width:27px;
	height:27px;
	cursor:pointer;
}
#slideshow_hide
{
	 display:none;
	 clear:both;
	 position:static;
	 margin-top:-45px;
	 background-color:black;
	 width:500px;
	 height:20px;
	 opacity:0.9;
	 border:1px solid #302F2F;
	 border-radius:15px;
	 box-shadow: 0px 0px 50px black;
}
#maximize
{
	margin-top:3px;
	cursor:pointer;
}
#slideshow
{
	 clear:both;
	 position:static;
	 margin-top:-120px;
	 background-color:black;
	 width:500px;
	 height:100px;
	 filter: alpha(Opacity=80);
	 opacity:0.8;
	 border:1px solid #302F2F;
	 border-radius:15px;
	 box-shadow: 0px 0px 50px black;
}
#minimize
{
	 margin-right:6px;
	 margin-top:2px;
	 float:right;
	 position:static;
	 color:white;
	 cursor:pointer;
}
#collection
{
	 margin-top:5px;
	 width:400px; 
	 height:90px;
}
#collection img:hover
{
	border:2px solid orange;
	cursor:pointer;
	border-radius:5px;
}