﻿@import url(https://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:absolute; 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/overlay_bg_w.png) repeat 0 0;}
#colorbox{ overflow:hidden;}
    #cboxContent{overflow:visible;}
        .cboxIframe{}
        #cboxError{padding:50px; border:1px solid #eee}
        #cboxLoadedContent{ padding:1px;}
        #cboxLoadingGraphic{background:url(../images/loader.gif) no-repeat center center;}
        #cboxLoadingOverlay{ }
        #cboxTitle{position:absolute; top:90px; left:0; font-size:15px; font-weight:bold; font-family:'Oxygen', sans-serif, 微軟正黑體; color:#25274c; }
        #cboxCurrent{position:absolute; top:0px; right:205px; text-indent:-9999px; }
				
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{ text-indent:-9999px; position:absolute; }
        #cboxPrevious{ left:20px; top:50%; width:42px; height:42px; margin-top:-21px; background:url(../images/overlay_btn.png) no-repeat 0 0; }
        #cboxNext{ right:20px; top:50%; width:42px; height:42px; margin-top:-21px; background:url(../images/overlay_btn.png) no-repeat -42px 0; }
        #cboxClose{ right:20px; top:20px; width:42px; height:42px; background:url(../images/overlay_btn.png) no-repeat -84px 0;}
        #cboxPrevious:hover,#cboxNext:hover,#cboxClose:hover{ filter:alpha(opacity=50); opacity:.5; }
				
				/*#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; }*/