body
{
	margin:0px;
}

img
{
	border:0px;
}

#player_and_videos
{
	position:relative;
	/*top:20px;
	left: 250px;*/
	/* width:100%; */
  width: 410px;
  margin: 0px auto;
}

#superbox
{
	position: relative;
	background:url('images/player.png') no-repeat;
	height: 391px;
	width: 410px;
}

#separator_1
{
	position:absolute;
	bottom:-3px;
	left:66px;
}
#separator_2
{
	position:absolute;
	bottom:-3px;
	left:171px;
}

#videos_content
{
	position:absolute;
	top:0px;
	left:500px;
	overflow:auto;
	background-image:url('images/player_bg.jpg');
	background-position:bottom;
	background-repeat:repeat-x;
	height:418px;
	border:solid thin black;
	padding:5px;
}
