#slideMainDiv {
  height:240px;
  width:625px; /* pozitie butoane */
  position:relative;
  border:0px solid #CCCCCC;
  border-bottom:0px;
}
#slideHeaderDiv {
  width:625px;
  height:284px;
  border:0px solid #000000; /* chenar mare*/
  padding-left:1px;
}
.slideDiv {
  position:absolute;
  left:1px;
  top:1px;
  width:622px;
  height:266px;
  border:0px solid red; /* chenar mic*/
}
#newdiv {
 background-color:#999999;
 width:186px;
 height:16px;
 padding-bottom:1px;
 margin-bottom:1px;
 margin-left:438px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:2px;
}

