div.video-player{}

div.picture-view
	{
	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.picture-view h3
	{
	margin:0;
	padding:3px;
	color:white;
	font-size:1em;
	font-weight:normal;
	}

div.picture-view 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.picture-view a:hover
	{
	background-color:gray;
	}
div.picture-view div.body
	{
	background:black;
	width:350px;
	margin:0;
	}
div.picture-view div.container
	{
	overflow:hidden;
	text-align:center;
	}
	
div.picture-view div.container img
	{
	margin:5px;
	}	

div.picture-view-openup
	{
	display:block;
	}
