
#MediaPlayer {
	position: relative; 
	width: 619px;
	height: 377px;
	margin: 0px 0 0 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('../images/background-outer.png') no-repeat top;
}
#MediaPlayer .MediaContent {
	position: absolute; 
	top: 30px; 
	left: 45px; 
}

#zats-player-ustream {
	clear: left; 
}

.zats-player {
	position: relative; 
	width: 544px; 
	height: 306px; 
	background: url('../images/background.jpg') no-repeat center #000; 
	color: #fff; 
	font-family: "Georgia", "serif", "Times New Roman"; 
}
.zats-player audio {
	border: 0px; 
}

.zats-player ul {
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
}
	.zats-player li {
		list-style: none; 
		margin: 0px; 
		padding: 0px; 
	}

.zats-linklist {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 544px; 
	height: 200px; 
	z-index: 10; 
}
	.zats-linklist li {
/*		text-indent: -9000px; */
		cursor: pointer; 
		color: #fff; 
		font-family: "Georgia", "serif", "Times New Roman"; 
		padding: 100px 0px 0px 0px; 
		text-align: center; 
		font-size: 18px; 
		font-weight: bold; 
	}
	.zats-linklist .zats-link-audio {
		display: block; 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 50%; 
		height: 100%; 
		background: url('../images/icon-audio.png') no-repeat 75px 120px; 
		z-index: 21; 
	}
	
	.zats-linklist .zats-link-video {
		display: block; 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 50%; 
		height: 100%; 
		margin-left: 50%; 
		background: url('../images/icon-video.png') no-repeat 75px 120px; 
		z-index: 22; 
	}



.zats-medialist {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 544px; 
	height: 306px; 
	background: #000; 
	z-index: 10; 
	display: none; 
}

.zats-audio {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 544px; 
	height: 306px; 
	background: #000; 
	z-index: 11; 
}
	.zats-audio audio {
	width: 544px; 
	height: 306px; 
		background: url('../images/zats-default-audio-poster.jpg') no-repeat top left; 
	}

.zats-video {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 544px; 
	height: 306px; 
	background: #000; 
	z-index: 12; 
}
	.zats-video video {
    width: 544px;
    height: 306px;
		background: url('../images/zats-default-video-poster.jpg') no-repeat top left; 
/*		background: url('../images/loading.gif') no-repeat center; */
	}
	.zats-video iframe {
    width: 544px;
    height: 306px;
	}


.zats-button-close {
	display: none; 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	width: 30px; 
	height: 30px; 
	background: url('../images/close-button.png') no-repeat top left transparent; 
	text-indent: -9000px; 
	cursor: pointer; 
	-webkit-user-select: none; -moz-user-select: none; user-select: none; 
	z-index: 101; 
}

.zats-button-close-autohide {
	filter:alpha(opacity=0); 
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	opacity: 0; 
}


.zats-downloadlist {
	text-align: left; 
}