/* 
    Document   : most_recent
    Created on : 09-ene-2013, 19:30:29
    Author     : daizgar
    Description:
        Purpose of the stylesheet follows.
*/
.recentVideo {
	width:312px;
	height:360px;
	float:left;
}

.recentVideoContent {
	width:295px;
	height:320px;
	margin-top:10px;
	
	

}

.recentVideoThumbImageHolder  {
	width:285px;
	height:170px;
	padding:5px;

}

.recentPlayCaret {
	position:relative;
	top:-175px;
}

.recentVideoTitle {
	
	width:287px;
	overflow:hidden;
	height:60px;
}

.recentVideoTitle h3{
	font-size:21px;
	margin-top:5px;
	text-align:center;
	
}

.recentVideoDescription {
	font-family:'Open Sans',sans-serif;
	font-size:13px;
	overflow:hidden;
	width:257px;
	height:55px;
	margin-top:10px;
	text-align:justify;
}