#fssPrev,
#fssNext	{
	position: absolute;
	z-index: 1001;
	background: rgba(0,0,0,0.8);
	font-size: 22px;
	text-align: center;
	color: #fff;
	transition: all 0.3s;
	text-decoration: none;
	font-family: FontAwesome;
	border-radius: 24px;
	top: 45%;
}
#fssPrev {
	left: 8px;
	padding: 10px 16px 10px 12px;
}
#fssNext	{
	right: 138px;
	padding: 10px 12px 10px 16px;
}

#fssPlayPause	{
	background: rgba(0,0,0,0.8);
	color: #ffffff;
	padding: 5px 0px 0px 0px;
	width:90px;
	height:25px;
	bottom:0;
	text-align:center;
	text-decoration:none;
	font-family: FontAwesome;
	position: absolute;
	z-index: 1001;
}
#fssPlayPause span{
	font-family: 'Open Sans', sans-serif;
	margin-left:5px;
}

#fssList	{
	display: none;
}
