@charset "UTF-8";

.productdetail .productimages .videothumbnail
{
	background: #fff url("../images/product-video/video-controls.gif") no-repeat 0 0;
	border: 1px solid #ddd;
	float: left;
	margin: 0px;
	width: 88px;	
	height: 117px;
	display: none;
}

.productdetail .productimages .videothumbnail:hover
{
	background-position: -90px 0;
}

.productdetail .productimages .videothumbnail.playing
{
	background: #fff url("../images/product-video/video-controls.gif") no-repeat -180px 0;
	border: 1px solid #ddd;
	float: left;
	margin: 0px;
	width: 88px;	
	height: 117px;
	display: none;
}

.productdetail .productimages .videothumbnail.playing:hover
{
	background-position: -270px 0;
}