ul.gallery-folders, div.gallery-pictures ul {
	margin: 0px;
	padding: 0px;
}

ul.gallery-folders li, div.gallery-pictures ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-transform: lowercase;
}
ul.gallery-folders li a, div.gallery-pictures ul li a {
	color: #000;
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
}
ul.gallery-folders li:first-letter, div.gallery-pictures ul li:first-letter {
	text-transform: uppercase;
}
ul.gallery-folders li a:hover, div.gallery-pictures ul li a:hover {
	text-decoration: underline;
}

ul.gallery-folders li a {
	background: transparent url(../images/folder.png) no-repeat left 0px;
}

ul.gallery-folders li.gallery-parentfolder a {
	background: transparent url(../images/folder_previous.png) no-repeat left 0px;
}

div.gallery-pictures ul li {
}
div.gallery-pictures ul li a {
	background: transparent url(../images/page.png) no-repeat left top;
}


div.gallery-pictures ul li.filetype.pdf a {
	background: transparent url(../images/file_acrobat.gif) no-repeat left top;
}
div.gallery-pictures ul li.filetype.pdx a {
	background: transparent url(../images/file_acrobat.gif) no-repeat left top;
}

div.gallery-pictures p.warning {
	font-family: verdana;
	font-size: 11px;
}