
.video_container
{
	border: 1px solid black;
	margin: 0 15px 15px 15px;
	padding: 0 8px;
	height: 360px;
	width: 616px;
	background: url("images/dynamo_tv_background.png") white repeat-x 0 bottom;
}

.video_list
{
	margin-top: 2px;
	float: left;
	width: 209px;
	height: 305px;
}

.video_list .video_entry_container
{
	display: block;
	width: 209px;
	margin: 0;
	padding: 0;
}

.video_list div.video_entry
{
	width: 179px;
}

div#video_down
{
	background: url('images/video_down.png') no-repeat 0 0;
	margin-left: 85px;
	width: 24px;
	height: 24px;
}

div#video_down:hover
{
	background: url('images/video_down.png') no-repeat 0 -24px;
	cursor: pointer;
}

div#video_up
{
	background: url('images/video_up.png') no-repeat 0 0;
	margin-left: 85px;
	width: 24px;
	height: 24px;
}

div#video_up:hover
{
	background: url('images/video_up.png') no-repeat 0 -24px;
	cursor: pointer;
}

.video_entry a
{
	border: none;
	color: black;
}

.video_entry a img
{
	border: none;
}

.video_entry
{
	border: 1px solid grey;
	background-color: #EEEEEE;
	list-style-type: none;
	padding: 5px;
	margin: 6px 3px 6px 0;
}

.video_entry .title
{
	line-height: 1.35;
	font-weight: bold;
	display: block;
}

.video_entry .time
{
	font-weight: normal;
	display: block;
}

#current_video
{
	border: 1px solid grey;
	height: 300px;
	width: 400px;
	background-color: white;
	margin-left: 210px;
	margin-top: -300px;
}
