.story_title {
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.story_title2, .story_subtitle {
	font-size: 11px;
	font-weight: normal;
}

#videolist {
	margin: 0;
	padding: 0;
	list-style: none;
	width:450px;
}

#videolist #video_slate {
	background-color: #FFCC66;
	background-image: url(../interface/slate1.jpg);
	background-repeat: repeat;
	display: block;
	margin: 1px 0px;
	height: 60px;
	width: 430px;
}
.blurb {
	width: 320px;
	height: 58px;
	display: block;
	float: right;
}


#videolist #video_slate:hover {
	background-image: url(../interface/slate2.jpg);
	background-repeat: repeat;
	color: #000000;
}
#videolist li {
	float: left;
}
#videolist a {
	text-decoration: none;
}
.videoplaybox {
	height:310px;
	width:512px;
	border: thin inset;
	vertical-align: middle;
}
.videolistbox {
	background-color:#999999;
	height:310px;
	width:auto;
	padding: 4px;
	overflow:auto; /* makes listbox convert to slider */
}
