#slideshowGallery{
  width: 782px;
  height: 247px;
  margin: 2px 0 0 5px;
}

#content h4{
  font: bold 30px Trebuchet MS,Helvetica,sans-serif;
  background-color: #1B1B1B;
  color: #6BBEE8;
  padding: 160px 0;
  text-align: center;
}

#content ul{
  list-style-image: url('../images/asterisk.jpg');
  font-size: 14px;
  background-color: #1B1B1B;
  padding: 0 0 5px 40px;
}

#content .orange{
  color: #ff4e35;
  list-style-image: url('../images/asteriskAlt.jpg');
}

#content .white{
  color: white;
  list-style-image: url('../images/asterisk.jpg');
}

#content ul.white2{
  color: white;
  list-style-image: none;
  list-style-type: circle;
  margin-left: -10px;
}

#content ul.white3{
  color: white;
  list-style-image: url('../images/plus.jpg');
  margin-left: -10px;
}
