<!--
body {
	background: black;
}
body, table,tr,td {
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
}
.ShadowImage {
	filter: shadow(Color=gray,Direction=115);
	height:1;
	position: relative;
	left: 0;
	top: 0;
}
.trans {
	filter: alpha(opacity=50);
}
a.album:link, a.album, a.album:active, a.album:visited {
	color:#777777;text-decoration:none;font-size: 7pt;
}
a.album:hover {
	color:#777777;text-decoration:underline;
}
.filename {
	background: transparent;
	font-family: verdana;
	font-size: 7pt;
	font-weight: bold;
	text-transform:capitalize; 
}
ul {
	list-style-image: url('images/folder.gif');
}
//-->