@CHARSET "UTF-8";

/*
TODO: CSS for editor
*/
body.mceContentBody  {
}

#sitecontainer .celimage_slideshow_wrapper {
    margin-top: 20px;
	background-color: #f0f0f0;
}
#sitecontainer .celimage_slideshow_wrapper img {
    display: inline-block;
    vertical-align: bottom;
}

#sitecontainer .celimage_slideshow_wrapper .celPresSlideShow_prev,
#sitecontainer .celimage_slideshow_wrapper .celPresSlideShow_next {
    position: absolute;
    z-index: 1;
    top: 0px;
    width: 60px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}
#sitecontainer .celimage_slideshow_wrapper .celPresSlideShow_prev {
    left: 0px;
}
#sitecontainer .celimage_slideshow_wrapper .celPresSlideShow_next {
    right: 0px;
}
#sitecontainer .celimage_slideshow_wrapper .celPresSlideShow_prev:hover,
#sitecontainer .celimage_slideshow_wrapper .celPresSlideShow_next:hover {
    opacity: 1;
    cursor: pointer;
}
#sitecontainer .celimage_slideshow_wrapper .celPresSlideShow_prev {
    float: left;
    background-image: url('/download/2020BlogLayout/WebHome/arrow-prev.png');
}
#sitecontainer .celimage_slideshow_wrapper .celPresSlideShow_next {
    float: right;
    background-image: url('/download/2020BlogLayout/WebHome/arrow-next.png');
}

#sitecontainer .celimage_slideshow_wrapper .celPresSlideShow_countSlideNum,
#sitecontainer .celimage_slideshow_wrapper .celPresSlideShow_currentSlideNum {
    top: -14px;
    height: 10px;
    font-size: 12px;
    line-height: 10px;
}
#sitecontainer .celimage_slideshow_wrapper .celPresSlideShow_currentSlideNum {
    border-right: 1px solid #333;
}