
.slideshow.small_image div.scrollable {
    position: absolute;
		top: 15px;
		left: 25px;
    height: 440px;
    width: 88px;
}

.slideshow.small_image div.scrollable div.items {
    height: 20000em;
}

.slideshow.small_image .image_display {
		margin: 0 10px 0 95px;
		width: 357px;
		height: 469px;
}

.slideshow.small_image .image_display .background {
		border: 1px solid white;
		width: 338px;
		height: 450px;
		padding: 9px;
}

.slideshow.small_image .image_display .background img {
		vertical-align: middle;
}


.slideshow.small_image a.prev,
.slideshow.small_image a.next {
    width: 29px;
    margin: 0 20px;
    height: 10px;
		position: absolute;
		top: 0;
		left: 35px;
}	

.slideshow.small_image a.next {
		top: 460px;
}

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

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