#video-container
{
	position: absolute;
	left: 12px;
	top: 110px;
	width: 368px;
	height: 374px;
    background-repeat: repeat-x;
}

#video
{
	position: absolute;
	left: 2px;
	top: 19px;
	background-color: #fff;
	width: 368px;
	height: 300px;
	overflow: hidden;
}

#audio-container
{
	position: absolute;
	left: 12px;
	top: 110px;
	width: 368px;
	height: 374px;
    background-repeat: repeat-x;
	overflow: hidden;
}
#audio-image
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #fff;
	width: 368px;
	height: 276px;
	overflow: hidden;
}
#audio
{
	position: absolute;
	left: 2px;
	top: 280px;
	background-color: #fff;
	width: 368px;
	height: 20px;
	overflow: hidden;
}

#videocontrols
{
	position: absolute;
	left: 2px;
	top: 300px;
	background-color: #dadee1;
	width: 368px;
	height: 20px;
}
	
#playpausebutton
{
	position: absolute;
	left: 5px;
	top: 0px;
}

#stopvideobutton
{
	position: absolute;
	left: 50px;
	top: 0px;
}

#fullscreenvideobutton
{
	position: absolute;
	left: 280px;
	top: 0px;
}


#scrollbar
{
	position: absolute;
	left: 95px;
	top: 1px;
	background-image:url(../img/scrollbar.jpg);
	width: 100px;
	height: 17px;
}
	
	
.box {
  background-color: #dadee1;
  color: #dadee1;
  padding: 0px;
  position: absolute;
  width:6px;
  height:15px;
  cursor:pointer;
}

.bar {
  background-color: #008080;
  color: #ffffff;
  cursor: move;
  font-weight: bold;
  padding: 2px 1em 2px 1em;
}

.content {
  padding: 0px;
}
	
	
	
	