#show-image #image {
    width: 214px;
    text-align: center;
    margin: 0 auto;
}

#show-image #image .ft .c {
    padding: 0;
}

#show-image #image a img {
    border: none;
}

#show-image #image .controls {
    height: 24px;
    padding: 0px 5px 5px 5px;
}

#show-image #image .zoom,
#show-image #image .main,
#show-image #image .comments,
#show-image #image .delete {
    display: block;
    width: 24px;
    padding-top: 24px;
    overflow: hidden;
    float: right;
    height: 0px;
}

#show-image #image .zoom {
    background: transparent url(/images/zoom.gif) no-repeat 0px 0px;
}

#show-image #image .main {
    background: transparent url(/images/main.gif) no-repeat 0px 0px;
}

#show-image #image .comments {
    background: transparent url(/images/comments.gif) no-repeat 0px 0px;
}

#show-image #image .delete {
    background: transparent url(/images/delete.gif) no-repeat 0px 0px;
}

#show-image #tags .bd .s {
    text-align: center;    
}


/* ---> Update image <--- */

#edit-image #image {
    width: 214px;
    margin: 0 auto;
    text-align: center;
}

#edit-image #image a img {
    border: none;
}

#edit-image #update {
    width: 30em;
    margin: 0 auto;
}

#edit-image #update label {
    float: left;
    display: block;
    width: 11em;
    text-align: right;
    padding-right: 0.4em;
}

#edit-image #update .field {
    width: 98%;
}

#edit-image #update .controls {
    text-align: center;
    margin: 0.5em 0 0 0;
}

#edit-image #update span {
    margin-left: 11.6em;
        display: block;
}

#edit-image #update .current {
    margin: 0;
    display: inline;
}

#edit-image #update p {
    margin: 0.2em 0;
}

#edit-image #update .tag {
    font-size: 0.6em;
}