body {
	margin: 40px 0px 20px 0px;
	color: white;
	background-color: black;
}

#slider {
	position:absolute;
	top: 40px;
	left: 40px;
	/*clip:rect(0px 612px 92px 121px);*/
	background-color: silver;
	/*border: 2px solid yell;*/
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	z-index: 9;
}

#fullsize {
	position:absolute;
	top: 140px;
	left: 40px;
	width: 730px;
	height: 600px;
	/*clip:rect(0px 612px 92px 121px);*/
	background-image: url('img/pict0176.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px solid silver;
	padding: 0px;
	margin: 0px;
}

img.lab {
	/*float: left;*/
	padding: 0px;
	margin: 1px;
}


