/*
    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%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{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:#DDD;}
#colorbox{}
    #cboxTopLeft{width:20px; height:30px; }
    #cboxTopCenter{height:20px; }
    #cboxTopRight{width:20px; height:20px; }
    #cboxBottomLeft{width:20px; height:20px; }
    #cboxBottomCenter{height:20px; }
    #cboxBottomRight{width:20px; height:20px;}
    #cboxMiddleLeft{width:20px; }
    #cboxMiddleRight{width:20px; }
    #cboxContent{
	overflow:visible;
	background-color: #FFF;
}
        .cboxIframe{background:#FFF;}
        #cboxError{padding:20px; border:1px solid #ccc;}
        #cboxLoadedContent{
	margin-top:0px;
	border: 20px solid #FFF;
}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute;}
        #cboxCurrent{position:absolute; }
        
    #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow, #cboxCurrent {
	font-family: Gothic720BT-RomanB, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #666;
	text-decoration: none;
	position: absolute;
	text-indent: 5px;
	padding-right: 5px;
	padding-top: 3px;
	text-transform: uppercase;
	}



	#cboxClose{
	position: absolute;
	top: -25px;
	left: 45%;
	
}	

    #cboxNext{
	position:absolute; 
	top:-25px; 
	right: 0px; 
	}
	
	#cboxPrevious{
	position:absolute; 
	top:-25px; 
	left: 0px; 
}

    #cboxSlideshow{
	position: absolute;
	top: 0px;
	left: 20px;
	
	}

    #cboxCurrent{
	position:absolute;
	top:-25px;
	left: -500px;
	
	}

        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}