div#tmpSlideshow {
  margin: 0;
  padding: 0;
  position: relative;
  width: 613px;
  height: 250px;
}
div.tmpSlide {
  position: absolute;
  top: 0;
  left: 0;
  width: 613px;
  height: 250px;
  display: none;
}
div.tmpSlide img {
  float: left;
  margin: 0;
  padding: 0;
  width: 613px;
  height: 250px;
}
div#tmpSlideshowControls {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 210px;
}
div.tmpSlideshowControl {
  float: left;
  margin: 0 5px 0 0;
  background: url('/img/slideshow/slideshow-nav-bg.png') 0px 0px no-repeat;
  width: 30px;
  height: 30px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 30px;
  font-weight: bold;
  color: #444;
  text-align: center;
  cursor: pointer;
}
div.tmpSlideshowControl span {
  line-height: 30px;
  vertical-align: middle;
}
div.tmpSlideshowControlOn, div.tmpSlideshowControlActive {
  background: url('/img/slideshow/slideshow-nav-bg.png') 0px -30px no-repeat;
  color: #fff;
}
div.tmpSlideCopy {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 220px;
}
/* new */
div.tmpSlideCopy-title {
  background-color: #444;
  margin-bottom: 2px;
  padding: 20px;
}
div.tmpSlideCopy-tag {
  background-color: #9be34d;
  padding: 20px 20px 25px 20px;
}
/* /new */
div.tmpSlideCopy h3 {
	margin:0;
	padding:0;
  color: #fff;
  font-size: 27px;
  line-height: 27px;
}
div.tmpSlideCopy h4 {
	margin:0;
	padding:0;
  color: #444;
  font-size: 23px;
  line-height: 23px;
}