/*.interactive .video_wrap {
  width:640px;
  height:360px;
  display:none;
}
.interactive .video_wrap.active {
  display:block;
}

.interactive li.active {
  background:#000;
}

.interactive li img {
  opacity:.7;
}
.interactive li a:hover img, .interactive li.active img {
  opacity:1;
}*/

.sublime_video_wrapper {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 -10px 20px 20px;
	-moz-box-shadow: #666 -10px 20px 20px;
	box-shadow: #666 -10px 20px 20px;
	background: #F5FAFE;
}


.video-640{
	margin:20px auto 100px;
	width:640px;
}

.video-headline{
	font-size:1.7em;
	text-shadow: 0.1em 0.1em 0.2em grey;
	margin: 30px 0;
/*	text-align:center;*/
	font-style: oblique;
	padding-left:1%;
	line-height:130%;
}

.video-headline .name{
	font-style:normal;
	display: inline;	
	text-shadow:none;
	font-size:0.8em;
}