.slideshow .image_display {
    height: 466px;
		width: 616px;
		text-align: center;
}

.slideshow .image_display .background {
		border: 1px solid white;
    height: 450px;
		padding: 7px;
		width: 600px;
		margin: 0 auto;
}

.slideshow.big_image div.scrollable {
    width: 616px;
    height: 88px;
}
.slideshow.big_image div.scrollable div.items {
    width: 20000em;
}

.slideshow.big_image a.prev, 
.slideshow.big_image a.next {
    height: 29px;
    margin: 30px 5px;
    width: 10px;
}

.slideshow.big_image a.prev {
	margin-left: -15px;
}

.slideshow.big_image a.next {
    clear: right;
}

.slideshow.big_image a:hover {
    background-position: 0 -29px;
}

.slideshow.big_image a.disabled {
    background-position: 0 -58px;
}
