div.video-player{}



div.video-gallery
	{
	background:transparent url(img/video-shadow.png) no-repeat right bottom;
	padding:0 5px 5px 0;
	display:none;
	font-size:0.8em;
	position:absolute;
	z-index:9999;
	}

div.video-gallery h3
	{
	margin:0;
	padding:3px;
	color:white;
	font-size:1em;
	font-weight:normal;
	}

div.video-gallery a
	{
	position:static;
	border:0;
	float:right;
	text-decoration:none;
	color:white!important;
	padding:8px 3px 3px 3px;
	font-size:1.3em;
	font-weight:bold;
	width:16px;
	text-align:center;
	height:24px;
	outline:0;
	}

a.video-view
	{
	display:block;
	float:left;
	}
	
div.video-gallery a:hover
	{
	background-color:gray;
	}
div.video-gallery div.body
	{
	background:black;
	width:350px;
	margin:0;
	}
div.video-gallery p
	{
	margin:0;
	padding:2px 2px 2px 18px;
	font-weight:normal;
	color:white;
	}

div.video-player-openup
	{
	display:block;
	}
