#video_gallery {
}

#thumbnails ul {
	height: 540px;
	overflow: hidden;
	width: 283px;
	margin-top: 3px;
}

#thumbnails ul li {
	width: 248px;
	height: 90px;
	background: url(../img/bg_diary_events.gif) repeat-x;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	border: 1px solid #2a2929;
	padding: 5px;
	color: #fffeff;
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 6px;
	position: relative;
}

#thumbnails ul li:hover {
	border: 1px solid #424242;
}

#thumbnails ul li img {
	float: left;
	margin-right: 10px;
}

#thumbnails {
	width: 275px;
	height: 589px;
	background: url(../img/bg_vidpanel.gif) no-repeat;
	padding: 5px 15px 15px 10px;
}

#thumbnails a {
	color: #fffeff;
	text-decoration: none;
	display: block;
}
