/*
    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.
*/
#colorboxNew, #cboxOverlayNew, #cboxWrapperNew{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlayNew{position:fixed; width:100%; height:100%;}
#cboxMiddleLeftNew, #cboxBottomLeftNew{clear:left;}
#cboxContentNew{position:relative; overflow:hidden;}
#cboxLoadedContentNew{overflow:hidden;}
#cboxLoadedContentNew iframe{display:block; width:100%; height:100%; border:0;overflow:hidden;}
#cboxTitleNew{margin:0;}
#cboxLoadingOverlayNew, #cboxLoadingGraphicNew{position:absolute; top:0; left:0; width:100%;}
#cboxPreviousNew, #cboxNextNew, #cboxCloseNew, #cboxSlideshowNew{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.
*/
#cboxOverlayNew{background:url(/images/colorbox/overlay.png) 0 0 repeat;}
#cboxTopLeftNew{width:21px;height:21px;background:url(/images/colorbox/controls.png) -100px 0 no-repeat;}
#cboxTopRightNew{width:21px;height:21px;background:url(/images/colorbox/controls.png) -129px 0 no-repeat;}
#cboxBottomLeftNew{width:21px;height:21px;background:url(/images/colorbox/controls.png) -100px -29px no-repeat;}
#cboxBottomRightNew{width:21px;height:21px;background:url(/images/colorbox/controls.png) -129px -29px no-repeat;}
#cboxMiddleLeftNew{width:21px;background:url(/images/colorbox/controls.png) left top repeat-y;}
#cboxMiddleRightNew{width:21px;background:url(/images/colorbox/controls.png) right top repeat-y;}
#cboxTopCenterNew{height:21px;background:url(/images/colorbox/border.png) 0 0 repeat-x;}
#cboxBottomCenterNew{height:21px;background:url(/images/colorbox/border.png) 0 -29px repeat-x;}

/*#colorbox1{background:white; }*/
    #cboxContentNew{background:#fff;}
        #cboxLoadedContentNew{margin-top:30px;}
        #cboxLoadingGraphicNew{background:url(/images/colorbox/loading.gif) center center no-repeat;}
        #cboxLoadingOverlayNew{background:url(/images/colorbox/loading_background.png) center center no-repeat;}
         #cboxTitleNew{position:absolute;top:4px;left:0;text-align:left;width:70%;color:Black;font-weight:bold;}
        #cboxCurrentNew{position:absolute;top:4px;right:64px;color:Black;}
		#cboxSlideshowNew{position:absolute;bottom:4px;right:30px;color:#0092ef;}
        #cboxPreviousNew{position:absolute;top:0;right:114px;background:url(/images/colorbox/controls.png) -75px 0 no-repeat;width:25px;height:25px;text-indent:-9999px;}
        #cboxPreviousNew.hover{background-position:-75px -25px;}
        #cboxNextNew{position:absolute;top:0;right:26px;background:url(/images/colorbox/controls.png) -50px 0 no-repeat;width:25px;height:25px;text-indent:-9999px;}
        #cboxNextNew.hover{background-position:-50px -25px;}
        #cboxCloseNew{position:absolute;top:0;right:0;background:url(/images/colorbox/controls.png) -25px 0 no-repeat;width:25px;height:25px;text-indent:-9999px;}
        #cboxCloseNew.hover{background-position:-25px -25px;}
        .cboxSlideshowNew_on #cboxPreviousNew, .cboxSlideshowNew_off #cboxPreviousNew{right:66px;}
        .cboxSlideshowNew_on #cboxSlideshowNew{background-position:-75px -25px; right:44px;}
        .cboxSlideshowNew_on #cboxSlideshowNew.hover{background-position:-100px -25px;}
        .cboxSlideshowNew_off #cboxSlideshowNew{background-position:-100px 0px; right:44px;}
        .cboxSlideshowNew_off #cboxSlideshowNew.hover{background-position:-75px -25px;}

