#spekaskanas {
	width:100%;
	max-width:600px;
	height:400px;
	background-image:url(i/speka_skanas.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:6px;
	margin:60px auto;
	position:relative;
}
.ss_button {
	display:inline-block;
	position:absolute;
	bottom:30px;
	background-color:rgba(0, 0, 0, 0.7);
	padding:20px;
	border-radius:60px;
	text-align:center;
	width:40px;
	height:40px;
	cursor:pointer;
}
#ss_play {
	left:30px;
}
#ss_download {
	right:30px;
}
.ss_button img {
	width:30px;
	height:auto;
	position:relative;
	top:3px;
}
#ss_play img {
	left:0px;
}
#ss_play.paused img {
	left:5px;
}

#spekaskanas p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-shadow:0 0 6px #333366;
	font-size:42px;
	padding-top:145px;	
}