/* CSS Document */

/* RANDOM THUMB STYLES */
a.randomthumb img {
border: 2px aqua solid;
}

a.randomthumb.hover img {
border: 2px #cccccc solid;
}

