/* Media Widget
----------------------------------------------------------------------------- */


	#videos {
	
	clear: left;
	
	}
	
	#videos ul.clips li a.comments,
	#videos ul.clips li div em,
	#videos ul.clips a.action.details {
	
	display: none;
	
	}
	
	#videos ul.clips {
	
	width: 100%;
	display: block;
	
	}
	
	#videos ul.clips li {
	
	float: left;
	width: 175px;
	height: 165px;
	display: block;
	border-bottom: 1px solid #eae4e1;
	padding-bottom: 13px;
	margin-bottom: 13px;
	position: relative;
	
	}
	
	#videos ul.clips li ul.actions {
	
	display: none;
	width: 175px;
	height: 165px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	
	}
	
	#videos ul.clips li:hover ul.actions {
	
	display: block;
	
	}
	
	#videos ul.clips ul.actions li {
	
	margin: 0;
	padding: 40px 55px;
	position: static;
	
	}

	#videos ul li a img {
	
	width: 150px;
	height: 113px;
	margin: 0 0 5px 0;
	float: left;
	
	}
	
	#videos ul.clips li div {
	
	width: 150px;
	clear: left;
	
	}
	
	#videos ul.clips li div a {
	
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	
	}
	
	#videos ul.clips ul.actions a.action.watch {
	
	width: 10px;
	height: 10px;
	text-indent: -5000px;
	display: block;
	background: #43232f url(../images/actions/bg-action-circle.png) no-repeat center right;
	padding: 13px;
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;

	}
	
	
	
	
	
	
	
	
