#mediaHolder
{
  position: relative;
  left: 0px;
  margin-top: 5px;
  width: 230px;
  height: 220px;
  background-color: #f1f1f1;
  border: 1px solid #a9a9a9;
}
/* =MEDIAPLAYER */
#timeline
{
  width: 230px;
  height: 10px;
  background:transparent url(/images/watch/timelineBg.png);
  position: relative;
}
#timelineKnob
{
  position: absolute;
  top: 0px;
  width: 10px;
  height: 10px;
  background: transparent url(/images/watch/timelineKnob.png);
  cursor: pointer;
}
#outline
{
  position: relative;
  left: 0px;
  margin-top: 5px;
  width: 230px;
  height: 288px;
  overflow: scroll;
  border: 1px solid #a9a9a9;
}
#documentHolder
{
  position: absolute;
  top: 0px;
  left: 235px;
  right: 235px;
  height: 434px;
  width: 450px;
  min-width: 300px;
  border: 1px solid #a9a9a9;
  overflow: hidden;
}

#doc
{
  position: relative;
  height: 400px;
  width:100%;
  top:18px;
  text-align: center;
}
#pdf
{
    width:100%;
    height:100%;
    margin: auto;
}
#divflash {
	position:relative;
	top:0;
	left:0;
    width:100%;
    height:100%;
    /*margin: auto;*/
}
#videoControls
{
  position: relative;
  background: url(/images/watch/videoControlsBg.gif) repeat-x 0px 0px;
  width: 230px;
  height: 20px;
}
#playPauseBtn
{
  position: absolute;
  top: 0px;
  left: 0px;
}
#duration
{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 10px;
  color: #222222;
  padding-top: 3px;
  position: absolute;
  top: 0px;
  left: 30px;
  width: 144px;
  height: 17px;
  background: url(/images/watch/shareInstantBtnBg.gif) no-repeat 0px 0px;
  text-align: center;
}
#volumeMute
{
  position: absolute;
  top: 0px;
  left: 174px;
}
#volumeSlider
{
  position: absolute;
  top: 0px;
  left: 185px;
  width: 41px;
  height: 20px;
  background: url(/images/watch/ctrlVolumeBg.gif) no-repeat 0px 0px;
}
#volumeKnob
{
  position: absolute;
  width: 13px;
  height: 20px;
  right: 0px;
  background: url(/images/watch/knob.gif) no-repeat 0px 0px;
  cursor: pointer;
}