.videoBlog {
	text-align: left; 
	margin-bottom: 25px; 
	border-bottom: 1px solid #cccccc;
}

.videoTitle {
    font-size:16px; 
	font-weight: bold; 
	text-align:center;
}	

.videoPlayer {
	text-align: center;
}

.videoLabels {
	font-style: italic;
}

.videoDescription {
	text-align: justify;	
}

.videoLinks {
	text-align:left; 
	list-style-type: none; 
	padding-left: 10px; 
	margin-top: 0;
}


.videoLinksLabel {
	text-align:left; 
	margin-bottom:0;
}

.videoLinks {
	text-align:left; 
	list-style-type: none; 
	padding-left: 10px; 
	margin-top: 0;
}

.videoLinks a, .pagingLink{
	color:#0000ff;
}

.videoLinks a:hover, .pagingLink:hover{
	color:#ff0000;
}