#slideshow-area, #slideshow-scroller {
  width: 451px;
  height: 135px;
  display:block;
  
  overflow: hidden;
  margin: 2px auto;
}

#slideshow-area {
  
  float:left;
  
}

#slideshow-holder {
  height: 135px;
}

#slideshow-previous, #slideshow-next {
  background-image:url("images/nav_logo7.png");
  background-repeat:no-repeat;
	background-position:left top;
	width:20px;
	height:20px;
	
  cursor: pointer;
  cursor: hand;
}

#slideshow-next {
display:block;
  
  background-image:url("images/nav_logo7.png");
  background-repeat:no-repeat;
	background-position:80% top;
	
  
}

.slideshow-content {
float:left;
  
}

.slideshow-content div {
font-family:"Trebuchet MS";
font-size:12px;
background-color:#eee;
padding:5px;
text-align:center;
width:451px;

}
.slideshow-content img {
margin-right:1px;
border:0px solid black;
width:451px;
height:135px;
}