.galleria{
	list-style:none;
	width:550px;
	padding: 12px;
	background-color: 1B1B1B;
}
.galleria li{
	display:block;
	width:60px;
	height:60px;
	overflow:hidden;
	float:left;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 0;

}
.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;
	display:block;
	width:auto;
	height:auto;
	margin-top: 0px;
}
.galleria li .caption{
	display:block;
	padding-top:5px;
	font-size: 10px;
}
* html .galleria li div span{width:400px} /* MSIE bug */


#bilderselect {
	height: 25px;
	width: 160px;
	color: #999;
	background-color: #1B1B1B;
	border: 1px solid #111;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	-moz-border-radius:5px;
   -khtml-border-radius:5px;
}
#bilderselect select {
	color: #7E7E7E;
	height: 20px;
	border: 1px solid #333;
	margin-left: 5px;
	width: 150px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #222;
}

#bilderselect select option {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-right: 0px;
	padding-left: 5px;
}

#bilderselect select option:hover {cursor:pointer; background-color:#666;}

	.caption{
	position: relative;
	color: #888;
	left: 5px;
	top: -35px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #111;
}

	.nav{
	padding-top:15px;
	clear:both;
	letter-spacing:3px;
	text-transform:uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80%;
}

	#main_image{
	height:330px;
	width:555px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
	#main_image img{
	padding:5px;
	margin-bottom:0px;
	background-color:#111;
	margin-top: 0px;
	border: 1px solid #444;
	height: 330px;
	width: 540px;
	-moz-border-radius:5px;
   -khtml-border-radius:5px;
}

	.gallery_demo li{
	width:51px;
	height:40px;
	border:3px double #111;
	background:#000;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 0px;}
	
	.gallery_demo {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8px;
}
