#gallery {
	width: 203px;
	height: 316px;
	position: absolute;
	top: 94px;
	left: 10px;
}

#gallery_img {
	margin-bottom: 6px;	
}

#gallery_nav {
	margin-left: 40px;	
}


#gallery_nav a {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 4px;
	background: #DDC09C;	
}

#gallery_nav a.active {
	background: #DA3431;
}	

/*
 * schöne lytebox-style hover 
 *
 
#gallery_hover_prev {
	position: absolute;
	width: 90px;
	height: 298px;
	top: 0px;
	left: 0px;
	z-index: 100;	
	background: url(../images/spacer.gif);
}

#gallery_hover_next {
	position: absolute;
	width: 90px;
	height: 298px;
	top: 0px;
	left: 103px;
	z-index: 100;
	background: url(../images/spacer.gif);
}
#gallery_hover_prev:hover {
	background: url(../images/gallery_hover_prev.png) left 122px no-repeat;
}
#gallery_hover_next:hover {
	background: url(../images/gallery_hover_next.png) right 122px no-repeat;
}
 *
 */

/*
 * hässliche pfeile
 *
 */
#gallery_hover_prev {
	position: absolute;
	top: 301px;
	left: 0;
	width: 14px;
	height: 10px;
	background: url(../images/arrow_left.png) no-repeat;
	behavior: url("files/css/behaviours/iepngfix.htc");
}
#gallery_hover_next {
	position: absolute;
	top: 301px;
	left: 17px;
	width: 12px;
	height: 10px;
	background: url(../images/arrow_right.png) no-repeat;
	behavior: url("files/css/behaviours/iepngfix.htc");
}
#gallery_hover_prev:hover {
	background: url(../images/arrow_left_on.png) no-repeat;
}
#gallery_hover_next:hover {
	background: url(../images/arrow_right_on.png) no-repeat;
}



#gallery_caption {
	position: absolute;
	left: 212px;
	top: 326px;
	padding: 5px 10px 10px 0;
	height: 69px;
	overflow: auto;
	width: 531px;
	font-size: 11px;
	color: #91641e;
	margin: 0;
	overflow: hidden;
	line-height: 15px;
}

#page.showroom #gallery_caption {
	left: 267px;
	width: 478px;
}

#gallery_more {
	position:absolute;
	right:4px;
	bottom:-4px;
	padding: 3px 3px 0 3px;
}