#slideMainDiv {
  height:290px;
  width:450px;
  position:absolute;
  border:0px solid #ff0000;
  border-bottom:0px;
}
#slideHeaderDiv {
  width:440px;
  height:280px;
  border: solid 5px #ff0000;
 
}
.slideDiv {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:280px;
  border:0px solid red;
}
#newdiv {
 background-color:#000000;
 width:186px;
 height:14px;
 top:265px;
 left:254px;
 position:relative;
 
 padding-bottom:0px;
 margin-bottom:0px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:2px;
}

