.MyTube_container{	display:block;	clear:both;	width:600px;	background:#000000; 	margin-bottom:10px;}.MyTube_container a.toggle{	color:#FFFFFF;	font-family:Arial, Helvetica, sans-serif;	font-size:12px;	display:block;	position:relative;	margin:10px;	text-align:right;}/* youtube player container; the player takes the width/height of this container */.MT_youtube_player{	display:block;	position:relative;	width:600px;	height:500px;	background:#000000;	margin:0px;}/* the playlist design */.MT_playlist{	display:block;	position:relative;	width:600px;	float:left;	color:#FFFFFF;}.loading{	background:url(../images/spinner.gif) left center no-repeat;	height:20px;	padding-left:20px;	font-family:Arial, Helvetica, sans-serif;	font-size:12px;	line-height:20px;}	.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;}		.MyTube_Tips .tip-text{		display:none;	}/* custom settings for a different player */	.customContainer{	width:300px;	background:#333333;	margin-bottom:10px;	}	.customContainer .MT_playlist{	width:300px;	}		.customContainer .MT_playlist .MyTube_video{					}			.customContainer .MT_youtube_player{		width:300px;		height:250px;	}