<!--

div.gallery {
    padding: 1em;
}

div.description {
	position: relative;
}

/* back button */
div.gallery #content_buttons .menubox {
    float: left;
    width: 100px;
    text-align: center;
    display: none;
}

div.gallery #content_buttons .menubox img {
    border: 0;
}

div.gallery #description {
    font-family: Arial, Verdana, sans-serif;
}

div.gallery #address {
    clear: left;
    display: none;
}

/* the "details" text */
div.gallery .content_sub_2 {
    display: none;
}

/* contains all thumbnails */
div.gallery #content-main {
    margin-top: 1em;
    clear: left;
}

/* a file */
div.gallery #content-main .elementbox {
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    float: left;
    height: 110px;
    width: 300px;
}

div.gallery #content-main .elementbox img {
    border: 1px solid #888;
    margin-right: .5em;
    float: left;
}

div.gallery #content-main .elementbox a {
    text-decoration: none;
}

div.gallery #content-main .elementbox a:hover {
    text-decoration: underline;
}

div.gallery #content-main .elementbox a:hover img {
    border: 1px solid #00f;
}

div.gallery #content-main .nofilenames {
    float: left;
    width: 225px;
    text-align: center;
}

div.gallery #content-main .nofilenames img {
    float: none;
}

div.gallery #clearfooter {
    clear: both;
}

div.gallery .dir, div.gallery .dir_large,
div.gallery .file, div.gallery .file_port {
    float: left;
    margin-bottom: 5px;
}

div.gallery a.dir, div.gallery a.dir_large {
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 20px;
}

div.gallery a.dir {
    width: 100px;
    height: 25px;
    padding-left: 20px;
    background-image: url("/filevault/system/dir.png");
}

div.gallery a.dir_large {
    width: 200px;
    height: 55px;
    padding-left: 50px;
    background-image: url("/filevault/system/dir.gif");
}

div.gallery a.selected {
    font-weight: bold;
}

div.gallery .dirs {
}

div.gallery .files {
    clear: left;
    padding-top: 10px;
}

div.gallery .file, div.gallery .file_port {
    text-align: center;
}

div.gallery .file {
    width: 170px;
    height: 140px;
}

div.gallery .file_port {
    width: 150px;
    height: 225px;
}

div.gallery .file img, div.gallery .file_port img {
    border: 1px solid #888;
}

div.gallery .file a:hover img, div.gallery .file_port a:hover img {
    border: 1px solid #a05149;
}

div.gallery .file .text, div.gallery .file_port .text {
    display: none;
}

-->