#slideshow-area, #slideshow-scroller {
  width: 738px;
  height: 240px;
float: right;
}


#slideshow-area, #slideshow-scroller {
  width: 738px;
  height: 240px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#slideshow-area {
  border-bottom: 1px solid #d1d1d1;
}

#slideshow-holder {
  height: 240px;
  z-index: 1;
}

#slideshow-previous, #slideshow-next {
  width: 300px;
  height: 240px;
  position: absolute;
  top: 0px;
  display: none;
  cursor: pointer;
  cursor: hand;
  z-index: 2;
}

#slideshow-previous {
  background:
    transparent 
    url("../images/slider-back.png") no-repeat -300px 50%;
}

#slideshow-previous:hover {
  background:
    transparent 
    url("../images/slider-back.png") no-repeat 0% 50%;
 }


#slideshow-next {
  display: block;
  background: 
    transparent 
    url("../images/slider-next.png") no-repeat 0% 50%;    
  top: 0px;
  right: 0;
}

#slideshow-next:hover {
  background: transparent 
    url("../images/slider-next.png") no-repeat -300px 50%;
}

.slideshow-content {
  float: left;
    width: 738px;
}

.slideshow-content img {
  float: left;
width: 554px;
}


.slider-text {
width: 184px;
float: right;
  height: 225px;
  padding-top: 15px;
  
  background: #ffdf0f;
  font-size: 90%;
}

.slider-text ol {
padding: 0px 20px;
/* text-indent: 25px; */
color: black;
list-style-position: inside;
font-weight: bold;
}
.slider-text li  {
padding-bottom:8px;
} 


.slider-text p {
/* padding: 4px 20px  */
color: #626262;
font-weight: normal;
display: inline;
}

/* 
.slider-text b {
font-size: 100%;
color: black;
} */
