
/* 
    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.
*/

.colorbox-plain #cboxContent{
  margin-top: 32px; 
  background: transparent;
  /*padding-top: 20px;*/
  overflow: visible;
}

.colorbox-plain .cboxIframe{ background:#fff; }

.colorbox-plain #cboxLoadedContent{
  margin: 0;
  background: white; 
  padding: 0.5em;
}
.colorbox-plain.colorbox-type-photo #cboxLoadedContent{
  background: transparent; 
  padding: 1px;
}

.colorbox-plain #cboxLoadingOverlay{
  background: #fff;
}

.colorbox-plain #cboxTitle{
  position:absolute; 
  top:-22px; 
  left:0; 
  
}

#cboxTopLeft, #cboxTopRight,
#cboxBottomLeft, #cboxBottomRight {
  width: 0;
  height: 0;
}

.colorbox-plain #cboxWrapper {
  background: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.colorbox-plain #cboxTopCenter, .colorbox-plain #cboxBottomCenter { height: 0; }
.colorbox-plain #cboxMiddleLeft, .colorbox-plain #cboxMiddleRight { width: 0; }

.colorbox-plain #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
.colorbox-plain #cboxPrevious, 
.colorbox-plain #cboxNext, 
.colorbox-plain #cboxSlideshow, 
.colorbox-plain #cboxClose {
  border:0; 
  padding:0; 
  margin:0; 
  overflow:visible; 
  text-indent:-9999px; 
  width:20px; 
  height:20px; 
  top:-20px; 
  background:url(images/controls_plain.png) no-repeat 0 0;
}

.colorbox-light.colorbox-plain #cboxPrevious, 
.colorbox-light.colorbox-plain #cboxNext, 
.colorbox-light.colorbox-plain #cboxSlideshow, 
.colorbox-light.colorbox-plain #cboxClose {
  background-image: url(images/controls_plain_light.png);
}
        
.colorbox-plain #cboxPrevious:active, 
.colorbox-plain #cboxNext:active, 
.colorbox-plain #cboxSlideshow:active, 
.colorbox-plain #cboxClose:active {outline:0;}

.colorbox-plain #cboxPrevious{background-position:0px 0px; right:44px;}
.colorbox-plain #cboxPrevious:hover{background-position:0px -25px;}
.colorbox-plain #cboxNext{background-position:-25px 0px; right:22px;}
.colorbox-plain #cboxNext:hover{background-position:-25px -25px;}
.colorbox-plain #cboxClose{background-position:-50px 0px; right: -1em;}
.colorbox-plain.colorbox-type-photo #cboxClose{right: 0;}
.colorbox-plain #cboxClose:hover{background-position:-50px -25px;}

.colorbox-plain .cboxSlideshow_on #cboxPrevious, 
.colorbox-plain .cboxSlideshow_off #cboxPrevious {
  right:66px;
}
.colorbox-plain .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.colorbox-plain .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.colorbox-plain .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.colorbox-plain .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
