#library {
	margin:10% auto 0 auto;
	padding:0;
	text-align:center;	
	width:600px;	
}
ul {
  	list-style:none;
  	padding:0;
  	margin:0;
}
#imageGallery {
	background:transparent url(../images/regalboden.png) 0 0 repeat-y;  
  	text-align:center;
}
#imageGallery li {
  	display:inline-block;
   	margin:0;
   	padding:2px 3px 19px 3px;
}
#imageGallery img {
	border:0;
	-moz-box-shadow:1px -1px 5px rgba(0, 0, 0, .9);
	-webkit-box-shadow:1px -1px 5px rgba(0, 0, 0, .9);
	box-shadow:1px -1px 5px rgba(0, 0, 0, .9)
}
#imageGallery a:hover img {
	-moz-box-shadow:1px -1px 10px rgba(0, 0, 0, .9);
	-webkit-box-shadow:1px -1px 10px rgba(0, 0, 0, .9);
	box-shadow:1px -1px 10px rgba(0, 0, 0, .9)
}

li[id] {
  overflow:hidden;
  position:absolute;
  width:0;
  height:0;
  left:0;
  top:0;
  opacity:0;
  background:rgba(0,0,0,.5);
}
li[id] a:before {
  content:url("../4_Galerie/images/ic-close.png");
  position:absolute;
  top:0px;
  right:0px;
  opacity:0;
}
li[id] a:hover:before {
	opacity:1;
}
li[id]:target {
  width:100%;
  height:100%;
  opacity:1;
}
#library li[id]:target a {
	background-color: #FFF;
  	position:absolute;
  	top:0%;
  	left:0%;
  	margin:0 0 0 0;
  	border:25px solid #fff;
	text-decoration:none;
  	-webkit-animation:zoom 1.5s cubic-bezier(0,0,0,1);
	-moz-animation:zoom 1.5s cubic-bezier(0,0,0,1);  	
	-moz-box-shadow:0 0 74px 5px rgba(0, 0, 0, .8);
	-webkit-box-shadow:0 0 74px 5px rgba(0, 0, 0, .8);
	box-shadow:0 0 74px 5px rgba(0, 0, 0, .8);  	
}
li[id]:target a img {
	border:0;
}
li[id]:target a span {
	font-size: 125%;
	width:587px;
	display:block;
	padding:10px 0 0 0;
	color:#303030;
}
a {
	outline: none;
}
@-webkit-keyframes zoom {
  0% { -webkit-transform:scale(0); }
  100% { -webkit-transform:scale(1); }
}
@-moz-keyframes zoom {
  0% { -moz-transform:scale(0); }
  100% { -moz-transform:scale(1); }
}

@media screen and (max-height: 1200px) {
	li[id]:target a  {		
		margin:0 0 0 0;	
<!--		margin:-200px 0 0 -118px;	-->
	}
}
#cover1 .zoom1



<!----------------- NEU ---------------------------->
#main {
	position: absolute;
}

#main_image .loader {
	margin: 0 auto;
}

#main_image .loader img {
	margin: 0 auto;
	border: none;	
}



#left_arrow,
#right_arrow,
#left_fast_arrow,
#right_fast_arrow {
	float:left;
	cursor: pointer;
	-ms-interpolation-mode: bicubic;
}

#scroller_container {
	margin: auto;
	position: relative;
}

#image_scroller {
	position: relative;
	margin: auto;
	float:left;
	overflow: hidden;
}

.thumbnails {
	left: 0;
	margin: 0;
	padding: 0;
	top: 0;
	position: absolute;
}

#top_container {
	padding-bottom: 6px;
	border-bottom-style: solid;
	margin: 0 0 10px 0;
}

#top_container.no_border {
	border: none;	
}
.top_navigation {
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: 'helvetica neue',helvetica,sans-serif;
	padding-bottom: 10px;
	border-bottom-style: solid;
}

.top_navigation a {
	padding: 0 12px;
}

#bottom_container {
	margin: 0;
	padding: 6px 0;
	border-top-style: solid;
	width: 100%;
	text-align: center;
	display: block;
	font-size: 0.8em;
}

#folders_container {
	border-bottom-style: solid;
	margin-bottom: 20px;
} 

.folders {
	margin: 0px auto;
	padding: 0;
}

.folders li {
	float: left;
	display: inline;
}

.folders li a {
	display: block;
	position: relative;		
	overflow: hidden;
}

.folders li a span {
	position: absolute;
	left: 0;
	top: 0;	
	opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:alpha(opacity:70);
	padding: 4px;
	margin: 0;
	background-color: #000;
	font-size: 10px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

.thumbnails li span {
	display:none;	
}

.thumbnails li img, 
.folders li a img {
	-ms-interpolation-mode: bicubic;
}

#extras {
	display: none;
	width: 380px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 10px;
}

#extras ul {
	margin: 0;
	padding: 0;
}

#extras ul li {
	display: inline;
	padding: 0 5px;
	border-left-width: 1px;
	border-left-style: solid;
	line-height: 16px;
}

#extras ul li.first {
	padding-left: 0px;
	border-left: none;
}
.clear {
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;	
}

.hide {
	display: none;
}
