@import url(http://fonts.googleapis.com/css?family=Josefin+Sans+Std+Light);
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{ position:fixed; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%; }
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; }
#cboxTitle{margin:0; width:100%; text-align:center;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{ position:relative; float:left; margin:auto; border:0; display:block;}
.cboxIframe{ width:100%; height:100%; display:block; border:0; overflow:hidden; }

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{ background:url(../images/bg_orange.png) repeat; }
#colorbox{ overflow:hidden;}
    #cboxContent{overflow:visible;}
        .cboxIframe{  }
        #cboxError{padding:50px; border:1px solid #eee}
        #cboxLoadedContent{ padding:1px;}
				#cboxLoadingGraphic { position:absolute; left:50%; top:50%; width:35px; height:35px; padding:17px; margin:-34px 0 0 -33px; background:url(../images/loader_bg.png) no-repeat center center; }
        #cboxLoadingOverlay{}
        #cboxTitle{position:absolute; left:0; bottom:0px; color:#000; background:url(../images/bg_orange.png); padding:15px 0; text-transform:uppercase; font-size:16px;}
        #cboxCurrent{position:absolute; top:0px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{ position:absolute; text-indent:-9999px;}
        #cboxPrevious, #cboxNext { top:50%; width:51px; height:51px; margin-top:-25px; background:url(../images/overlay_btn.png) no-repeat;}
        #cboxPrevious { left:30px; background-position:0 0; }
				#cboxNext { right:30px; background-position:-51px 0; }
        #cboxPrevious:hover { background-position:0 -51px; }
				#cboxNext:hover { background-position:-51px -51px; }
				
				#cboxClose { right:9px; top:0; width:70px; height:35px; background:url(../images/overlay_close.png) no-repeat 0 0; }
        #cboxClose:hover { background-position:0 -35px; }
				
				/*#cboxSlideshow{ top:15px; right:80px; width:38px; height:17px; background:url(../images/overlay_slideshow.png) no-repeat; }
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{ }
        .cboxSlideshow_on #cboxSlideshow{ background-position:0 -17px}
        .cboxSlideshow_on #cboxSlideshow:hover{ filter:alpha(opacity=100); opacity:1;}
        .cboxSlideshow_off #cboxSlideshow{ background-position:0 0px; }
        .cboxSlideshow_off #cboxSlideshow:hover{ filter:alpha(opacity=100); opacity:1; }*/