	#videoplayer{
		width:320px;
		height:240px;
		background-color:#000000;
	}
	
	.videoplayer{
		display:block;
		width:320px;
		height:240px;
		text-decoration:none;
		cursor:pointer;
		background-color:#000000;
		float:left;
		margin:21px 0 0 0;
	}
	
	.videoWrapper{
		float:left;
		width:294px;
		height:306px;
		margin: 0 0 0 20px;
	}
	
	.playlistwrapper{
		position:absolute;
		height:5000em;
		width:294px;
		margin:0;
		padding:0;
		float:left;
	}

	.playlistwrapper a,.playlistwrapper a:hover{
		float:left;
		width:274px;
		padding:10px 10px 10px 10px;
		font-weight:bold;
		background:url(/imagesrv/images/blueDot.gif) repeat-x 0 0;
		text-decoration:none;
	}
	
	.playlistwrapper a p{
		color:#000000;
		font-weight:normal;
	}
	
	.prev, .next, .prev:visited, .next:visited {
		background:url(/imagesrv/summits/images/global/media-scroll-btns.gif) no-repeat 0 0;
		cursor:pointer;
		display:block;
		float:left;
		height:21px;
		padding:0;
		margin:0;
		text-decoration:none;
		width:293px;
	}
	
	.prev{
		background-position: 0 0;
	}
	
	.prev:hover{
		background-position: 0 100%;
	}
	
	.next{
		background-position: 100% 0;
	}	
	.next:hover{
		background-position: 100% 100%;
	}	
	
	.prev:hover, .next:hover{
		text-decoration:none;
	}
	
	#pl{
		height:264px;
		width:294px;
		overflow:hidden;
		position:relative;
	}
	
	.scroll-controls{
		float:left;
		width:16px;
		overflow:hidden;
	}
	
	.scroll-gutter{
		background:#DDDDDD;
		float:left;
		height:230px;
		width:16px;
	}
