div.path 
{
    padding-bottom:0.2em;
    margin-bottom:0.3em;
    padding-left:1em;
    border-bottom:solid 1px gray;
}

div.path a
{
    text-decoration:none;
}

a:hover
{
    background-color:#dddddd;
}

div.thumbs
{
	clear:both;
	float:left;
}

div.thumbs div
{
	float:left;
	padding:4px;
	width:120px;
	height:120px;
	text-align:center;
	vertical-align:middle;
}

div.image
{
    width:100%;
    text-align:center;
}

div.subdirs>div
{
    float:left;
    padding:0.2em;
    border:solid 1px #cccccc;
    border-collapse:collapse;
	width:120px;
	text-align:center;
}

div.subdirs p 
{
	height:2em;
}

div.subdirs a
{
  	text-decoration:none;
}
    
img
{
    border:none;
}