#buzzContent {
  position:relative;
  height:303px;
  margin-bottom: 10px;
}
#buzzContent img{
  float: left;
}
/* Kevin's Slider code */
#buzzContent ul#gallery {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
#buzzContent ul#gallery li {
  display: none;
  left: 0;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
#buzzContent ul#gallery li.current {
  display: block;
}
#buzzContent div#gallerycounter {
  bottom: 10px;
  display: block;
  height: 15px;
  position: absolute;
  right: 5px;
  z-index: 100;
}
#buzzContent div#gallerycounter img {
  float: left;
}
#buzzContent div#gallerycounter ul {
  float: left;
  height: 15px;
  list-style: none outside none;
  margin: 0;
  padding: 0;

  border-radius:15px;
}
#buzzContent div#gallerycounter ul li {
  float: left;
  height: 9px;
  margin: 0;
  padding: 2px 2px 0 4px;
  width: 9px;
}
#buzzContent div#gallerycounter ul li a {
  background: url("../images/carousel_inactive.png") no-repeat 0 0;
  display: block;
  height: 7px;
  margin: 2px 0 0;
  padding: 0 2px;
  width: 7px;
  cursor: pointer;
}
#buzzContent div#gallerycounter ul li.current a {
  background: url("../images/carousel_active.png") no-repeat 0 0;
  display: block;
  height: 7px;
  margin: 2px 0 0;
  padding: 2px;
  width: 7px;
}
#buzzContent div#gallerycounter ul li.current a:active, #buzzContent div#gallerycounter ul li.current a:focus, #buzzContent div#gallerycounter ul li.current a {
  border: medium none;
  outline: medium none;
}
#buzzContent #galleryControl, #buzzContent #galleryPrevious, #buzzContent #galleryNext{
  display:block;
  background:red;
  width:16px;
  height:16px;
  float:left;
  margin:1px 2px 2px 2px;
  cursor:pointer;
}
#buzzContent #galleryControl.pause{
  background: url("../images/grey_pause.gif") no-repeat scroll transparent center;
}
#buzzContent #galleryControl.play{
  background: url("../images/orange_play.png") no-repeat scroll transparent center;
}
#buzzContent #galleryPrevious {
  background: url("../images/grey_previous.gif") no-repeat scroll transparent center;
}
#buzzContent #galleryNext {
  background: url("../images/grey_next.gif") no-repeat scroll transparent center;
}

.fpss_text{
  float: left;
  position: absolute;
  top: 80px;
}
.fpss_text h3{
  /*font-family: Georgia, Times, "Times New Roman", serif;*/
  color: #000000;
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.fpss_text p{
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
.fpss_text a{
  color:#000000;
}
.fpss_text .fpssdate{
  color: #000000;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
}