
.ytp-wrapper-widget .ytp-wrapper-object {
	position: relative;
	overflow: hidden;
	zoom: 1;
}


.ytp-wrapper-widget .ytp-wrapper-object object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.ytp-wrapper-widget .ytp-wrapper-object .ytp-object-hidden {
	top: -1000px;
}

.ytp-wrapper-widget .ytp-controls {
	position: relative;
	height: 28px;
	background: #2e2e2e url("../img/ytp-controls-bg.png") repeat-x;
	z-index: 10;
}

.ytp-wrapper-widget .ytp-controls .ytp-control {
	position: absolute;
}

.ytp-wrapper-widget .ytp-controls .ytp-control-button {
	cursor: pointer;
}

.ytp-wrapper-widget .ytp-controls {
	font-size: 0;
}

.ytp-wrapper-widget .ytp-controls .ytp-control-button-play {
	top: 5px;
	left: 10px;
	width: 13px;
	height: 17px;
	background: transparent url("../img/ytp-control-button-play-bg.png") no-repeat;
}

.ytp-wrapper-widget .ytp-controls .ytp-control-button-next,
.ytp-wrapper-widget .ytp-controls .ytp-control-button-previous {
	top: 7px;
	width: 12px;
	height: 13px;
	background: white;
	display: none;
}

.ytp-wrapper-widget .ytp-controls .ytp-control-button-previous {
	left: 35px;
	background: transparent url("../img/ytp-control-button-previous-bg.png") no-repeat;
}

.ytp-wrapper-widget .ytp-controls .ytp-control-button-next {
	left: 55px;
	background: transparent url("../img/ytp-control-button-next-bg.png") no-repeat;
}


.ytp-wrapper-widget .ytp-controls .ytp-control-button-mute {
	right: 90px;
	top: 5px;
	width: 18px;
	height: 16px;
	background: transparent url("../img/ytp-control-button-mute-bg.png") no-repeat;
}

.ytp-wrapper-widget .ytp-controls .ytp-control-logo {
	right: 10px;
	top: 5px;
	width: 68px;
	height: 15px;
	background: transparent url("../img/ytp-control-logo-bg.png") no-repeat;
}

.ytp-wrapper-widget .ytp-controls .ytp-control-button-mute-mute {
	background-position: 0 -16px;
}

.ytp-wrapper-widget .ytp-controls .ytp-control-button-play-pause {
	background-position: 0 -17px;
}

.ytp-wrapper-widget .ytp-controls .ytp-control-slider {
	border-color: #356f94;
}

.ytp-wrapper-widget .ytp-controls .ytp-control-slider-time {
	position: absolute !important;
	left: 34px;
	top: 10px;
	width: 100px;
	height: 5px;
	font-size: 0;
	background: #1d4963 url("../img/ytp-control-slider-time-bg.png") repeat-x;
}

.ytp-wrapper-widget .ytp-controls .ytp-control-slider-time .ytp-control-indicator-load {
	background: #52ade6;
	height: 100%;
	width: 0%;
}

.ytp-wrapper-widget .ytp-controls .ytp-control-slider-time .ui-slider-handle {
	height: 14px;
	width: 4px;
	margin-left: -4px;
	top: -5px;
}

.ytp-wrapper-widget .ytp-controls .ytp-control-slider-time .ui-widget-header {
	height: 5px !important;
}

.ytp-wrapper-widget .ytp-controls .ui-widget-header {
	background: #dfebf0 !important;
}

.ytp-wrapper-widget .ytp-controls .ytp-wrapper-control-slider-volume {
	position: absolute;
	width: 100%;
	height: 100px;
	background: #1c4760;
	bottom: 20px;
	cursor: default;
}

.ytp-wrapper-widget .ytp-controls .ytp-control-slider-volume {
	height: 98px;
	left: 50%;
	margin-left: -4px;
	width: 6px;
	background: #1d4963 url("../img/ytp-control-slider-volume-bg.png") repeat-y;
}

.ytp-wrapper-widget .ytp-controls .ytp-control-slider-volume .ui-widget-header {
	background: transparent !important;
}

.ytp-wrapper-widget .ytp-controls .ytp-control-slider-volume .ui-slider-handle {
	height: 4px;
	width: 14px;
	margin-bottom: -4px;
	font-size: 0;
	left: -5px;
}
