/* @begin Thumbnail Elements */

.cms-block-thumbnails { margin-top: 10px; }
.cms-block-thumbnails .content { background-color: #464646 !important; padding: 0 !important; clear: both; }
.cms-block-thumbnails .content h2 { margin: 0; }
.cms-block-thumbnails:first-child { margin-top: 0; }

.thumbnails { display: block; padding: 5px; }
.thumbnails li { float: left; position: relative; padding: 5px; margin: 5px; background: #999; color: white; }
.thumbnails li.first { background-color: rgb(72, 144, 255); }
.thumbnails li:hover { background-color: rgb(255, 144, 0); color: black; }
.thumbnails li a { display: block; }
.thumbnails li img.thumb { display: block; width: 80px; height: 80px; min-height: 80px; max-height: 80px; min-width: 80px; max-width: 80px; background: white url('/static/img/spinners/ballspin-lightgrey.gif') center center no-repeat; }

.thumbnails li label { cursor: pointer; clear: right; display: block; margin-top: 5px; text-align: right; background-color: transparent; background-position: left center; background-repeat: no-repeat; }
.thumbnails li label.positive { background-image: url('/static/img/icons/lightbulb_off.png'); }
.thumbnails li:hover label.positive { background-image: url('/static/img/icons/lightbulb_add.png'); }
.thumbnails li label.negative { background-image: url('/static/img/icons/lightbulb.png'); }
.thumbnails li:hover label.negative { background-image: url('/static/img/icons/lightbulb_delete.png'); }

.thumbnails li a.remove { position: absolute; top: -5px; left: -7px; display: none; }
.thumbnails li:hover a.remove { display: block; }
.thumbnails li a.download { position: absolute; bottom: -7px; right: -5px; display: none; }
.thumbnails li:hover a.download { display: block; }

.thumbnails li .badge { position: absolute; top: 69px; right: 5px; height: 16px; margin: 0; padding: 0; }
.thumbnails li .badge-panorama { width: 32px; }

/* @end */
