/* Gallery viewer styles */
#viewer_control {
    clear: both;
    margin: 0pt;
    padding: 0pt;
    overflow: hidden;
    position: relative;
    z-index: 9;
    width: auto;
    height: 23px;
}

#viewer_control ul {
    margin: 0px;
    padding: 0px;
    padding-left: 23px !important;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    background-color: transparent;
    text-align: right;
    float: right;
    height: 23px;
}

#viewer_control li {
    display: inline;
    padding: 0px !important;
    margin: 0pt;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    background-color: #222222 !important;
    float: left;
    text-align: center;
    height: 23px;
}

#viewer_control img {
    margin: 5px 8px;
}
