#gif-viewer{
	display: none;
	width: 100%;
	/*min-height: 309px;*/
	height: 600px;


	text-align: center;
}
#sequence{
	display: none;
	padding: 10px 0px;
	border: solid 1px blue;
}
#sequence img{
	width: 70px;
	padding: 2px;
}
#sequence img.checked{
	border: solid 2px red;
	padding: 0px;
}
#viewer{
	position: relative;
	width: 100%;
	margin: auto;
	background: #ffffff;
	border: solid 1px #000000;
}
#viewer img{
	width: 100%;
}
#slider{
	width: 100%;
	margin: auto;
	margin-top: 10px;
}
#slider:focus{
	outline: none;
}
#frame_nb{
	font-family: "Arial";
	position: absolute;
	right: 0px;
	margin: 5px;
	color: red;
}

#gif-viewer #buttons{
	width: 100%;
	margin: auto;
	text-align: center;
	margin-bottom: 40px;
}
#gif-viewer #buttons span.video-control{
	display: inline-block;
	width:30px;
	height:30px;
	margin: 5px;
	background-size: 121px 30px;
	cursor: pointer;
	opacity: 0.7;
}
#gif-viewer #buttons span.video-control:hover{
	width:32px;
	height:32px;
	background-size: 129px 32px;
	margin: 4px;
	opacity: 1;
}
#gif-viewer #buttons span.video-control:active{
	width:28px;
	height:28px;
	background-size: 113px 28px;
	margin: 6px;
	opacity: 1;
}
#prev{background: url("../img/video_controls.png") -91px 0px no-repeat;}
#play{background: url("../img/video_controls.png") 0px 0px no-repeat;}
#pause{background: url("../img/video_controls.png") -30px 0px no-repeat;}
#next{background: url("../img/video_controls.png") -61px 0px no-repeat;}

#prev:hover{background: url("../img/video_controls.png") -97px 0px no-repeat;}
#play:hover{background: url("../img/video_controls.png") 0px 0px no-repeat;}
#pause:hover{background: url("../img/video_controls.png") -32px 0px no-repeat;}
#next:hover{background: url("../img/video_controls.png") -65px 0px no-repeat;}

#prev:active{background: url("../img/video_controls.png") -85px 0px no-repeat;}
#play:active{background: url("../img/video_controls.png") 0px 0px no-repeat;}
#pause:active{background: url("../img/video_controls.png") -28px 0px no-repeat;}
#next:active{background: url("../img/video_controls.png") -57px 0px no-repeat;}