@charset "utf-8";
#fullscreenSlideshowContainer .ui{position:absolute;font-family:sans-serif;z-index:10;}
#fs-loader,#fs-prev,#fs-next,#fs-close{color:white;font-weight:bold;cursor:pointer;line-height:1em; font-size: 3em;}
#fs-close{top:1em;right:14em; }
#fs-prev,#fs-next{top:50%;margin-top:-1em; }
#fs-prev{left:8em;}
#fs-next{right:8em;}
#fs-loader{top:50%;left:50%;height:1em;margin-top:-1em;margin-left:-75px;display:none;}
#fs-caption{  background-color: #464646;  position: absolute;
    z-index: 500;
    left: 0;
    top: 50%;
    margin-top: -180px;
    width: 240px;
    height: 360px;}
#fs-caption span{
	width: 220px;
    text-align: left;
    height: 310px;
    padding: 15px 10px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 200;
    color: #ccc;
    line-height: 180%;
	}

#fs-loader,#fs-prev,#fs-next,#fs-close,#fs-caption span{-moz-border-radius:3px;-webkit-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;-khtml-border-radius:3px;border-radius:3px; }