@charset "UTF-8";
/* CSS Document */
*
{
	padding:0;
	margin:0;
	list-style:none;
	outline:none;
}

body
{
	font:14px Tahoma, Geneva, sans-serif;
}

#slideshowWrapper
{
	/* position:absolute; */
/* 
	background-position: center center;
	background-size: cover;
 */
/* 
	max-width: 100%;
	max-height: 100%;
 */
	width: 50%;
	height: 50%;
	margin:auto;
}

#fssPrev
{
	position:absolute;
	top:7.143em;
	left:-2.143em;
	background:url(images/arrows.png) -4.786em 0px;width:4.786em;height:10.214em;text-indent:-71428.500em;
	display: none;
}

#fssNext
{
	position:absolute;
	top:7.143em;
	left:48.429em;
	background:url(images/arrows.png) no-repeat;width:4.786em;height:10.214em;text-indent:-71428.500em;
	display:none;
}

#fssPlayPause
{
	position:absolute;
	top:18.214em;
	right:0.357em;
	background:url(images/white.png) repeat;
	padding:0.286em 0 0.357em 0;
	-moz-border-radius:0.357em;
	border-radius:0.357em;
	width:4.286em;
	text-align:center;
	display:block;
	color:#333;
	text-decoration:none;
}
#fssList li
{
display: none;
}
/* 
a
{
display: none;
}
 */


