#slideMainDiv {
  width: 500px;
  position:relative;
}

#slideHeaderDiv {
  width: 500px;
  padding-left:1px;

}

.slideDiv {
  position:absolute;
  left:0;
  top:0;
  width:500px;
}

#newdiv {
 width: 500px;
 height: 14px;
 padding-bottom: 0px;
 margin-bottom: 0px;
 font-family: Arial;
 font-size: 5px;
}


