/*
    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%;}
#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, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}

#colorBox{}
#cboxContent{ padding-bottom: 60px;}
    #cboxTopLeft{width:25px; height:25px; background:url(images/border1.gif) 0 0 no-repeat;}
    #cboxTopCenter{height:25px; background:url(images/border1.gif) 0 -50px repeat-x;}
    #cboxTopRight{width:25px; height:25px; background:url(images/border1.gif) -25px 0 no-repeat;}
    #cboxBottomLeft{width:25px; height:25px; background:url(images/border1.gif) 0 -25px no-repeat;}
    #cboxBottomCenter{height:25px; background:url(images/border1.gif) 0 -75px repeat-x;}
    #cboxBottomRight{width:25px; height:25px; background:url(images/border1.gif) -25px -25px no-repeat;}
    #cboxMiddleLeft{width:25px; background:url(images/border2.gif) 0 0 repeat-y; padding-bottom: 60px;}
    #cboxMiddleRight{width:25px; background:url(images/border2.gif) -25px 0 repeat-y; padding-bottom: 60px;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:17px; left:0; text-align:center; width:99%; color:#555; display: block; font-weight: bold; font-size: 15px;}
        #cboxCurrent{position:absolute; bottom:0px; left:150px; color:#333;} /* image x of y */
        #cboxSlideshow{position:absolute; bottom:0px; right:120px; width: 120px; height: 15px; font-weight: bold; background:url(images/nav.gif) 0 0 no-repeat;} /* slideshow start/stop */
		.cboxSlideshow_on #cboxSlideshow{background-position: 00px -103px; color:#808080; padding-left: 18px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position: 00px -263px; color:#333;}
        .cboxSlideshow_off #cboxSlideshow{background-position: 00px -71px; color:#808080; padding-left: 18px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position: 00px -232px; color:#333;}
        #cboxPrevious{position:absolute; bottom:0px; left:1px; color:#808080; background:url(images/nav.gif) 0px -7px no-repeat; width: 80px; height: 15px; font-weight: bold; padding-left: 18px;}
        #cboxPrevious.hover{background-position: 0px -167px; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:90px; color:#808080; background:url(images/nav.gif) 32px -39px no-repeat; width: 80px; height: 15px; font-weight: bold;}
        #cboxNext.hover{background-position: 32px -199px; color:#444;}
		
        #cboxLoadingOverlay{background:url(images/loading.gif) 50% 50% no-repeat #fff;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#808080; background:url(images/nav.gif) 38px -136px no-repeat; width: 60px; height: 16px; font-weight: bold;}
		#cboxClose.hover{background-position: 38px -296px; color:#444;}

