.youtube-player {
	font-size: 86%;
	position: relative;
	
	letter-spacing: normal;
	display: inline-block;
 *display:inline;
	zoom: 1;
	vertical-align: top;
	padding: 3px 3px 3px 3px;
	position: relative;

/*	background: url(../images/item-bg.png) no-repeat center top;*/
/*	-webkit-box-shadow: 1px 1px 5px 1px #000000;
box-shadow: 1px 1px 5px 1px #000000;*/
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 76%, rgba(247,240,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(76%,rgba(255,255,255,1)), color-stop(100%,rgba(247,240,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 76%,rgba(247,240,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 76%,rgba(247,240,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 76%,rgba(247,240,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 76%,rgba(247,240,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f0e8',GradientType=0 ); /* IE6-9 */
}
.youtube-player-toolbar {
	background: #860210;
	margin: .1em 0 0 0;
}
.youtube-player-toolbar li.youtube-player-time {
	float: right; 
	font-weight: normal; 
	font-size: 10px; 
	line-height: 28px; 
	margin: 0pt 5px 0pt 0pt;
	padding: 0;
	display: none;
	cursor: default;
}
.youtube-player-object {
/*	border: 1px solid #282828;*/
}
.youtube-player-toolbar li {
	cursor: pointer;
	float: left;
	list-style: none outside none;
	margin: 2px;
	padding: 4px 0;
}
.youtube-player-toolbar li span.ui-icon {
	float: left;
	margin: 0 4px;
}
.youtube-player-playlist-container {
/*	border: 1px solid #282828;*/
	margin-top: .2em;
	position: relative;
	display: none;
}
.youtube-player-playlist {
	list-style: decimal;
	overflow: auto;
	margin: 2px;
	padding: 0;
}
.youtube-player-playlist li {
	overflow-x: hidden;
	border: 0;
	cursor: pointer;
	text-decoration: none;
	list-style-type: decimal;
	padding: 2px 4px 2px;
	white-space: nowrap;
	font-size: 11px;
	font: bold 11px Tahoma,Geneva,sans-serif;
}
.youtube-player-playlist .youtube-player-thumb {
	float: left;
	height: 90px;
	width: 124px;
	list-style: none;
	overflow: hidden;
}
.youtube-player-playlist .youtube-player-thumb img {
	height: 90px;
	width: 124px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	background-position: -9999px -9999px;
}
.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus {
	background-position: 50% 50%;
}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
	border-color: #333;
}
