/*
    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:999999; overflow:visible; height:100%;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left; height:100%;}
#cboxContent{position:relative; height:100%}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch; height:100%;}
#cboxTitle{margin:0; text-indent:-9999px;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow, .CoverPop-close{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; height:100%; overflow:visible;}

/* 
    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:#0d0d0d; opacity:1 !important;}
#colorbox{outline:0; overflow:visible;}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose, .CoverPop-close {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{background: url(../images/hands.png) no-repeat 0 -30px;width:40px; height:30px; display:block;position:absolute; text-indent:-9999px; }
#cboxPrevious{left:32px; top:50%; margin-top:-20px;}
#cboxPrevious:hover {opacity: 0.75; filter: alpha(opacity=75);left:20px;}
#cboxNext {background: url(../images/hands.png) no-repeat 0 0; width:40px; height:30px; display:block; position:absolute; text-indent:-9999px; }
#cboxNext {right:42px; top:50%; margin-top:-20px;}
#cboxNext:hover {opacity: 0.75; filter: alpha(opacity=75);right:30px; }
#cboxClose, .CoverPop-close {background:url(../images/sprite_icon.png) no-repeat left -854px; padding-left:27px; line-height:20px; color:#fff; font-size:25px; margin-top:27px; position:absolute; top:0; right:22px; z-index:2;}
#cboxClose:hover, .CoverPop-close:hover {color: #fff; opacity: 0.75; filter: alpha(opacity=75); /* For IE8 and earlier */ }

#cboxNext, #cboxPrevious { 
	-webkit-transition: all 0.5s ease;
	-moz-transition: 	all 0.5s ease;
	-o-transition: 		all 0.5s ease;
	transition: 		all 0.5s ease;
}

.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);
}