.MyTube_container{
	display:block;
	width:980px;
	float:none;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg/homeBgGrunge.jpg);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #333;
	text-align: center;
	margin-top: 20px;
	background-position: -150px;
	padding: 10px;
}
.MyTube_container a.toggle{
	color:#903;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	display:block;
	position:relative;
	text-align:left;
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 50px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 1o;
}
/* youtube player container; the player takes the width/height of this container */
.MT_youtube_player{
	display:block;
	position:relative;
	width:640px;
	height:480px;
	background:#000000;
	overflow: auto;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* the playlist design */
.MT_playlist{
	display:block;
	position:relative;
	width:1000px;
	height:200px;
	float:none;
	color:#FFFFFF;
	z-index: 10;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.loading{
	height:20px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	background-image: url(../images/spinner.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
	.MT_playlist .MyTube_video{
		display:block;
		position:relative;
		float:left;
		text-align:center;
		width:120px;
		height:90px;
		overflow:hidden;
		border:1px #333333 solid;
		margin:0px 12px 20px 15px;
		font-size:11px;
	}

/* ToolTips design */	
.MyTube_Tips{
	background:#333333;
	color:#FFFFFF;
	font-size:11px;
	padding:10px;
	width:150px;
	z-index: 100;
}	
	.MyTube_Tips .tip-text{
		display:none;
	}
