#slider {
  margin: 0px;
  padding: 0px;
  width: 560px; /* important to be same as image width */
  height: 371px; /* important to be same as image height */
  position: relative; /* important */
  overflow: hidden; /* important */
  text-align: center;
}
#sliderContent {
  margin: 0px;
  padding: 0px;
  display: inline;
  width: auto; /* important to be same as image width or wider */
  position: relative;
}
.sliderImage {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: none;
  background: #000000;
}
.sliderImage img {
  border: 0px;
}
.sliderImage span {
  position: absolute;
  font: 10px/15px Arial, Helvetica, sans-serif;
  padding: 5px 13px;
  min-width: 560px;
  background-color: #000000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  color: #FFFFFF;
  display: none;
}
.clear {
  clear: both;
}
.sliderImage span strong {
  font-size: 14px;
}
.top {
  top: 0;
  left: 0;
}
.bottom {
  bottom: 0;
  left: 0;
}
ul {
  list-style-type: none;
}


/*
  HOME PAGE STYLES                */
td#menu_cont {
  margin: 0px;
  padding: 0px;
  width: 900px;
  height: 75px;
  background: #000000 url("../../img/bg_menu.png") no-repeat left top;
}
td#left_cont {
  margin: 0px;
  padding: 0px;
  width: 30px;
  height: 413px;
  background: #000000 url("../../img/container_left.png") no-repeat left top;
}
td#contents {
  margin: 0px;
  padding: 0px;
  width: 840px;
  height: 413px;
  background-color: #000000;
  text-align: left;
}
#content_wrapper {
  margin: 0px;
  padding: 10px;
  display: block;
  width: 820px;
  height: 393px;
  background-color: #000000;
  overflow: auto;
}
td#right_cont {
  margin: 0px;
  padding: 0px;
  width: 30px;
  height: 413px;
  background: #000000 url("../../img/container_right.png") no-repeat left top;
}
td#footer {
  height: 180px;
}



table#main_menu {
  margin: 0px;
  padding: 0px;
  width: 900px;
  height: 60px;
}
td#main_left {
  margin: 0px;
  padding: 0px;
  width: 50px;
  height: 60px;
}
td#main_home {
  margin: 0px;
  padding: 0px;
  width: 90px;
  height: 60px;
/*
  background: transparent url("../../img/btn_home.gif") no-repeat center center;
*/
  text-align: center;
  font-variant: small-caps;
  font-style: normal;
  font-weight: bold;
  cursor: pointer;
  /*
  border: 1px solid #00FF00;        */
}
td#main_aboutus {
  margin: 0px;
  padding: 0px;
  width: 115px;
  height: 60px;
/*
  background: transparent url("../../img/btn_aboutus.gif") no-repeat center center;
*/
  text-align: center;
  font-variant: small-caps;
  font-style: normal;
  font-weight: bold;
  cursor: pointer;
}
td#main_center {
  margin: 0px;
  padding: 0px;
  width: 375px;
  height: 60px;
}
td#main_services {
  margin: 0px;
  padding: 0px;
  width: 110px;
  height: 60px;
/*
  background: transparent url("../../img/btn_services.gif") no-repeat center center;
*/
  text-align: center;
  font-variant: small-caps;
  font-style: normal;
  font-weight: bold;
  cursor: pointer;
}
td#main_contact {
  margin: 0px;
  padding: 0px;
  width: 110px;
  height: 60px;
/*
  background: transparent url("../../img/btn_contact.gif") no-repeat center center;
*/
  text-align: center;
  font-variant: small-caps;
  font-style: normal;
  font-weight: bold;
  cursor: pointer;
}
td#main_right {
  margin: 0px;
  padding: 0px;
  width: 50px;
  height: 60px;
}
