/* Stylesheet bij Scaramouche fotogallerij */

div.fotoKop {
	color: #d55;
	font-weight: bold;
	font-size: 14px;
	background-color: #ffdddd;
	border: 1px solid #ffcccc;
	margin-top: 5px;
}

div.foto {
	margin: 5px;
}

div.folder {
	position: relative;
	float: left;
	margin: 0px;
	border: 1px solid #fff4f4; 
	padding: 5px;
	cursor: pointer;
}
div.folder a {
	color: #000;
}

img.folder {
	width: 50px;
	height: 38px;
	border: 0px none;
}

div.spacer {
	clear: both; /*Zorg ervoor dat de foto div mee resized*/
}

div.thumb {
	position: relative;
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 7px;
	text-align: center;
	
}

div.thumb img {
	max-height: 98px;
	max-width: 98px;
	position:static;
	vertical-align: middle;	
	border: 1px solid #ffcccc;
	cursor: pointer;
}

a.return {
	color: #d55;
	font-weight: bold;
}


div.return {
	border: 1px solid #fff4f4;
	width: 50px;
	position: relative;
	left: 50%;
	margin-left: -25px;
	padding: 3px;
	cursor: pointer;
	font-weight: bold;
	color: #d55;
}
div.return:hover {
	border: 1px solid #ffcccc; 
	background-color: #ffdddd;
	color: #f00;
}
