/*
    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;}
#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{cursor:pointer;}  /* #cboxSlideshow*/ 
.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:#000;}
#colorbox{}
    #cboxContent{margin-top:85px;  margin-bottom:45px; overflow:visible;}
        .cboxIframe{background:#000;}
        #cboxError{padding:50px; border:0px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:0px;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background: #000;}
        #cboxTitle{
	position:absolute;
	top:-40px;
	color:#BFBFBF;
	font-family: Arial, sans-serif;
	width: 100%;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	left: 0
}
        #cboxCurrent{position:absolute; bottom:-38px; right:205px; text-indent:-9999px;}
        /*#cboxSlideshow,*/  #cboxPrevious, #cboxNext {text-indent:-9999px; width:25px; height:27px; position:absolute; bottom:-38px; background: url(../images/controls2.png) no-repeat 0 0;}
		#cboxClose{text-indent:-9999px; width:80px; height:28px; position:absolute; bottom:-38px; background: url(../images/controls2.png) no-repeat 0 0;}
        #cboxPrevious{background-position:-9px 0px; right:125px;}
        #cboxPrevious:hover{background-position:-9px -30px;}
        #cboxNext{background-position:-55px 0px; right:80px;}
        #cboxNext:hover{background-position:-55px -30px;}
        #cboxClose{background-position:-86px 0px; right:0;}
        #cboxClose:hover{background-position: -86px -30px;} 
		/*.cboxSlideshow_on*/ #cboxPrevious, /*.cboxSlideshow_off*/ #cboxPrevious{right:125px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-182px 0px; right:107px;display: none}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-229px -30px;display: none}
        .cboxSlideshow_off #cboxSlideshow{background-position:-229px 0px; right:107px;display: none}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-182px -30px;display: none}