
.thumbnails{
	width: 610px;
	border:1px solid #eddec1;
	height:auto;
	padding-top:1px;
	padding-bottom:1px;
}
.clear{
	clear:left;
}
#textbereich .thumbnails a{
	/*display:block;
	float:left;*/
	background-color:#ffffff;
	border:0px hidden #ffffff;
	/*padding:5px;*/
}
#textbereich .thumbnails{
	font-size:0;
}
.thumbnails a img{
	/*margin-left:auto;
	margin-right:auto;*/
	border: 1px solid #ffffff;
	height:auto;
	width:auto;
	display:inline;
	}
#textbereich .thumbnails a:hover, .thumbnails a:focus{
	border-color:#ffff00;
	border:0px hidden #000000;
}
#textbereich .thumbnails a:hover img,
#textbereich .thumbnails a:focus img{
	border:1px solid #000000;
}
a#activeThumbnail{
	border-color:#ffffff;
	
}

a img{
	border:1px solid #000000;
	
}
#textbereich .thumbnails a#activeThumbnail img{

border-color:#cc6633;
}
.gallery{
	position:relative;
	width:600px;
}
.gallery img {
	/*margin-left: 3px;*/
	width:600px;
	height:450px;
	display:block;
	background-image:url(/images/icons/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

.gallerylinks{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*fix damn ie bug*/
	background-image:url(/images/transparent.gif);
}
.gallerylinks a:active {
   color:white;
   background-color: transparent;	
}
.gallerylinks{
	height:450px;
}
.gallerymagnifier{
	margin-left:66px;
	margin-right:66px;
	display:block;
	height:450px;
}
.galleryprev{
	float:left;
	left:0;
	width:65px;
	height:100%;
}
.gallerynext{
	float:right;
	right:0;
	width:65px;
	height:100%;
}
.gallerynext:hover,
.gallerynext:focus{
	background-image:url(/images/lightbox-btn-next.gif);
	background-position:right 10px;
	background-repeat:no-repeat;
}
.gallerylink:hover,
.gallerylink:focus{
	outline-style:none;
}
.galleryprev:hover,
.galleryprev:focus{
	background-image:url(/images/lightbox-btn-prev.gif);
	background-position:left 10px;
	background-repeat:no-repeat;
}
.gallerylink span{
	display:none;
}
a img{border-style:none;}