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

.superbox_small
{

  height:320px;
  width:390px;
  overflow:hidden;
}

.superbox_medium
{

  height:335px;
  width:400px;
  overflow:hidden;
}


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

.superbox_small .bigplayer
{
  top:89px;
  left:135px;

}

.superbox_medium .bigplayer
{
  top:81px;
  left:126px;
}


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

.superbox_small .playbg
{
  height:292px;
  width:390px;
}

.superbox_medium .playbg
{
  width:400px;
  height:300px;
}


.first_frame,.last_frame
{
  position:absolute;
  top:0px;
  left:0px;
}

.first_frame img,.last_frame img
{
  width:100%;
}


.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;

}
