/*
############################
### CATEGORYS
*/
#col3 .wtgallery_categories{
    width: 100px;
    margin: 5px 10px 5px 0;
    text-align: center;
    font-size: 0.8em;
    overflow: hidden;
}
#col3 .wtgallery_categories .wtgallery_category_pic{
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.wtgallery_categories .wtgallery_category_folder{
    padding-top: 10px;
}

/*
### CATEGORYS
############################
*/

/*
############################
### LIST
*/
div.wtgallery_list{
    width: 100px;
    height: 100px;
    margin: 5px 10px 5px 0;
    overflow: hidden;
}
.wtgallery_list_pagebrowser_area{
    margin-top: 10px;
    font-size: 0.9em;
}
.wtgallery_list_pagebrowser_area p{
    display: none;
}
.wtgallery_list_pagebrowser_area ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
}
.wtgallery_list_pagebrowser_area ul li{
    margin: 0;
    padding: 0;
    padding-left: 10px;
    display: inline;
}
.wtgallery_list_pagebrowser_area ul li .act{
    text-decoration: underline;
}
/*
### LIST
############################
*/