﻿.videoPlayer
{
	width: 367px;
	min-height: 341px;
	background-position: left top;
	background-image: url(Assets/Video/Bkg.gif);
	background-repeat: no-repeat;
	position: relative;
}

.videoPlayer .dblClick
{
	text-align: center;
	color: #2e3541;
	font-size: 10px;
	line-height: 28px;
	height: 28px;
	vertical-align: bottom;
}

.videoPlayer .videoArea
{
	left: 19px;
	top: 24px;
	z-index: 1;
	position: absolute;
}

.videoPlayer .title
{
	top: 336px;
	left: 0;
	width: 367px;
	text-align: center;
	position: absolute;
	z-index: 1;
}

.videoPlayer .xBtn
{
	width: 16px;
	height: 17px;
	top: 7px;
	right: 10px;
	position: absolute;
	z-index: 2;
}

.videoPlayer .xBtn:hover
{
	background-position: left top;
	background-image: url(Assets/Video/X.gif);
	background-repeat: no-repeat;
}
