.ar-hidden
{
    visibility: hidden;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}

.ar-mask
{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#player_flash {
	position: absolute;
}

.pictetoverlay {
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.pictetoverlay .video {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
    background: #000 !important;
}

.pictetoverlay .videoplayer, .pictetoverlay .player {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
}

.pictetoverlay .controls {
	background: rgba(0,0,0,0.8) !important;
	top: 10px;
	left: 10px;
	right: 10px;
	height: 40px;
	opacity: 1;
	-moz-transition: opacity ease 0.5s;
	-webkit-transition: opacity ease 0.5s;
	-o-transition: opacity ease 0.5s;
	transition: opacity ease 0.5s;
}

.pictetoverlay .hidden {
	opacity: 0;
}

.pictetoverlay .controls > div {
	vertical-align: top !important;
}

.pictetoverlay .playToggle {
	background: url(../../images/simplex_video/player.png) no-repeat 0 -149px !important;
	margin: 10px !important;
	width: 20px !important;
	height: 20px !important;
	cursor: pointer !important;
	float: left;
	display: inline-block !important;
}

.pictetoverlay .playing {
	background-position: -20px -149px !important;
}

.pictetoverlay .infoCurrentTime, .pictetoverlay .infoDuration {
	margin: 10px !important;
	height: 20px !important;
	display: inline-block !important;
	color: white;
	font: bold 12px/20px Arial, sans-serif !important;
	float: left;
}

.pictetoverlay .infoDuration {
	float: right !important;
}

.pictetoverlay .timeline {
	background: #60605f !important;
	margin: 17px 10px !important;
	height: 6px !important;
	cursor: pointer !important;
	left: 91px;
	right: 149px;
}

.pictetoverlay .end_overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5) !important;
	z-index: 7995; /* >9000 z-indexes reserved for CMS */
}

.pictetoverlay .big_play_btn {
	width: 128px;
	height: 128px;
	top: 50%;
	left: 50%;
	margin-top: -64px !important;
	margin-left: -64px !important;
	cursor: pointer !important;
	background: url(../../images/simplex_video/player.png) no-repeat !important;
}

.pictetoverlay .big_play_btn:hover {
	background-position: -128px 0 !important;
}

.pictetoverlay .posterframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    text-align: center;
}

.pictetoverlay .posterframe img {
	height: 100%;
    width: 100%;
    display: block;
}

.pictetoverlay .timeline_current {
	background: #cbcbcb !important;
	margin: 1px 0px !important;
	max-width: 100%;
	height: 4px !important;
	cursor: pointer !important;
}

.pictetoverlay .timeline_tooltip {
	width: 55px;
	height: 23px;
	top: -23px;
	left:0;
	margin-left: -27px !important;
	text-align: center;
	font: bold 12px Arial, sans-serif !important;
	background: url(../../images/simplex_video/player.png) no-repeat -130px -128px !important;
}

.pictetoverlay .timeline_knob {
	top: -3px;
	right: -5px;
	background: url(../../images/simplex_video/player.png) no-repeat -223px -128px !important;
	width: 10px;
	height: 10px;
}

.pictetoverlay .volumeOver {
	background: url(../../images/simplex_video/player.png) no-repeat -185px -128px !important;
	float: right;
	margin: 13px 10px !important;
	width: 38px !important;
	height: 14px !important;
	cursor: pointer !important;
}

.pictetoverlay .volumeUp {
	background: url(../../images/simplex_video/player.png) no-repeat -185px -142px !important;
	height: 20px !important;
	cursor: pointer !important;
}

.pictetoverlay .fullscreenToggle {
	background: url(../../images/simplex_video/player.png) no-repeat -40px -149px !important;
	float: right;
	margin: 10px !important;
	width: 20px !important;
	height: 20px !important;
	cursor: pointer !important;
}

.pictetoverlay .to-normal {
    background-position: -61px -150px !important;
}

