#content_laden{
	position: absolute;
	top: 147px;
	right: 148px;
	height: 258px;
	width: 601px;
}

#image_big{
	position: absolute;
	top: 25px;
	left: 20px;
}

#thumbs{
	position: absolute;
	bottom: 0px;
	left: 30px;
}

#thumbs img{
	border: none;
	margin: 0 auto;
	margin: 0px 1px 0px 1px;
}


#content_laden p{
	width: 200px;
  margin-top: 10px;
  margin-bottom: 2px;
  margin-left: 15px;
  color: #663333;
  font: 11px Arial;
}

a.link_left:link,
a.link_left:visited{
	display: block;
	float: left;
	width: 12px;
  height: 13px;
	position: absolute;
	bottom: 3px;
	left: 10px;
	background: url('../images/nav/back.gif') no-repeat;
}

a.link_left:hover,
a.link_left:active{
	display: block;
	float: left;
	width: 12px;
  height: 13px;
	position: absolute;
	bottom: 3px;
	left: 10px;
	background: url('../images/nav/back2.gif') no-repeat;
}


a.link_right:link,
a.link_right:visited{
	display: block;
	float: left;
	width: 12px;
  height: 13px;
	position: absolute;
	bottom: 3px;
	right: 10px;
	background: url('../images/nav/next1.gif') no-repeat;
}

a.link_right:hover,
a.link_right:active{
	display: block;
	float: left;
	width: 12px;
  height: 13px;
	position: absolute;
	bottom: 3px;
	right: 10px;
	background: url('../images/nav/next2.gif') no-repeat;
}

.link_left span,
.link_right span{
	display: none;
}