/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; /*overflow:hidden*/;}
#cboxOverlay{position:fixed; width:100%; height:100%;overflow:hidden;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:visible !important;}
#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, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{overflow:hidden;}
    #cboxTopLeft{
	background:url("imgs/lbbg.png") no-repeat scroll -17px 0 transparent;
	height:40px;
	width:20px;
	}
    #cboxTopCenter{
	background:url("imgs/lbborder.png") repeat-x scroll 0 0 transparent;
	height:40px;
	}
    #cboxTopRight{
	background:url("imgs/lbbg.png") no-repeat scroll -550px 0 transparent;
	height:40px;
	width:35px;
	}
    #cboxBottomLeft{
	background:url("imgs/lbbg.png") no-repeat scroll -17px -420px transparent;
	height:60px;
	width:20px;
	}
    #cboxBottomCenter{
	background:url("imgs/lbborder.png") repeat-x scroll 0 -420px transparent;
	height:60px;
	}
    #cboxBottomRight{
	background:url("imgs/lbbg.png") no-repeat scroll -550px -420px transparent;
	height:60px;
	width:35px;
	}
	
    #cboxMiddleLeft{
	background:url("imgs/lb-left-right-bg.png") repeat-y scroll -17px -22px transparent;
	width:20px;
	}
    #cboxMiddleRight{
	background:url("imgs/lb-left-right-bg.png") repeat-y scroll -550px -35px transparent;
	width:35px;
	}
    #cboxContent{background:url("imgs/lb-content-bg.png") repeat-y scroll center transparent;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(imgs/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(imgs/loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{
		bottom:-25px;
		color:#FFFFFF;
		font-weight:bold;
		left:230px;
		position:absolute;
		font-size:0.9em;
		}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(imgs/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
		
        #cboxPrevious{
		background: none;
		text-indent:0;
		bottom:-5px;
		position:relative;
		text-transform:capitalize;
		color:#FFFFFF;
		font-weight:bold;
		font-size:0.9em;
		padding-top:3px;
		}
		
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{
		background: none;
		bottom:-5px;
		float:right;
		position:relative;
		right:12px;
		text-indent:0;
		text-transform:capitalize;
		color:#FFFFFF;
		font-weight:bold;
		font-size:0.9em;
		padding-top:3px;
		}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{
		background:url("imgs/close.png") no-repeat scroll 0 0 transparent;
		height:30px;
		right:-33px;
		top:-38px;
		width:30px;
		}
        #cboxClose.hover{
		background:url("imgs/close.png") no-repeat scroll 0 -30px transparent;
		height:30px;
		right:-33px;
		top:-38px;
		width:30px;
		}
        
        .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;}
