* {padding:0; margin:0; 
	max-width:100vw !important;
	max-height:100vh !important;}
body {
color: #999;
background-color: #898989;
font-family:Verdana, Arial, Suns-serif
}

.flowplayer {
	background:#000 url("../scr/i.jpg");
	background-size:cover;/*contain*/
	width:800px!important;
	margin: 10px auto !important;
	display: block  !important;
}

.is-paused  {
	border:5px solid white;
}
.fp-prev, .fp-next {
	position: absolute;
	cursor: pointer;
	height: 40px;
	width: 40px;
	top:44%;
	text-indent: -99999px;
}

.fp-prev {
	left:-45px;
	background-image: url("img/play_white_rtl.png");
	background-size: 40px 40px;
}
.fp-next {
	right: -45px;
	background-image: url("img/play_white.png");
	background-size: 40px 40px;
}

.fp-playlist {
	position: absolute;
	bottom: -80px;
	left: 0px;
	text-align: center;
	width: 100%
}
.fp-playlist a {
	border:4px solid white;
	border-radius:5px;
	display: inline-block;
	height: 50px;
	width: 50px;
	margin: 0px 10px;
}
.is-active {
	border:2px solid white!important;
}
.fp-controls {
	opacity:0.5 !important;
}