/* Stylesheet bij Scaramouche fotogallerij */

div.fotoKopBalk {
	color: #78a4d1;
	font-weight: bold;
	font-size: 14px;
	background-color: #CCE8FF;;
	border: 1px solid #78a4d1;
	margin-top: 5px;
}

div.fotoGroupContainer {
	margin: 5px;
}

div.folder {
	position: relative;
	float: left;
	margin: 0px;
	border: 1px solid #fff; /*Border wel aanwezig, niet zichtbaar tegen plotselinge verschuivingen in firefox (waar border buiten object ligt)*/
	padding: 5px;
	cursor: pointer;
	font-size: 10pt;
	width: 100px;
	height: 90px;
	padding-top:10px;
}
div.folder a {
	color: #000;
}

div.folder:hover {
	border: 1px solid #78a4d1;
	background-color: #CCE8FF;
}


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 #fff;
	cursor: pointer;
}

div.thumb:hover img {
	border: 1px solid #78a4d1;
}

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


div.returnButton {
	font-family:  Tahoma, Verdana, Arial, Helvetica;
	border: 1px solid #fff;
	width: 50px;
	position: relative;
	left: 50%;
	margin-left: -25px;
	padding: 3px;
	cursor: pointer;
	font-weight: bold;
	color: #78a4d1;
	font-size: 11px;
	text-align: center;
}
div.returnButton:hover {
	border: 1px solid #78a4d1; 
	background-color: #CCE8FF;
	color: #247ad1;
}
