/*
    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, #cboxSlideshow{cursor:pointer;}
.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{}
    #cboxTopLeft{
	width:8px;
	height:8px;
	background: url(images/box_tl.gif) no-repeat left top;	/*background:url(none) no-repeat 0 0;*/
	font-size: 2px;
	line-height: 2px;
}
    #cboxTopCenter{
	height:8px;
	background: url(images/box_tblr.gif) repeat left top;	/*background:url(none) repeat-x left top;*/
	font-size: 2px;
	line-height: 2px;
}
    #cboxTopRight{
	width:8px;
	height:8px;
	background: url(images/box_tblr.gif) no-repeat left top;	/*background:url(none) no-repeat -36px 0;*/
	font-size: 2px;
	line-height: 2px;
}
    #cboxBottomLeft{
	width:8px;
	height:8px;
	background: url(images/box_bl.gif) no-repeat left top;	/*background:url(none) no-repeat 0 -32px;*/
	font-size: 2px;
	line-height: 2px;
}
    #cboxBottomCenter{
	height:8px;
	background: url(images/box_tblr.gif) repeat left top;	/*background:url(none) repeat-x left bottom;*/
	font-size: 2px;
	line-height: 2px;
}
    #cboxBottomRight{
	width:8px;
	height:8px;
	background: url(images/box_br.gif) no-repeat left top;	/*background:url(none) no-repeat -36px -32px;*/
	font-size: 2px;
	line-height: 2px;
}
    #cboxMiddleLeft{
	width:8px;
	background: url(images/box_tblr.gif) repeat left top;	/*background:url(none) repeat-y -175px 0;*/
	font-size: 2px;
	line-height: 2px;
}
    #cboxMiddleRight{
	width:8px;
	background: url(images/box_tblr.gif) repeat left top;	/*background:url(none) repeat-y -211px 0;*/
	font-size: 2px;
	line-height: 2px;
}
    #cboxContent{background:#fff; overflow:visible;}
        #cboxLoadedContent{margin-bottom:0px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-48px; left:0; text-align:center; width:100%; font-weight:bold; color:#FFF;}
        #cboxCurrent{
        position:absolute; bottom:0px; left:4px; font-weight:bold; color:#FFF;
        padding:4px;
		text-shadow: #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px; /* FireFox, Webkit, Opera */
		filter: glow(color=#000000,strength=2px);
        }
        
        #cboxPrevious{position:absolute; top:50%; background:url(images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:-30px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        
        #cboxNext{position:absolute; top:50%; background:url(images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
		#cboxNext{right:-30px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
		
        #cboxClose{position:absolute; top:-30px; right:-30px; background:url(images/controls.png) no-repeat 0px 0px; width:71px; height:71px; text-indent:-9999px;}
		#cboxClose{right:10; background-position:0px -75px;}
        #cboxClose.hover{background-position:-71px -75px;}
        
        .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;}