#flashoverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10001;
	width: 100%;
	height: 100%;
	background-color:#000;
	opacity:0.7;
	filter:alpha(opacity=70);
}

#outflashbox
{
  left:0;
  line-height:0;
  position:absolute;
  text-align:center;
  top:100px;
  width:100%;
  z-index:10002;
}

#flashbox
{
  margin:0 auto;
  position:relative;
}

#flashBottomNav
{
  text-align:right;
}

#flashBottomNav a, #flashBottomNav a:hover
{
  background:none;
  padding:0;
  margin:0;
  text-decoration:none;
}
.teaser_flash #flash_container {
  position:relative;
  height:124px;
  background:url(../images/flash_cnter.gif) no-repeat left top;
}
#flash_container_inner {
  padding-top:0px;
  padding-left:0px;
}
a.playvideo, a.playvideo:hover {
  display: block;
  position: absolute;
  left: 64px;  
  top: 24px;
  width: 75px;
  height: 75px;
  background: url(../images/ICON_Video_Play.png) no-repeat left top;
  cursor:pointer;
  _background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/typo3conf/ext/kch_flash/flashbox/images/ICON_Video_Play.png", sizingMethod="scale");
  text-indent: -9999px;
}
a.playvideo:hover {
  background-image: url(../images/ICON_Video_Play_hover.png);
  _background:none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/typo3conf/ext/kch_flash/flashbox/images/ICON_Video_Play_hover.png", sizingMethod="scale");
}

