@CHARSET "UTF-8";

	.videoContainer {
	    width: 220px;
	    height: 200px;
	    float: left;
	    text-align: center;
	    margin: 2px 2px 10px 2px;
	}
	.videoContainer .videoTitle {
	    /*font-weight: bold;*/
	    text-align: left;	
	}
	.videoTitleIndustrial a {
	   color: red;
	   font-weight: bold;
	}
	.no-video-found {
	   margin-left: 5px;
	}
	.videoThumb {
	   border: 1px solid #C7D1EA;
	   padding-top: 3px;
	   position: relative;
	}
	.videoThumb:hover {
	   border: 1px solid #3C5899;
	}
	.videoThumbIndustrial {
	   border: 1px solid #FC9999;
	   padding-top: 3px;
	   position: relative;
	}
	.videoThumbIndustrial:hover {
	   border: 1px solid #FF3030;
	}
	.play-overlay {
		background: url("http://static.checkdent.com/general/play-overlay.png") repeat scroll 0 0 transparent;
		bottom: 68px;
		height: 20px;
		position: absolute;
		right: 97px;
		width: 26px;
}