#js-slideshow {
	width: 736px;
  height: 321px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  color: #111111;
  position: relative;
}

#js-slideshow .js-overlay {
  position: absolute;
  z-index: 200;
  padding: 12px;
  margin: 20px;
  bottom: 25px;
  font-size: 28px;
  line-height: 1.3em;
	background: url("http://www.megadoor.com/images/slideshow/75p_white.png") repeat scroll 0 0 transparent;

	/*
	background:#fff;
	opacity: .75;
	-ms-filter: "alpha(opacity=75)";
	filter: alpha(opacity=75);
	-khtml-opacity: .75;
	-moz-opacity: .75;
	*/

	color: #111111;
}




#js-slideshow .item {
	display: none;
	position: absolute;
  z-index: 100;
  height: 325px;
	width: inherit;
}

#js-slideshow .item .text {
  background-color: #C3C4C7;
	height: 35px;
	width: 696px;
	line-height: 18px;
	padding: 3px 20px;
}

#js-slideshow #slide-nav {
  z-index: 99999;
  position: absolute;
  bottom: 33px;
  right: 10px;
  overflow: hidden;
}

#js-slideshow #slide-nav a {
  display: block;
  float: left;
  font-size: 2em;
  height: 16px;
  width: 16px;
  margin-left: 4px;
  background: transparent url('../images/slideshow/dot.png') center center no-repeat;
  text-indent: -99999em;
}

#js-slideshow #slide-nav .active {
  background-image: url('../images/slideshow/dot-active.png');
}

div#pageBody div#mainImage.firstpage {
	background: none !important;
}

div.firstpageContent {
	margin-top: 10px !important;
	padding-top: 10px !important;
}

div#pageBody div.firstpageContent td.leftColumn, div#pageBody div.firstpageContent td.leftColumn h1 {
	padding-top: 0 !important;
	margin-top: 0 !important;

}
