/* Photo gallery template ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place */

*{
	margin:0 0 0 0;
	padding:0;
	font-size:100%;}


img{
		align:center;
		}

#navigatie {
	height: 1600px;
}

#main-content li{
	width:100px;
	height: 100%;
	background:#FFF;
	padding:0.1em;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}
#main-content a span{
	position:absolute;
	left:-9999px;
}

#main-content a:hover span{	
	top:-0.5em;
	left:0.1em;
	width:102px;
	background:#FFF;
	color:#00ADC6;
	padding:5px 0 5px 0;
	font-size:0.8em;
	border:1px solid #00ADC6;
	border-width:0 0 5px 0;
	filter: alpha(opacity=100);
}