#mediaport_simple_ui { position: relative; }

#mediaport_simple_ui_controls_bar {
	position: absolute;
	top: 302px;
	left: 16px;
	width: 610px;
	height: 44px;
	z-index: 3;
	background: url(../../images/icl3/player-controls.png) no-repeat;
}

#mediaport_simple_ui_playpause {
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 44px;
	text-align: center;
	cursor: pointer;
	background-position: 16px 15px;
	z-index: 4;
}

.mediaport_simple_ui_pause { 
	background: url(../../images/icl3/video-player-pause.gif) no-repeat;
	width: 12px;
	height: 14px; 
	}

#mediaport_simple_ui_time_bar_wrapper {
	position: absolute; 
	top: 14px;
	left: 57px;
	z-index: 4;
}

#mediaport_simple_ui_time_container {
	width: 360px;
	height: 16px;
	position: relative;
}

#mediaport_simple_ui_time_container a {
	background: url(../../images/icl3/player-handle.png) no-repeat;
	width: 15px;
	height: 16px;
	position: absolute;
	cursor: pointer;
	z-index: 4;
}
#mediaport_simple_ui_time_display {
	color: #E6E6E6;
	font: bold 9px Verdana, Helvetica, sans-serif;
	position: absolute;
	top: 15px;
	left: 424px;
	letter-spacing: 1px;
	cursor: default;
}

#mediaport_simple_ui_volume_wrapper {
	width: 90px;
	height: 23px;
	position: absolute;
	top: 14px;
	left: 530px; 
	z-index: 4;
}

#mediaport_simple_ui_volume_mute {
	width: 16px;
	height: 16px;
	cursor: pointer;
	background-position: 2px 4px;
}

.mediaport_simple_ui_volume_muted { background: url(../../images/icl3/video-player-mute.gif) no-repeat; }

#mediaport_simple_ui_volume_container {
	width: 34px;
	height: 16px;
	position: absolute;
	top: -16px;
	left: 19px;
	position: relative;
	z-index: 4;
}

#mediaport_simple_ui_volume_container a {
	background: url(../../images/icl3/player-handle.png) no-repeat;
	width: 15px;
	height: 16px;
	position: absolute;
	cursor: pointer;
	margin: 0 0 0 -2px;
}

#mediaport_simple_ui_volume_display,
#mediaport_simple_ui_load_display,
#mediaport_simple_ui_buffering_display,
#mediaport_simple_ui_error { display: none; }

#mediaport_simple_ui_load_container {
	background: #8a8a8a;
	position: absolute;
	width: 150px;
	height: 16px;
}

#mediaport_simple_ui_time_bar { 
	background: #12a6ec; 
	position: absolute; 
	height: 100%; 
	z-index: 1; 
	}

#mediaport_simple_ui_volume_bar { 
	background: #ffca4a; 
	position: absolute; 
	height: 100%; 
	}
	
mediaport_simple_ui_volume_container a {z-index:1;}





/* ie6 styles */

* html #mediaport_simple_ui_load_container { height: 10px !important; }

* html #mediaport_simple_ui_volume_container { top: -15px !important; height: 10px !important; }

* html #mediaport_simple_ui_controls_bar { background: url(../../images/icl3/player-controls-ie.png) no-repeat; }
