
#videoList{
	position:absolute;
	overflow:hidden;
	top:193px;
	left:421px;
	display:block;
	width:273px;
	height:335px;
	z-index:100;
	background-color:#d9dcdc;
}

#videoScroll{
	display:block;
	width:273px;
	height:335px;
	position:absolute;
	top:0;
	left:0;
	list-style:none;
	padding:0;
	margin:0;
	}

#videoList li{
	list-style:none;
	padding:0;
	margin:0;
	text-align:right;
	}	

#videoList ul li a{
	display:block;
	overflow:hidden;
	margin:0;
	padding:5px 10px;
	width:253px;
	height:23px;
	background:url("images/list-background-hover.jpg") top left no-repeat;
	font-size:20px;
	font-family:"Times New Roman";
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	}
	
#videoList ul li a:hover{
	
	background-position:0px -33px;
	}
	
#videoList ul li a.selected_0 {
	background-position:0 0;
	background-Image:url("images/list-background-blue.jpg");
	}
	
#videoList ul li a.selected_1 {
	
	background-Image:url("images/list-background-green.jpg");
	}
	
#videoList ul li a.selected_2 {
	background-position:0 0;
	background-Image:url("images/list-background-olive.jpg");
	}
	
#videoList ul li a.selected_3 {
	background-position:0 0;
	background-Image:url("images/list-background-gold.jpg");
	}
	
#videoList ul li a.selected_4 {
	background-position:0 0;
	background-Image:url("images/list-background-orange.jpg");
	}
	
#videoList ul li a.selected_5 {
	background-position:0 0;
	background-Image:url("images/list-background-red.jpg");
	}
