/* RULES FOR IMAGE PREVIEW - International Programs Page */
#imgPreviewWithStyles{
    background: #ccc url(../images/loading_picture_viewer.gif) no-repeat center;
    padding: 5px;
    z-index: 999;
    border: none;
}
#imgPreviewWithStyles span {
    color: white;
    font-size: 1em;
    text-align: center;
    display: block;
    padding: 10px 0 3px 0;
}
.loading {
    height: 32px;
    width: 32px;
}