.vimeography-bridge {margin: 20px auto; clear: both; width: 100%; font-size: 0; line-height: 0; /* Gets rid of the whitespace between inline-block elements */}
.vimeography-bridge .vimeography-thumbnail-container {width: 284px; height: 276px; float: left; margin: 0 30px 20px 0;}
.vimeography-bridge .vimeography-thumbnail-container a {display: block; margin: 0; text-decoration: none; outline: none;}

.vimeography-bridge .vimeography-thumbnail {border: 2px solid #dadada; width: 280px; height: 188px; overflow: hidden; cursor: pointer; margin: 0 0 15px; border-radius: 5px;}
.vimeography-bridge .vimeography-thumbnail:hover {box-shadow: 0px 2px 10px #888; border: 2px solid #fff; border-radius: 2px;}
.vimeography-bridge .vimeography-thumbnail.active {box-shadow: 0px 2px 10px #888; border: 2px solid #2D86FF; border-radius: 2px;}

.vimeography-bridge .vimeography-thumbnail img {max-width: 344px; height: 188px; margin: 0 0 0 -32px;}

.vimeography-bridge .vimeography-data h1.vimeography-title {text-align: center; font-size: 15px; color: #565656;  white-space: nowrap;}
.vimeography-bridge .vimeography-data p.vimeography-description {clear:both;position: relative; text-align: left; height: 3em; overflow: hidden; margin: 0; padding: 0;  line-height: 1.5em; display: block; font-size:11px; font-family: georgia, serif; color: #555;}

.vimeography-bridge.vimeography-template-container {display: none;}

.vimeography-bridge.vimeography-template {background: none repeat scroll 0 0 #FFFFFF; position: relative; text-align: left; margin: 0;}
.vimeography-bridge .vimeography-controls {position: absolute; top: -40px; right: -40px;}
.vimeography-bridge .vimeography-controls div {float: right; height: 21px; margin: 0 0 0 3px; overflow: hidden; position: relative; z-index: 99;}
.vimeography-bridge .vimeography-controls div img:hover {margin: -21px 0 0 0;}
.vimeography-bridge .vimeography-embed {background: url(img/loading.gif) 50% 50% no-repeat #000;}

.vimeography-bridge .vimeography-video h1 {margin: 0 0 20px; padding: 0; color: #333333; font-size: 22px; font-weight: normal; line-height: 1.5em;}
.vimeography-bridge .vimeography-video .vimeography-description {margin: 10px 0 0 0; padding: 0; color: #555555; font-size: 15px; font-weight: normal; line-height: 1.5em;}

.vimeography-bridge .vimeography-video .vimeography-plays {margin: 30px 0 0 0;}
.vimeography-bridge .vimeography-video .vimeography-tags {margin: 0;}

.vimeography-bridge .vimeography-video .vimeography-plays,
.vimeography-bridge .vimeography-video .vimeography-tags {padding: 0; color: #999; font-size: 11px; font-weight: normal; line-height: 1.5em; display: inline-block;}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#555; opacity: 0. !important;}
#colorbox{box-shadow: 0 0 40px rgba(0, 0, 0, 0.3); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
    #cboxContent{margin:0px; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#fff; padding:54px;}
        #cboxLoadingGraphic{background:url(img/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(img/controls.png) no-repeat 0 0;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
        
