body {
	margin: 0; padding: 0;
}
div.MultistreamPlayer {
	position: relative;
	background: #EFEFEF;
	overflow: hidden;
	font-family: "Verdana", sans-serif;
	margin: auto;
	/*float:left; */
}

*html div.MultistreamPlayer {
	position: relative;
	background: #EFEFEF;
	overflow: hidden;
	font-family: "Verdana", sans-serif;
	margin: 0 0 0 21px;
	float:left;
}

div.MultistreamPlayer.size480 {
	width: 550px;
	overflow: hidden;
}
div.MultistreamPlayer.size480 .viewer {
	height: 270px;
}

div.MultistreamPlayer .corners div {
	width: 40px;
	height: 40px;
	background: url('../images/corners.png') no-repeat;
	position: absolute;
}

div.MultistreamPlayer .tl {
	background-position: 0 0 !important;
	top: 0; left: 0;
}
div.MultistreamPlayer .tr {
	background-position: -40px 0 !important;
	top: 0; right: 0;
}
div.MultistreamPlayer .bl {
	background-position: 0 -40px !important;
	bottom: 0; left: 0;
}
div.MultistreamPlayer .br {
	background-position: -40px -40px !important;
	bottom: 0; right: 0;
}

div.MultistreamPlayer .repeaters div {
	position: absolute;
	vertical-align: bottom;
}

div.MultistreamPlayer .rt {
	top: 0; right: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: url('../images/repeatx.png') repeat-x 0 0; 
}
div.MultistreamPlayer .rr {
	top: -20px; right: 0;
	bottom: -20px;
	height: auto !important; height: 9999px; 
	width: 40px;
	background: url('../images/repeaty.png') repeat-y -40px 0; 
}
div.MultistreamPlayer .rb {
	bottom: 0; right: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: url('../images/repeatx.png') repeat-x 0 -40px; 
}
div.MultistreamPlayer .rl {
	left: 0; top: 0;
	bottom: 0;
	height: auto !important; height: 9999px; 
	width: 40px;
	background: url('../images/repeaty.png') repeat-y 0 0; 
}

div.MultistreamPlayer .viewer-container {
	margin: 40px 40px 40px 40px;
	overflow: hidden;
}

div.MultistreamPlayer .viewer  {
	color: #FFFFFF;
	border: 2px solid #000000;
	background: url('../images/viewer_back.png') repeat-x #1D1D1D;
	position: relative;
	overflow: hidden;
}

div.MultistreamPlayer .error {
	margin: 0; padding: 0;
	background: url('../images/50black.png') repeat !important;
	background-image: none;
	filter: none !important; /* IE7 Support */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='MultiStream/images/50black.png', sizingMethod='scale');
	font-size: 13px;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	width: 100%; height: 100%;
}

div.MultistreamPlayer .error span.content {
	float: left;
	font-size: 1.5em;
	display: block;
	font-weight: normal;
	font-family: "Trebuchet MS", sans-serif;
	margin: 2em;
	height: 30px; margin-top: -15px;
	position: absolute;
	top: 50%; bottom: 0;
	line-height: 1.4em;
}

div.MultistreamPlayer .error span.icon {
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 1em 0 0;
}

div.MultistreamPlayer .error span.text {
	margin-left: 70px;
	display: block;
}

div.MultistreamPlayer .error.unsupported span.content {
	font-size: 1em !important;
	height: 50px; margin-top: -25px;
}
div.MultistreamPlayer .error.unsupported span.icon {
	margin: 0.5em 1em;
	width: 10px;
	height: 40px;
	background: url('../images/exclamation.png') left center no-repeat !important;
	background-image: none;
	filter: none !important; /* IE7 Support */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='MultiStream/images/exclamation.png', sizingMethod='scale');
}

div.MultistreamPlayer .error.loading span.icon {
	margin-top: 0.25em;
	width: 56px;
	height: 21px;
	background: url('../images/throbber.gif') left center no-repeat;
}

div.MultistreamPlayer .error.paused span.icon {
	margin-left: 25px;
	display: block;
	width: 27px;
	height: 32px;
	background: url('../images/paused.png') left center no-repeat !important;
	background-image: none;
	filter: none !important; /* IE7 Support */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='MultiStream/images/paused.png', sizingMethod='scale');
}

div.MultistreamPlayer .error.stopped span.icon {
	margin-left: 25px;
	margin-top: 2px;
	display: block;
	width: 26px;
	height: 27px;
	background: url('../images/stop.png') left center no-repeat !important;
	background-image: none;
	filter: none !important; /* IE7 Support */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='MultiStream/images/stop.png', sizingMethod='scale');
}


div.MultistreamPlayer .toolbar {
	overflow: hidden;
	padding: 0 65px 0 0;
	margin: 15px 0 0 0;
	min-height: 33px;
	height: auto !important; height: 33px;
	position: relative;
}


div.MultistreamPlayer .toolbar a {
	width: 34px; height: 33px;
	display: block;
	float: left;
	margin: 0 3px 0 0;
	overflow: hidden;
	text-indent: -5000px;
	cursor: pointer;
	background: url('../images/buttons.png') no-repeat;
}

div.MultistreamPlayer .toolbar .play {
	background-position: 0 0 !important;
}
div.MultistreamPlayer .toolbar .play:hover {
	background-position: 0 -33px !important;
}

div.MultistreamPlayer .toolbar .pause {
	background-position: -34px 0 !important;
}
div.MultistreamPlayer .toolbar .pause:hover {
	background-position: -34px -33px !important;
}

div.MultistreamPlayer .toolbar .stop {
	background-position: -68px 0 !important;
}
div.MultistreamPlayer .toolbar .stop:hover {
	background-position: -68px -33px !important;
}

div.MultistreamPlayer .toolbar .fullscreen {
	background-position: -102px 0 !important;
}
div.MultistreamPlayer .toolbar .fullscreen:hover {
	background-position: -102px -33px !important;
}

div.MultistreamPlayer .toolbar .logo {
	position: absolute;
	bottom: 0; right: 0;top:6px;
	background: url('../images/logo.png') no-repeat !important;
	width: 93px; height: 26px;
}

div.MultistreamPlayer .toolbar .slider {
	overflow: hidden;
	height: 33px;
	margin: 0 15px;
	position: relative;
	left: 5px;
	background: url('../images/slider_bar.png') repeat-x center center;
}
div.MultistreamPlayer .toolbar .slider-grip {
	width: 5px;
	height: 10px;
	line-height: 10px;
	font-size: 10px;
	background: url('../images/grip.png') repeat-x #201f21;
	position: absolute;
	top: 50%; 
	left: 0;
	margin-top: -5px;
	position: relative;
}


div.MultistreamPlayer .status {
	position: absolute;
	z-index: 100;
	bottom: 0; left: 0;
	width: 100%; 
	padding: 5px;
	background: url('../images/50black.png') repeat;
}
div.MultistreamPlayer .status .status-progress {
	float: left;
	width: 90%;
}

div.MultistreamPlayer .status .status-bar {
	background: #fe7509;
	height: 14px;
	width: 100%;
}

