.superbox
{
	position:relative;
	background-color:#afafaf;
	height:335px;
	width:400px;
	color:white;
	margin:auto;
}

.superbox .bigplayer
{
  position:absolute;
  top:81px;
  left:126px;
  width:147px;
  height:137px;
  background-image: url("images/big_play.png");
  background-repeat:no-repeat;
  cursor:pointer;
}

.playbg
{
  position:absolute;
  top:0px;
  left:0px;
  width:400px;
  height:300px;
  background-color:black;
}

.first_frame,.last_frame
{
  position:absolute;
  top:0px;
  left:0px;
  width:400px;
  height:300px;
  overflow:hidden;
}

.last_frame
{
  display:none;
}

.postplay
{
  display:none;
}

.logo
{
  position:absolute;
  left:40px;
  top:125px;
  width:411px;
  height:147px;
  background-image:url("images/lamed.png");

}

.playagain
{
  position:absolute;
  cursor:pointer;
  top:271px;
  left:71px;
  width:90px;
  height:43px;
  background-image:url("images/play_again.png");

}

.sendfriend
{
  position:absolute;
  cursor:pointer;
  top:271px;
  left:311px;
  width:127px;
  height:38px;
  background-image:url("images/send_friend.png");
}

.noaudio
{
  font-family:Arial;
  text-align:right;
  font-size:12px;
  font-weight:normal;
  color:black;

}
