/* Duration Windows Videos Tab CSS Styles */

.moviebutton{
	width:199px; 
	height:160px; 
	float:left; 
	margin-left:20px; 
	margin-bottom:10px;
}

.moviebutton p{
	text-align:center; 
	margin-left:5px; 
	padding-right:10px; 
	clear: both;
}

.moviebutton p a {
	/*color: #ce1c1f;*/
	text-decoration: none; 
	border: none;
}

.moviebutton p a:hover{
	text-decoration: underline; 
	border: none;
}

.moviebutton p a img{padding-right: 5px;}

