/* OVERWRITE STANDARD CSS */

#frame #content_frame #ashplayer TABLE{
   margin:0;
}

/* OVERWRITE END */

#ashplayer{
    /* set with javascript -> position: fixed; */
    z-index:9999;
    top: 10px;
    left: 17%;
}

#ashplayer .ap_mainview{
    background-color: #fff;
    width: 800px;
    -moz-border-radius: 5px;
}

#ashplayer #ap_info_bar{
	background: transparent url(https://img.ashampoo.com/ashampoo.com_images/img/1/css/jcarousel/ashampoonav/bg_ashampoonav.png) no-repeat 0 0;
	padding:12px;
	width:804px;

}

#ashplayer #ap_info_bar span#ap_img_title{
  display:block;
  background: url(https://img.ashampoo.com/ashampoo.com_images/img/1/template/box.dgrey.gif) repeat-x #f1f1f1;
  padding: 3px; 
  border: 1px solid #d9d9d9;
 -moz-border-radius: 6px;
  border-radius: 5px;
  color: #666;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  text-align:center;

    /*float: right;*/
}

#ashplayer #ap_close{
    position:absolute;
    left: 812px;
    top: -12px;
    width: 25px;
    height: 25px;
    float: right;
    z-index:1000; 
    cursor: pointer;
    background: transparent url(https://img.ashampoo.com/ashampoo.com_images/img/1/css/jcarousel/ashampoonav/icon_close.png) no-repeat 0 0;
}

#ap_overlay{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9998;
    background-color: #000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}







