/* CSS gal */

#gallery_position { /*im textfluss*/
	width: 480px;
	background-repeat: no-repeat;
} 
#gallery {
	position: relative;
	width: 460px;
	height: 340px;
	background-color: #ffffff;
	background-repeat: no-repeat;
} 
#gallery img {
	width: 164px;
	height: 102px;
	margin: 20px;
	background-repeat: no-repeat;
} 
#gallery a, #gallery a:visited {
	display: block;
	float: left;
	width: 70px;
	height: 53px;
	margin: 4px;
	border: 1px solid #ffffff;
	background-repeat: no-repeat;
} 
#gallery a span, #gallery a strong { /* loading-block */
	display: none;
	background-repeat: no-repeat;
} 
#gallery a span em {
	display: block;
	width: 384px;
	height: 256px;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	float: left;
	background-repeat: no-repeat;
} 
#gallery a:focus, #gallery a:active {
	border: 1px solid #ffffff;
	background-repeat: no-repeat;
} 
#gallery a:focus span, #gallery a:active span {
	position: absolute;
	display: block;
	left: 17px;
	top: 146px;
	width: 386px;
	z-index:1;
	font-size: 12px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
} 
#gallery a:active strong { /* loading-block */
	position: absolute;
	display: block;
	left: 80px;
	top: 146px;
	width: 213px;
	height: 173px;
	color: #1199ff;
	font-size: 0.8em;
	background-repeat: no-repeat;
	background-position: left top;
} /*]]>*/
