/**
 * Photography:
 */

#photographycontent{
	z-index:3;
	position:absolute;
	top:-1600px;
	left:+2560px;
	
	height: 100%;
	width: 100%;
	overflow: hidden;
		
}
#photographybg{
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -1280px;
	margin-top: -800px;
	width:2560px;
	height:1600px;
}
#photographywrap{
	width:800px;
	height: 500px;

	margin-left: -400px;
	margin-top: -250px;

	background-color: white;
	position:absolute;
	top:50%;
	left:50%;
/*	border: 1px solid black; */
}

.photographyback{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.imgl {
	border: 1px solid #000;
	position:relative;
}

.p1_img {
	left: 0px;
	top: 0px;
}
.p2_img {
	left: -310px;
	bottom: -55px;
}
.p3_img {
	left: -400px;
	bottom: -125px;
}
.p4_img {
	left: -100px;
	bottom: -15px;
}
#photoliste {
	position:relative;
	left: 280px;
	top: 0px;
}
#phototekst {
	position:relative;
	left: 380px;
	top: -30px;
}