/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#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; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
	ColorBox example user style
	The following rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:#000;}

#colorbox{}
	#cboxTopLeft{width:64px; height:64px; background:url(/img/cartoon_frame.png) 0 0 no-repeat;}
	#cboxTopCenter{height:64px; background:url(/img/cartoon_frame.png) no-repeat -64px 0;}
	#cboxTopRight{width:64px; height:64px; background:url(/img/cartoon_frame.png) top right no-repeat;}
	#cboxBottomLeft{width:64px; height:64px; background:url(/img/cartoon_frame.png) bottom left no-repeat;}
	#cboxBottomCenter{height:64px; background:url(/img/cartoon_frame.png) no-repeat -64px -651px;}
	#cboxBottomRight{width:64px; height:64px; background:url(/img/cartoon_frame.png) -594px -651px no-repeat;}
	#cboxMiddleLeft{width:64px; height:64px; background:url(/img/cartoon_frame.png) 0 -64px no-repeat;}
	#cboxMiddleRight{width:64px; height:64px; background:url(/img/cartoon_frame.png) -594px -55px no-repeat;}
	#cboxContent{background:#fff;}
		#cboxLoadedContent{margin-bottom:5px;}
		#cboxLoadingOverlay{/*background:url(images/loading_background.png) center center no-repeat;*/}
                #cboxLoadingGraphic{/*background:url(images/loading.gif) center center no-repeat;*/}
                #cboxTitle{/*position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;*/ display: none;}
                #cboxCurrent{/*position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;*/ display: none;}
                
                #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:0; text-indent:-9999px;}
                #cboxPrevious{width: 28px; height: 29px; left:0px; background: url(/img/cartoon_prev.png) no-repeat 0 0; }
                #cboxPrevious.hover{}
                #cboxNext{width: 28px; height: 29px; right:0px; background: url(/img/cartoon_next.png) no-repeat 0 0;}
                #cboxNext.hover{}
		#cboxClose{width: 55px; height: 12px; top: 0; right: 10px; background: url(/img/cartoon_close.png) no-repeat 0 0;}
		#cboxClose.hover{}

                .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;}