/* Custom slideshow styles */


/* background colour */
body {
    /*background-color: #1c1c1c;*/
}

/* thumbnail hover colour */
.clip:hover {
    /*border-color: red !important;*/
}

/* thumbnail highlight colour */
.highlight,
.highlight:hover {
    /*border-color: green !important;*/
}

/* icon colour */
i {
    /*color: green !important;*/
}

/* icon hover colour */
i:hover {
    /*color: blue !important;*/
}

/* scrollbar for long captions */
#info-content {
    /*overflow-y: scroll;*/
}