﻿ /* Center the text in the caption */.highslide-caption
        {
            width: 100%;
            text-align: center;
        }
        /* Remove the close button from the controls since we already have one in the corner of the image */.highslide-close
        {
            display: none !important;
        }
        /* Put the image number in front of the caption */.highslide-number
        {
            display: inline;
            padding-right: 1em;
            color: white;
        }