#slideMainDiv {
  height:385px;
  width:728px;
  position:relative;
  border:10px solid #6b5d4b;
  border-bottom:0px;
}
#slideHeaderDiv {
  width:728px;
  height:385px;
  border:0px solid #000000;
}
.slideDiv {
  position:absolute;
  left:0;
  top:0;
  width:728px;
  height:385px;
  border:0px solid red;
}

#newdiv {
 background-color:#6b5d4b;
 width:748px;
 height:12px;
 padding-bottom:0px;
 margin-bottom:0px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:2px;

}


