@charset "utf-8";

#nplayer-download-image {
	background:url(/lib/aqua2/images/download.png) no-repeat;
	*background:url(/lib/aqua2/images/download.gif);
	width:256px;
	height:256px;
}

#nplayer-error-image {
	background:url(/lib/aqua2/images/error.png) no-repeat;
	*background:url(/lib/aqua2/images/error.gif) no-repeat;
	display:inline-block;
	vertical-align:middle;
	width:32px;
	height:26px;
}

#nplayer-logo-image {
	background:url(/lib/aqua2/images/logo_nplayer.png) no-repeat;
	*background:url(/lib/aqua2/images/logo_nplayer.gif);
	width:119px;
	height:89px;
}

/* Big Play Button (at start)
---------------------------------------------------------*/
div.nplayer-big-play-button {
  display: none; /* Start hidden */ z-index: 2;
  position: absolute; top: 50%; left: 50%; width: 80px; height: 80px; margin: -43px 0 0 -43px; text-align: center; vertical-align: center; cursor: pointer !important;
  border: 3px solid #fff; opacity: 0.9;
  border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px;
  
  /* CSS Background Gradients */
  /* Default */ background-color: #0B151A;
  /* Webkit  */ background: #1F3744 -webkit-gradient(linear, left top, left bottom, from(#0B151A), to(#1F3744)) left 40px;
  /* Firefox */ background: #1F3744 -moz-linear-gradient(top,  #0B151A,  #1F3744) left 40px;

  /* CSS Shadows */
  box-shadow: 4px 4px 8px #000; -webkit-box-shadow: 4px 4px 8px #000; -moz-box-shadow: 4px 4px 8px #000;
}
div.nplayer-big-play-button:hover {
  box-shadow: 0px 0px 80px #fff; -webkit-box-shadow: 0px 0px 80px #fff; -moz-box-shadow: 0px 0px 80px #fff;
}

div.nplayer-big-play-button span {
  display: block; font-size: 0; line-height: 0;
  width: 0; height: 0; margin: 20px 0 0 23px;
  /* Drawing the play triangle with borders - http://www.infimum.dk/HTML/slantinfo.html */
  border-left: 40px solid #fff; /* Width & Color of play icon */
  /* Height of play icon is total top & bottom border widths. Color is transparent. */
  border-top: 20px solid rgba(0,0,0,0); border-bottom: 20px solid rgba(0,0,0,0);
}

.wrapper_foot {
	position: fixed;
	width: 100%;
	bottom: 0;
}