@font-face {
	font-family: "Hemi Head";
	src: url("/fonts/hemi_head_bd_it.ttf");
}
#sliderText {
	font-family: "Hemi Head";
	position: absolute;
	top: -8px;
	left: 77px;
	font-size: 2vw;
	text-align: left;
	width: auto;
	padding: 10px;
	z-index: 1000;
	letter-spacing: 0em;
	line-height: 2vw;
	text-shadow: #000 2px 2px;
	background-color: rgba(100, 100, 100, 0.5);
	background-size: 100% 100%;
	background-attachment: fixed;
	opacity: 1;
}
#slider {
	clear: both;
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
	/*border: 2px solid white;*/
	border-radius: 5px;
	margin: 20px;
	background-color: black;
}
#slider img {
	margin: 0;
	top: 0;
	width: 100%;
	height: auto;
	position: absolute;
	/*cursor: pointer;*/
}
#slider img:last-child {
	position: relative;
	display: block;
	z-index: 0;
}
#slider img:first-child, #slider img:nth-child(2), #slider img:nth-child(3), #slider img:nth-child(4), #slider img:nth-child(5){
	left: 0;
	/*left: 100%;*/
	z-index: 10;
	display: none;
}
#slider img:first-child {
	display: block;
}