.pictetoverlay .playlist
{
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    background: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    font-family: Helvetica;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    font-weight: normal;
    -webkit-tap-highlight-color: transparent;
    font-size: 11px;
    background: url(../../images/simplex_video/bg_player.png) 0 -437px no-repeat;
}

/* channel gallery styles */
.pictetoverlay .gallery_container {
	width: 80%;
	height: 240px;
	left: 50%;
	margin-left: -40% !important;
	z-index: 7996; /* >9000 z-indexes reserved for CMS */
	top: 50%;
	margin-top: -100px !important;
}

.pictetoverlay .gallery_page {
	display: inline-block !important;
}

.pictetoverlay .prev_btn,
.pictetoverlay .next_btn
{
    background: url(../../images/simplex_video/player.png) no-repeat !important;
    cursor: pointer !important;
    margin-top: -10px !important;
	height: 21px;
    top: 50%;
	z-index: 7997; /* >9000 z-indexes reserved for CMS */
    width: 10px;
}

.pictetoverlay .prev_btn {
	background-position: -110px -128px !important;
    left: -20px;
}

.pictetoverlay .next_btn {
    background-position: -120px -128px !important;
	right: -20px;
}

.pictetoverlay .gallery_caption {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	padding: 0 10px !important;
	color: whitesmoke;
	font-size: 14px !important;
}

.pictetoverlay .channel_videos {
	height: 240px;
	overflow: hidden;

}

.pictetoverlay .channel_video {
	display: inline-block !important;
	height: 240px;
	margin: 0 10px !important;
	vertical-align: top !important;
	z-index: 7998; /* >9000 z-indexes reserved for CMS */
}

.pictetoverlay .video_thumbnail {
	width: 164px;
	height: 123px;
	display: block;
	cursor: pointer !important;
	z-index: 7999; /* >9000 z-indexes reserved for CMS */
}

.pictetoverlay .video_title {
	color: whitesmoke;
	text-align: left;
	width: 164px;
	margin-top: 10px !important;
	font-size: 14px !important;
}

.pictetoverlay .video_description {
	color: silver;
	text-align: left;
	width: 164px;
	margin-top: 5px !important;
	font-size: 12px !important;
}

.pictetoverlay .playlist div
,.pictetoverlay .playlist span
,.pictetoverlay .playlist p
,.pictetoverlay .playlist a
,.pictetoverlay .playlist em
,.pictetoverlay .playlist img
,.pictetoverlay .playlist ol
,.pictetoverlay .playlist ul
,.pictetoverlay .playlist li
,.pictetoverlay .playlist form
,.pictetoverlay .player div
,.pictetoverlay .player span
,.pictetoverlay .player p
,.pictetoverlay .player a
,.pictetoverlay .player em
,.pictetoverlay .player img
,.pictetoverlay .player ol
,.pictetoverlay .player ul
,.pictetoverlay .player li
,.pictetoverlay .player form
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.pictetoverlay .playlist div
,.pictetoverlay .player div
{
    display: block;
    position: relative;
}

.pictetoverlay .overlay
{
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.pictetoverlay .player .subtitle,
.pictetoverlay .player .speaker
{
    background: rgba(0,0,0,.5);
    color: #ccc;
    font-family: Arial, sans-serif !important;
}

.pictetoverlay .player .subtitle
{
    width: 100%;
    bottom: 80px;
    font-size: 12px;
    padding: 10px;
    height: 30px;
}

.pictetoverlay .player .speaker
{
    left: 0;
	right: 0;
    height: 35px;
    bottom: 45px;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
}

.pictetoverlay .player .speaker .jobtitle
{
    font-size: 12px;
    font-weight: normal;
}

.pictetoverlay .player .playagain
{
    top: 10px;
    left: 10px;
    width: 110px;
    height: 21px;
    z-index: 7996; /* >9000 z-indexes reserved for CMS */
    cursor: pointer !important;
    background: url(../../images/simplex_video/player.png) no-repeat 0 -128px;
}