.slideshow {
  width: 673px;
  height: 320px;
  position: relative;
  margin: 0 0 7px 0;
  background: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;  
}
.slideshow .wrapper {
  width: 665px;
  overflow: auto; 
  height: 312px;
  margin: 0;
  position: absolute;
  top: 4px;
  left: 4px;
}

/* Width below is max for Opera */
.slideshow .wrapper ul {
  width: 32700px;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.slideshow ul li {
  display: block;
  float: left;
  padding: 0;
  height: 312px;
  width: 665px;
  margin: 0;
  position: relative;   
  background: #000;  
}
.slideshow .arrow {
  display: block;
  height: 200px;
  width: 67px;
  background: url(../images/arrows.png) no-repeat 0 0;
  text-indent: -9999px;
  position: absolute;
  top: 65px;
  cursor: pointer;
}
.slideshow .forward {
  background-position: 0 0;
  right: -20px;
}
.slideshow .back {
  background-position: -67px 0;
  left: -20px;
}
.slideshow .forward:hover {
  background-position: 0 -200px;
}
.slideshow .back:hover {
  background-position: -67px -200px;
}

#thumbNav {
  position: absolute;
  bottom: 14px;
  left: 14px;
  text-align: center;
  z-index: 100
}
#thumbNav a {
  font-family: DeliciousRoman, Tahoma, Arial, Sans;
  font-size: 138.5%;    
  color: #666;
  margin-right: 14px;
  text-decoration: none;
}
#thumbNav a:hover {
  background-image: none;
}
#thumbNav a.cur {
  color: #FFFFFF;
}

#start-stop {
  position: absolute;
  right: 477px;
  bottom: 14px;
  font-family: DeliciousRoman, Tahoma, Arial, Sans;
  color: #FFFFFF;
  text-decoration: none;
  z-index: 100;
  text-align: right;
}

.slideshow .wrapper ul ul {
  position: static;
  margin: 0;
  background: none;
  overflow: visible;
  width: auto;
  border: 0;
}
.slideshow .wrapper ul ul li {
  float: none;
  height: auto;
  width: auto;
  background: none;
}

.slideshow .slide-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000000;
  width: 197px;
  z-index: 10;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.slideshow .slide-text .content {
  height: 275px;
  position: relative;
}
.slideshow a.moreArrow {
  position: absolute;
  bottom: 0;
  right: 14px;
	border-color: #666666;
	color: #FFFFFF;
	background: #222222;
} 
.slideshow a.moreArrow:hover {
	background: #333333;  
}
.slideshow a.moreArrow:hover:after {
	border-left-color: #333333; 
}
/* creates the "border" triangle */
.slideshow a.moreArrow:before {
	border-left-color: #666666;
}
/* creates the "fill" triangle */
.slideshow a.moreArrow:after {
	border-left-color: #222222;
}

.slideshow .slide-body {
  width: 468px;
  position: absolute;
  top: 0;
  right: 0;  
}
.slideshow .slide-body.text-only p {
  margin: 0 7px 14px 7px;
}
.slideshow .slide-body.text-only p img,
.slideshow .slide-body.text-only p embed {
  margin-left: -7px;
}

.slideshow .slide-body img {
  width: 468px;
}

.slideshow .slide-text h2 {
  position: absolute;
  background: url(../img/black_alpha_80.png);
  top: 0;
  left: 0;
  width: 653px;
  padding: 7px;
  margin: 0;
  font-family: DeliciousBold, Tahoma, Arial, Sans;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 138.5%;  
}
.slideshow .slide-text h2 a {
  color: #FFFFFF;
  text-decoration: none;
}
.slideshow .slide-text .text {
  position: absolute;
  top: 41px;
  left: 7px;
  right: 7px;
  font-size: 93%;
  line-height: 1.4em;
  height: 205px;
  overflow: hidden;
}

