/*
    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; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{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; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{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.
*/
#cboxOverlay{background:#020913; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
/*    #cboxTopLeft{width:14px; height:14px; background:url(../images/controls.png) no-repeat 0 0;}
    #cboxTopCenter{height:14px; background:url(../images/border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(../images/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(../images/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(../images/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(../images/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(../images/controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(../images/controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}*/
        #cboxContent{margin-top:35px; margin-left:10px; margin-right:10px;}
		.cboxIframe{background:#fff;}
		#cboxError{padding:50px; border:1px solid #ccc;}
		#cboxLoadedContent{
			border: 1px solid #052244; 
			background:#fff;
			/* rounded corners */
			border-radius: 4px; 
			-webkit-border-radius: 4px; 
			-moz-border-radius: 4px;
		
			
			}
		#cboxTitle{
			position:absolute;
			top:-20px;
			left:0;
			color:#FFF;
			font-weight: bold;
			letter-spacing: 1px;
			font-size: 14px;
		}
		#cboxCurrent{position:absolute; top:-23px; right:110px; color:#ccc;}
		#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
		#cboxPrevious{position:absolute; top:50%; left:7px; margin-top:-25px; border: 0; background:url(../images/controls.png) no-repeat top left; width:25px; height:50px; text-indent:-9999px;}
		#cboxPrevious:hover{background-position:bottom left; border: 0;}
		#cboxNext{position:absolute; top:50%; right:7px; margin-top:-25px; border: 0; background:url(../images/controls.png) no-repeat top right; width:25px; height:50px; text-indent:-9999px;}
		#cboxNext:hover{background-position:bottom right; border: 0;}
		#cboxLoadingOverlay{background:#fff;}
		#cboxLoadingGraphic{background:url(../images/box_loading.gif) no-repeat center center;}
		#cboxClose{
			position:absolute;
			top:-32px;
			right:0px;
			display:block;
			background:url(../images/controls_close.png) no-repeat top;
			width:30px;
			height:30px;
			border: 0;
			text-indent:-9999px;
		}
		#cboxClose:active{border:0;}
		#cboxClose:hover{background-position:bottom; border: 0;}

		
	
	
		

