﻿/* --- MediaBox ---- */
.mediaBox
{
    width: 574px; 
    overflow: hidden;
}

/* --- Page specific settings for the MediaBox ------------------- */
#devest .mediaBox
{
    width: 574px; 
}

#zop .mediaBox
{
    width: 574px; 
}


/* --- Preview frame --- */
.previewContainer
{
    float: left; 
    width: 100%; 
    height: 318px; 
    overflow: hidden;
	position: relative;
    background-color: #000;
}
.previewContainer .previewPositionDiv
{
    position: absolute; 
    left: 0; 
    top: 0;
    padding: 0;
    margin: 0;
}

.previewContainer .previewPositionDiv .previewPositionTable
{
    width: 100%;
    padding: 0;
    margin: 0;
}

.previewContainer .previewPositionDiv .previewPositionTable .preview
{
    text-align: center !important;
}

.previewContainer .info-bar
{
    position: absolute; 
    left: 0; 
    width: 100%; 
    height: 42px; 
    background-image: url(/images/bg-black-80.png);
    z-index: 1000;	
}

.previewContainer .info-bar div   
{
    color: #fff; 
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
}
                
/* --- Thumbnail frame --- */
.thumbnailContainer
{
    display: none;
    clear: both; 
    width: 100%; 
    height: 100px;
    overflow: hidden;
    background-color: #000;
}

.thumbnailContainer ul  {
	height: 108px;
	width: 100%;
    background-color: #000;
}

.thumbnailContainer ul li {
	width: 100px;
	height: 100px;
	float: left;
	list-style-type: none;
	position: relative;
	overflow: hidden;
}
.thumbnailContainer ul li img {
	cursor: hand;
	cursor: pointer;
	height: 100px;
}
.thumbnailContainer .prev {
	background: url('../images/mb_left.png') center center no-repeat;
	width: 30px;
	height: 100px;
	border: 0px;
}
.thumbnailContainer .next {
	background: url('../images/mb_right.png') center center no-repeat;
	width: 30px;
	height: 100px;
	border: 0px;
}

.thumbnailContainer li.video .video_overlay,
.thumbnailContainer li.audio .audio_overlay {
	width: 88px;
	height: 60px;
	position: absolute;
	left: 5px;
	top: 20px;
	cursor: hand;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left top;
}
.thumbnailContainer li.video .video_overlay {
	background-image: url('../images/video_overlay.png');
}
.thumbnailContainer li.audio .audio_overlay {
	background-image: url('../images/audio_overlay.png');
}


.thumbnailContainer li .mediaLink {
    display: block; 
    cursor: pointer;
}



.controls a 
{
    display: block;
    width: 38px;
    height: 19px;
}
.controls a.btns
{
    background: url(/images/play-on.gif) no-repeat;
}
.controls a.is_pausing 
{
    background: url(/images/play-off.gif) no-repeat;
}
