﻿#slideshowHolder1	{

}
#slideshow	{
	width: 992px !important;
	height: 370px !important;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#slideshow > li,
#slideshow > li > img {
	width: 992px !important;
	height: 370px !important;
}

#fssPrev,
#fssNext {
	border-radius:30px;
	content:"\f0S1"!important:
}
#fssPrev,
#fssNext,
#fssPlayPause	{
	position: absolute;
	z-index: 100;
	font-family: FontAwesome;
	font-size: 25px;
	font-weight:100;
	text-align: center;
	margin: -195px 0px 0px 0px;
	background: rgba(0,0,0,0.8);
	color: #FFFFFF;
	transition: all 0.3s;
	text-decoration: none;
}
#fssPrev {
	padding: 10px 16px 10px 12px;
	margin-left:16px;
}
#fssNext	{
	right: 32px;
	padding: 10px 12px 10px 16px;
}

#fssPlayPause {
	margin: -62px 0px 0px 16px;
	padding: 10px;
	font-size:14px;	
	height:20px;
}
#fssPlayPause span {
	font-size:14px;
	font-family:"Open sans";
	padding:0 0 0 15px;
}


/*#fssPrev:hover,
#fssNext:hover,
#fssPlayPause:hover,
#fssPrev:focus,
#fssNext:focus,
#fssPlayPause:focus,
#slideshow:hover + a,
#slideshow:hover + a + a,
#slideshow:hover + a + a + a {
	opacity: 1;
}*/


#fssList	{
	display: none;
	position: relative;
	margin: 0px 0px 0px 0px;
	list-style: none;
	padding: 0px;
	text-align: center
}
#fssList li	{
	display: inline-block;
	margin: 2px;

}
#fssList li a	{
	display: block;
	width: 14px;
	height: 14px;
	padding: 2px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #282828 !important;
	background: #E2E2E2;
	border: 2px solid #FFFFFF;
	border-radius: 16px;
	transition: all 0.3s;
}
#fssList li a:hover	{
	background: #FFFFFF;
}
#fssList li.fssActive a	{
	color: #FFFFFF !important;
	background: #282828;
}