.video-list
{
	position: relative;
	font-size: 0.9em;
	height: 290px;
	color: #ffffff;
}

.video-list a
{
	text-decoration: underline;
	color: #ffffff;
}

.video-list a:hover
{
	text-decoration: none;
}

.video-name
{
	padding: 5px 10px;
}

.video-link
{
	position: absolute;	
	z-index: 10;
	left: 0;
	bottom: 75px;
	width: 100%;
	height: 50px;
	display: block;
	margin: 0;
	padding: 0 20px;
	line-height: 50px;
	background: -moz-linear-gradient(top, rgba(49,46,52,0) 0%, rgba(49,46,52,0.99) 99%, rgba(49,46,52,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(49,46,52,0)), color-stop(99%,rgba(49,46,52,0.99)), color-stop(100%,rgba(49,46,52,1)));
	background: -webkit-linear-gradient(top, rgba(49,46,52,0) 0%,rgba(49,46,52,0.99) 99%,rgba(49,46,52,1) 100%);
	background: -o-linear-gradient(top, rgba(49,46,52,0) 0%,rgba(49,46,52,0.99) 99%,rgba(49,46,52,1) 100%); 
	background: -ms-linear-gradient(top, rgba(49,46,52,0) 0%,rgba(49,46,52,0.99) 99%,rgba(49,46,52,1) 100%); 
	background: linear-gradient(to bottom, rgba(49,46,52,0) 0%,rgba(49,46,52,0.99) 99%,rgba(49,46,52,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00312e34', endColorstr='#312e34',GradientType=0 );
}
