#slideshow-area, #slideshow-scroller {
	width: 950px;
	height: 220px;
	position: relative;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#slideshow-area {
	border: 0px none #000;
}

#slideshow-holder {
  height: 220px;
}

#slideshow-previous, #slideshow-next {
  width: 50px;
  height: 50px;
  position: absolute;
  background: 
    transparent 
    url("/sites/default/files/467/images/arrow_left.png") 
    no-repeat 50% 50%;
  top: 111px;
  display: none;
  cursor: pointer;
  cursor: hand;
}

#slideshow-next {
	display: block;
	background: 
    transparent 
    url("/sites/default/files/467/images/arrow_right.png") 
    no-repeat 50% 50%;
	top: 111px;
	right: 2px;
}

.slideshow-content {
  float: left;
}

