			#videos
			{
				background: none repeat scroll 0 0 #FAF7F3;
				border: 1px solid #E3E3E3;
				float: left;
				padding: 5px;
				width: 540px;
			}
			
			#videos .ytVideoPlayer
			{
				float: left;
				margin-right: 10px;
				width: 260px;
			}
			
			#videos .ytPlayList
			{
				float: left;
				height: 171px;
				overflow: auto;
				width: 270px;
			}
			
			#videos .ytPlayList ul
			{
				float: left;
				height: 171px;
				margin: 0;
				overflow: auto;
				padding: 0;
				width: 270px;
			}
			
			#videos .ytPlayList li
			{
				clear:both;
				display:block;
				float:left;
				font-size:10px;
				line-height:14px;
				list-style-type:none;
				margin:0;
				padding:7px;
				width:235px;
			}
			
			#videos .ytPlayList .currentVideo
			{
				background-color: #EFE4D4;
			}
			
			#videos .ytPlayList img
			{
				border: 0;
				float: left;
				padding-right: 5px;
				width: 50px;
			}
