/* Custom Formatting                                            */
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */


#carousel_hold,
#slideshow,
#slideshow_navigation
    {
    background-color: #e5e5e5;          /*  10% Black */
    }

#slideshow_notes
    {
    background-color: #f2f2f2;          /*   5% Black */
    }

#slideshow_notes p
    {
    margin-right: auto;
    margin-left: auto;
    font-size: 1.20em;
    }

@media screen and (min-width: 65.0em)
    {
    #slideshow_notes p
        {
        width: 60.0em;
        }
    }


@media screen and (min-width: 10.0em)
    {
    #slideshow_navigation_preview,
    #slideshow_navigation a img,
    #slideshow_navigation a:link img,
    #slideshow_navigation a:visited img
        {
        border-color: #be4300;          /* 125% UTD Link Orange */
        }

    #slideshow_navigation a:active img,
    #slideshow_navigation a:hover img,
    #slideshow_navigation a:focus img
        {
        border-color: #5fe0b7;          /* 100% UTD Accent Green */
        }
    }

