/*
    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; text-align:left;}
#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%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow, #cboxMin, #cboxMin2{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    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:url(/sites/default/images/colorbox/overlay.png) repeat 0 0;}
#colorbox{ box-shadow:0 0 15px rgba(0,0,0,0.3); font-family:Arial; }
    #cboxTopLeft{width:10px; height:10px; background:#fff; border-radius:2px 0 0 0;}
    #cboxTopRight{width:10px; height:10px; background:#fff; border-radius:0 2px 0 0;}
    #cboxBottomLeft{width:10px; height:10px; background:#fff; border-radius:0 0 0 2px;}
    #cboxBottomRight{width:10px; height:10px; background:#fff; border-radius:0 0 2px 0;}
    #cboxMiddleLeft{width:10px; background:#fff;}
    #cboxMiddleRight{width:10px; background:#fff;}
    #cboxTopCenter{height:10px; background:#fff;}
    #cboxBottomCenter{height:10px; background:#fff;}
    #cboxContent{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{}
        #cboxTitle{position:absolute; z-index:5; top:-35px; left:0; text-align:left; width:100%; padding:3px 0; text-indent:0px; font-weight:bold; font-size:15px; color:#fff; text-shadow:0 0 3px #000; }
        .cboxImage #cboxTitle{position:absolute; top:auto; bottom:0px; left:0; text-align:left; width:100%; padding:15px 0; text-indent:20px; font-weight:normal; font-size:14px; color:#fff; background:#000; background:rgba(0,0,0,0.65);}
        #cboxCurrent{position:absolute; z-index:6; bottom:15px; right:20px; color:#fff; font-size:11px;}
        #cboxSlideshow{position:absolute; top:4px; right:30px; color:#0092ef;}
        #cboxPrevious{opacity:0.3;position:absolute; top:0; left:10px; background:url(/sites/default/images/colorbox/arrowL.png) left center no-repeat; width:20%; height:100%; text-indent:-9999px;}
        #cboxPrevious.hover{opacity:1;}
        #cboxNext{opacity:0.3;position:absolute; top:0; right:10px; background:url(/sites/default/images/colorbox/arrowR.png) right center no-repeat; width:80%; height:100%; text-indent:-9999px;}
        #cboxNext.hover{opacity:1;}
        #cboxLoadingOverlay{background:url(/sites/default/images/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/sites/default/images/pw/wait.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:-20px; right:-3px; background:url(/sites/default/images/colorbox/controls.png) no-repeat -32px 0; width:32px; height:32px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-32px -31px;}
		.cboxImage #cboxClose {right:-20px;}
		#cboxMin{position:absolute; top:-20px; right:27px; background:url(/sites/default/images/colorbox/controls.png) no-repeat 0 0; width:32px; height:32px; text-indent:-9999px;}
		.cboxImage #cboxMin {display:none;}
        #cboxMin:hover{background-position:0 -31px;}
		#cboxMin2{position:fixed; bottom:0; left:0; background:#eee; width:100%; padding:20px; text-align:center; border-top:1px solid #ccc;}
		#cboxMin2:hover{background:#ccc;}
		#cboxMin2_text{padding-left:20px; background:url('../../images/ico/16x16/up.png') left center no-repeat;}
		#cboxMin2_label{font-weight:bold; color:#0674c4;}

/*
  The following fixes a problem where IE7+ replaces a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


#colorbox form { padding-bottom:55px; }
#colorbox form .buttons { position:absolute; bottom:-10px; left:-10px; width:100%; padding:10px 10px; text-indent:-15px; background:url('/sites/default/images/colorbox/logo.png') 17px center no-repeat #eeeeee; border-radius:0 0 2px 2px; box-shadow:inset 0 1px 0 #fff; }