/* CSS Document */

#gallery-scroll {
	position: absolute;
	top: 42px;
	left: 160px;
	width: 360px;
	padding-bottom: 5px;
	font: 70% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-align: right;
	z-index: 50;
}
* html #gallery-scroll { top: 55px; }/* IE-Hack */
#gallery-scroll a {
	color: #FF6600;
	text-decoration: none;
}
#gallery-scroll a:hover { text-decoration: underline; }
#gallery-info {
	width: 150px;
	padding: 0 0 5px 5px;
	font: 70% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FF6600;
}

#gallery-container {
   	position: relative;
   	padding: 0px;
	width: 514px;
	height: 482px;
}
/* alle Thumbs links
-------------------- */
#gallery-thumbs {
   	position: relative;
   	float:left;
   	width: 150px;
	height: 480px;
}

#gallery-thumbs a, #gallery-box a:visited {
   	display: block;
   	float: left;
   	width: 69px;
   	height: 92px;
   	margin: 3px 3px 0 0;
   	border: 1px solid black;
   	text-decoration: none;   
}

#gallery-thumbs a span { display: none; }

#gallery-thumbs a span img {
   	width: 356px;
   	height: 480px;
   	margin: 0;
   	border: 1px solid black;
}

#gallery-thumbs a:hover, #gallery-thumbs a:focus, #gallery-thumbs a:active  { border: 1px solid white; }

#gallery-thumbs a:hover span, #gallery-thumbs a:focus span, #gallery-thumbs a:active span  {
   	position: absolute;
   	display: block;
   	left: 152px;
   	top: 3px;
   	width: 356px;
	height: 480px;
	z-index: 101;
}

* html #gallery-thumbs a:hover span, * html #gallery-thumbs a:focus span, * html #gallery-thumbs a:active span  { left: 156px; }

#gallery-thumbs a:hover span  { z-index: 102; } /* überlagert auch :focus und :active */

#gallery-bg img {
    margin: 3px 0 0 2px;
	border: 1px solid black;
}