/*#gallery .item {
    width: 8.55em;
    float: left;
}

#gallery .item a img {
    border: none;
}

#gallery .item .hd h2 {
    height: 16px;
    padding: 0;
    border-bottom: none;
}

#gallery .item .bd .s {
    text-align: center;
}

#gallery .item .ft .c {
    height: 30px;
    padding: 0;
    padding-right: 7px;
}

#gallery .item .bd .c {
    height: 85px; 
}*/

#gallery .item .zoom,
#gallery .item .main,
#gallery .item .comments,
#gallery .item .edit,
#gallery .item .delete,
#gallery .item .profile  {
    display: block;
    width: 24px;
    padding-top: 24px;
    overflow: hidden;
    float: right;
    height: 0px;
}

#gallery .item .comments {
    padding-top: 0.15em;;
    height: 24px;
    text-align: center;
    text-decoration: none;
}

#gallery .item .comments:hover {
    color: black;
}

#gallery .item .comments span {
    display: none;
}

#gallery .item .edit {
    background: transparent url(/images/edit.gif) no-repeat 0px 0px;
}

#gallery .item .zoom {
    background: transparent url(/images/zoom.gif) no-repeat 0px 0px;
}

#gallery .item .delete {
    background: transparent url(/images/delete.gif) no-repeat 0px 0px;
}

#gallery .item .main {
    background: transparent url(/images/main.gif) no-repeat 0px 0px;
}

#gallery .item .comments {
    background: transparent url(/images/comments.gif) no-repeat 0px 0px;
}

#gallery .item .profile {
    background: transparent url(/images/profile.gif) no-repeat 0px 0px;
}

/*#gallery .list {
    width: 34.2em;
    margin: 0 auto;
}*/