.syn_slideshow-container div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.syn_slideshow-html {
    background-color: #eee;
}
.syn_slideshow-html-blur {
}
.syn_slideshow-html-content {
	position: absolute;
    display: none;
}
.syn_slideshow-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;

    padding-left: 22px;
    background-image: url(graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.syn_slideshow-credits,
a.syn_slideshow-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.syn_slideshow-credits:hover,
a.syn_slideshow-credits:hover i {
    color: white;
    background-color: gray;
}

/* Styles for the popup */
.syn_slideshow-wrapper, .rounded-white {
	background-color: f9f9f9;
}
.syn_slideshow-wrapper .syn_slideshow-html-content {
    width: 400px;
    padding: 0 5px 5px 5px;
}
.syn_slideshow-wrapper .syn_slideshow-header {
	padding-bottom: 5px;
}
.syn_slideshow-wrapper .syn_slideshow-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.syn_slideshow-wrapper .syn_slideshow-header ul li {
	display: inline;
	padding-left: 1em;
	width: 30px;
	height: 30px;
}
.syn_slideshow-wrapper .syn_slideshow-header ul li.syn_slideshow-previous, .syn_slideshow-wrapper .syn_slideshow-header ul li.syn_slideshow-next {
	display: none;
}
.syn_slideshow-wrapper .syn_slideshow-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
	width: 30px;
	height: 30px;
	position: relative;
	display: inline-block;
}
.syn_slideshow-wrapper .syn_slideshow-header a:hover {
	color: black;
}
.syn_slideshow-wrapper .syn_slideshow-header .syn_slideshow-move a {
	cursor: move;
	display: inline-block;
	position: relative;
	width: 25px;
	/* height: 25px; */
}
.syn_slideshow-wrapper .syn_slideshow-header .syn_slideshow-move a span{display: none;}
.syn_slideshow-wrapper .syn_slideshow-header .syn_slideshow-move a:after{content: "";position: absolute;background-image: url('move-option.png');z-index: 99;height: 20px;width: 20px;background-size: 20px;background-position: center;left: 50%;top: 50%;transform: translate(-50%,-50%);background-repeat: no-repeat;}
.syn_slideshow-wrapper .syn_slideshow-header .syn_slideshow-close a span{display: none;}
.syn_slideshow-wrapper .syn_slideshow-header .syn_slideshow-close a:after{content: "";position: absolute;background-image: url('cross.png');z-index: 99;height: 20px;width: 20px;background-size: 15px;background-position: center;left: 50%;top: 50%;transform: translate(-50%,-50%);background-repeat: no-repeat;}

.syn_slideshow-wrapper .syn_slideshow-footer {
	height: 11px;
}
.syn_slideshow-wrapper .syn_slideshow-footer .syn_slideshow-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif);
}
.syn_slideshow-wrapper .syn_slideshow-body {
}
.syn_slideshow-move {
    cursor: move;
}
.syn_slideshow-resize {
    cursor: nw-resize;
}
