/* Code by Raj <raj47i@hotmail.com>
 * (c) Sesame software solutions pvt ltd.
 *  Coded on: 2007 - July - 27
 */
.slide_Head_Box{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}
#sesHScroller_Container{
  display: block;
  position: relative;
  width: 420px;
  height: 180px;
  z-index:1;
  border: none;
  overflow: hidden;
}
.scrollerSlide{
  position: absolute;
  filter: Alpha(opacity=100);
  left: 0px;
  top: 0px;
  z-index: 1;
}
.scrollerSlide_hidden{
  position: absolute;
  filter: Alpha(opacity=0);
  left: 0px;
  top: 0px;
  z-index: 1;
}
.scroll_Image {
  background: #99c633;
  border: none;
  height: 128px;
  width: 128px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
