/*
	Colorbox Core Style:
	The following CSS is consistent between example themes and should not be altered.
*/
#sgcolorbox.colorbox4, #sgcboxOverlay.colorbox4,.colorbox4 #sgcboxWrapper{position:absolute; top:0; left:0; z-index:2147483647; overflow:hidden;}

.colorbox4 #sgcboxWrapper {max-width:none;}

#sgcboxOverlay.colorbox4{position:fixed; width:100%; height:100%;}

.colorbox4 #sgcboxMiddleLeft,.colorbox4 #sgcboxBottomLeft{clear:left;}

.colorbox4 #sgcboxContent{position:relative;}

.colorbox4 #sgcboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}

.colorbox4 #sgcboxTitle{margin:0;}

#sgcboxLoadingOverlay.colorbox4,.colorbox4 #sgcboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}

.colorbox4 #sgcboxPrevious,.colorbox4 #sgcboxNext,.colorbox4 #sgcboxClose,.colorbox4 #sgcboxSlideshow{cursor:pointer;}

.colorbox4 .sgcboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}

.colorbox4 .sgcboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}

#sgcolorbox.colorbox4,.colorbox4 #sgcboxContent,.colorbox4 #sgcboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-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.
*/

#sgcboxOverlay.colorbox4{opacity: 0.9; filter: alpha(opacity = 90);}

.sgcboxOverlayBg.colorbox4 {background:#fff;}

#sgcolorbox.colorbox4{outline:0;}

	.colorbox4 #sgcboxTopLeft{width:25px; height:25px; background:url(../../img/colorbox4/border1.png) no-repeat 0 0;}

	.colorbox4 #sgcboxTopCenter{height:25px; background:url(../../img/colorbox4/border1.png) repeat-x 0 -50px;}

	.colorbox4 #sgcboxTopRight{width:25px; height:25px; background:url(../../img/colorbox4/border1.png) no-repeat -25px 0;}

	.colorbox4 #sgcboxBottomLeft{width:25px; height:25px; background:url(../../img/colorbox4/border1.png) no-repeat 0 -25px;}

	.colorbox4 #sgcboxBottomCenter{height:25px; background:url(../../img/colorbox4/border1.png) repeat-x 0 -75px;}

	.colorbox4 #sgcboxBottomRight{width:25px; height:25px; background:url(../../img/colorbox4/border1.png) no-repeat -25px -25px;}

	.colorbox4 #sgcboxMiddleLeft{width:25px; background:url(../../img/colorbox4/border2.png) repeat-y 0 0;}

	.colorbox4 #sgcboxMiddleRight{width:25px; background:url(../../img/colorbox4/border2.png) repeat-y -25px 0;}

	.colorbox4 #sgcboxContent{background:#fff; overflow:hidden;}

		.colorbox4 .sgcboxIframe{background:#fff;}

		.colorbox4 #sgcboxError{padding:50px; border:1px solid #ccc;}

		.colorbox4 #sgcboxLoadedContent{margin-bottom:20px;}

		.colorbox4 #sgcboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}

		.colorbox4 #sgcboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}

		#sgcboxLoadingOverlay.colorbox4{background:#fff url(../../img/colorbox4/loading.gif) no-repeat 5px 5px;}

		/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
		.colorbox4 #sgcboxPrevious,.colorbox4 #sgcboxNext,.colorbox4 #sgcboxSlideshow,.colorbox4 #sgcboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }


		/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

		.colorbox4 #sgcboxPrevious:active,.colorbox4 #sgcboxNext:active,.colorbox4 #sgcboxSlideshow:active,.colorbox4 #sgcboxClose:active {outline:0;}

		.colorbox4 #sgcboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}

		.colorbox4 #sgcboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}

		.colorbox4 #sgcboxNext{position:absolute; bottom:0px; left:63px; color:#444;}

		.colorbox4 #sgcboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/


.colorbox4 .sgcboxIE #sgcboxTopLeft,

.colorbox4 .sgcboxIE #sgcboxTopCenter,

.colorbox4 .sgcboxIE #sgcboxTopRight,

.colorbox4 .sgcboxIE #sgcboxBottomLeft,

.colorbox4 .sgcboxIE #sgcboxBottomCenter,

.colorbox4 .sgcboxIE #sgcboxBottomRight,

.colorbox4 .sgcboxIE #sgcboxMiddleLeft,

.colorbox4 .sgcboxIE #sgcboxMiddleRight {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);

}