#fssList li a, #fssPlayPause {
	color: #111;
	text-decoration: none
}
.baner {
	width: 100%;
	height: 500px
}
.sombra {
	width: 100%;
	height: 70px;
	background: url(img/sombra.png) no-repeat;
	margin-top: -45px
}
#fssNext, #fssPrev {
	top: 400px;
	width: 65px;
	height: 72px;
	text-indent: -999999px;
	display: none;
	position: absolute
}
#slideshowWrapper {
	width: 1100px;
	z-index: 9999;
	background: #111;
	border: 10px solid #111;
	margin: 0px auto 0;
	position: relative;
	z-index: 1010;
	overflow: hidden;
}
#fssPrev {
	left: 15%;
	background: url(img/arrows.png) -69px 0
}
#fssNext {
	right: 15%;
	background: url(img/arrows.png)
}
#fssPlayPause {
	position: absolute;
	top: 220px;
	right: 20px;
	background: #CCC;
	padding: 4px 0 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 60px;
	text-align: center;
	display: none
}
ul#slideshow {
	list-style: none;
	width: 100%;
	height: 415px;
	overflow: hidden
}
ul#slideshow li img {
	width: 100%;
	height: 100%
}
.banner_text {
	width: 60%;
	margin-left: 5%;
	height: 120px;
	position: absolute;
	margin-top: -170px;
	overflow-y: hidden
}
.banner_text h1 {
	background-color: #000;
	display: inline;
	text-transform: uppercase;
	color: #BDA078;
	padding: 2px 15px;
	font-size: 45px;
	line-height: 60px;
	font-family: bebasneue, Arial, Helvetica, sans-serif
}
#fssList {
	list-style: none;
	width: 100px;
	margin: 10px auto auto;
	position: relative
}
#fssList li {
	display: inline;
	padding-right: 2px
}
#fssList li a {
	font-size: 12px;
	background: url(img/arrows.png) -72px -83px;
	padding: 7px 14px
}
#fssList li.fssActive a {
	color: #666;
	background: url(img/arrows.png) -39px -83px;
	padding: 7px 14px
}
small a {
	color: #000
}
#fssNext, #fssPrev {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
#fssNext:hover, #fssPrev:hover {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
@media screen and (max-width: 1100px) {
	#slideshowWrapper {
		width: 90%;
		margin-top: 100px
	}
	.sombra {
		display: none
	}
	ul#slideshow {
		height: 350px
	}
	.baner {
		height: 400px
	}
}
@media screen and (max-width: 800px) {
	ul#slideshow {
		height: 220px
	}
	.banner_text {
		width: 100%;
		margin: -100px auto 0;
		height: 100%;
		text-align: center
	}
	.banner_text h1 {
		padding: 2px 5px;
		font-size: 25px;
		line-height: 30px
	}
	#fssNext, #fssPrev {
		display: none
	}
	.baner {
		height: 300px
	}
}
@media screen and (max-width: 600px) {
	ul#slideshow {
		height: 200px
	}
	#slideshowWrapper {
		display: none
	}
	.baner {
		height: 300px
	}
}