.videoCollection{
	display: inline-block;
	text-align: left;
	line-height: 0;
	width: 1000px;
}

.videoThumb{
	width: 166px;
	height: 166px;
	position: relative;
	display: inline-block;
}

.thumbImg{
	width: 166px;
	height: 166px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;

}

.mouseoverImg{
	margin: 55px;
	display: none;
}

.overImg{
	position: absolute;
	top: 0;
	left: 0;
}


.thumbContainer {
	width: 166px;
	height: 166px;
	overflow: hidden;
	position: relative;
	float: left;
	
}

#thumbImg-14, #videoThumb-14, #thumbContainer-14{
	width: 332px;
}

a.visited img{
-webkit-transition: all 1s linear 1s; /* For Safari 3.1 to 6.0 */
    transition: all 1s linear 1s;

	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(90%);
}


