h2.accordionToggle {
  display: block;
  font-size: 115%;
  font-weight: normal;
  height: 25px;
  width: 885px;
  background: #000 url(/images/home/bg_click_here.png) top right no-repeat;
  padding-left: 15px;
  line-height: 25px;
  color: #fefefe;
  cursor: pointer;
  margin: 0 0 0 0;
  margin-bottom: 1px;
}

h2.accordionToggleActive {
  height: 45px;
  line-height: 45px;
  font-size: 150%;
  background-color: #000;
  background: none;
  color: #ffffff;
  margin-bottom: 0px;
  border-bottom: 1px dotted #868383;
}

div.accordionContent {
  width: 900px;
  color: #fff;
  background-color: #412727;
  overflow: hidden;
  margin-bottom: 1px;
}

div.accordionContent embed {
  display: none;
}

div.accordionToggleLoaded embed {
  display: block;
}

div.accordionContentBody {
  min-height: 272px;
  padding: 10px 25px 14px 25px;
}

#aboutTitle {
  color: #fff;
  background-color: #0d0d0d;
}

#aboutContent {
  background: transparent url(/images/home/bg_about.jpg) top left no-repeat;
}

#videoTitle {
  color: #fff;
  background-color: #412727;
}

#videoContent {
  background: transparent url(/images/home/bg_video.jpg) top left no-repeat;
}

#webTitle {
  color: #fff;
  background-color: #273541;
}

#webContent {
  background: transparent url(/images/home/bg_web.jpg) top left no-repeat;
}

#photoTitle {
  color: #fff;
  background-color: #201b23;
}

#photoContent {
  background: transparent url(/images/home/bg_photo.jpg) top left no-repeat;
}

#audioTitle {
  color: #fff;
  background-color: #2e291f;
}

#audioContent {
  background: transparent url(/images/home/bg_audio.jpg) top left no-repeat;
}

