/*
    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:10000; overflow: hidden; }
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible; }
#cboxLoadedContent{overflow:hidden; }
#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{}
    #cboxTopLeft{width:14px; height:14px; }
    #cboxTopCenter{height:38px; }
    #cboxTopRight{width:14px; height:14px; }
    #cboxBottomLeft{width:14px; height:43px; }
    #cboxBottomCenter{height:43px; }
    #cboxBottomRight{width:14px; height:43px; }
    #cboxMiddleLeft{width:30px; }
    #cboxMiddleRight{width:30px; }
        #cboxLoadingGraphic{background:url(images/modal-loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-22px; left:120px; font-weight:bold; color:#F7F7F4; font-size: 120%; }
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; top: 43%; /*background:url(images/controls.png) 0px 0px no-repeat;*/ width:30px; height:38px; text-indent:-9999px;}

        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
        
        .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;}
        
#cboxClose { width: 54px; height: 54px; display: none; background: url(images/modal-controls.png) no-repeat 0 0; top: -27px; right: -27px; z-index: 100; }        

#cboxClose.hover { background-position: 0 0; }

#cboxLoadedContent { 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	
	position: relative;
	z-index: 100;
	/*background: transparent url(images/modal-border.png) repeat 0 0;*/ }
	
#cboxPhoto    { background: #F7F7F4; }
#cboxNext 	  { background: url(images/modal-controls.png) no-repeat 0 -108px; left: -27px; display: block; z-index: 100; }
#cboxPrevious { background: url(images/modal-controls.png) no-repeat 0 -54px; right: -27px; display: block; z-index: 100; }

#cboxNext, #cboxPrevious { width: 54px; height: 54px; }

