/*
	Colorbox Core Style
	The following CSS is consistent between example themes and should not be altered.
*/

#sgcolorbox.colorbox1, #sgcboxOverlay.colorbox1,.colorbox1 #sgcboxWrapper{position:absolute; top:0; left:0; z-index:2147483647; overflow:hidden;}

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

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

.colorbox1 #sgcboxMiddleLeft,.colorbox1 #cboxBottomLeft{clear:left;}

.colorbox1 #sgcboxContent{position:relative;}

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

.colorbox1 #sgsgcboxTitle{margin:0;}

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

.colorbox1 #sgcboxPrevious,.colorbox1 #cboxNext,.colorbox1 #sgcboxClose,.colorbox1 #sgcboxSlideshow{cursor:pointer;}

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

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

#sgcolorbox.colorbox1,.colorbox1 #sgcboxContent,.colorbox1 #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.colorbox1{opacity: 0.9; filter: alpha(opacity = 90);}

.sgcboxOverlayBg.colorbox1 {background:url(../../img/colorbox1/overlay.png) repeat 0 0;}

#sgcolorbox.colorbox1{outline:0;}

	.colorbox1 #sgcboxTopLeft{width:21px; height:21px; background:url(../../img/colorbox1/controls.png) no-repeat -101px 0;}

	.colorbox1 #sgcboxTopRight{width:21px; height:21px; background:url(../../img/colorbox1/controls.png) no-repeat -130px 0;}

	.colorbox1 #sgcboxBottomLeft{width:21px; height:21px; background:url(../../img/colorbox1/controls.png) no-repeat -101px -29px;}

	.colorbox1 #sgcboxBottomRight{width:21px; height:21px; background:url(../../img/colorbox1/controls.png) no-repeat -130px -29px;}

	.colorbox1 #sgcboxMiddleLeft{width:21px; background:url(../../img/colorbox1/controls.png) left top repeat-y;}

	.colorbox1 #sgcboxMiddleRight{width:21px; background:url(../../img/colorbox1/controls.png) right top repeat-y;}

	.colorbox1 #sgcboxTopCenter{height:21px; background:url(../../img/colorbox1/border.png) 0 0 repeat-x;}

	.colorbox1 #sgcboxBottomCenter{height:21px; background:url(../../img/colorbox1/border.png) 0 -29px repeat-x;}

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

		.colorbox1 .sgcboxIframe{background:#fff;}

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

		.colorbox1 #sgcboxLoadedContent{margin-bottom:28px;}

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

		.colorbox1 #sgcboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}

		#sgcboxLoadingOverlay.colorbox1{background:url(../../img/colorbox1/loading_background.png) no-repeat center center;}

		.colorbox1 #sgcboxLoadingGraphic{background:url(../../img/colorbox1/loading.gif) no-repeat center center;}

		/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

	  .colorbox1  #sgcboxPrevious,.colorbox1 #sgcboxNext,.colorbox1 #sgcboxSlideshow,.colorbox1 #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) */

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

		.colorbox1 #sgcboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}

		.colorbox1 #sgcboxPrevious{position:absolute; bottom:0; left:0; background:url(../../img/colorbox1/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}

		.colorbox1 #sgcboxPrevious:hover{background-position:-75px -25px;}

		.colorbox1 #sgcboxNext{position:absolute; bottom:0; left:27px; background:url(../../img/colorbox1/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}

		.colorbox1 #sgcboxNext:hover{background-position:-50px -25px;}

		.colorbox1 #sgcboxClose{position:absolute; bottom:0; right:0; background:url(../../img/colorbox1/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}

		.colorbox1 #sgcboxClose:hover{background-position:-25px -25px;}

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

.colorbox1 .sgcboxIE #sgcboxTopLeft,

.colorbox1 .sgcboxIE #sgcboxTopCenter,

.colorbox1 .sgcboxIE #sgcboxTopRight,

.colorbox1 .sgcboxIE #sgcboxBottomLeft,

.colorbox1 .sgcboxIE #sgcboxBottomCenter,

.colorbox1 .sgcboxIE #sgcboxBottomRight,

.colorbox1 .sgcboxIE #sgcboxMiddleLeft,

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