
.slideshow.small_horizontal_image .product .description {
	width: 270px;
	float: left;
}

.slideshow.small_horizontal_image div.scrollable {
    width: 510px;
    height: 132px;
}

.slideshow.small_horizontal_image div.scrollable  div.items .item {
    width: auto !important;
    height: 120px !important;
}
.slideshow.small_horizontal_image div.scrollable  div.items .item a{
    width: auto !important;
}

.slideshow.small_horizontal_image div.scrollable  div.items div.active {
    border: 1px solid transparent;
}

.slideshow.small_horizontal_image div.scrollable div.items {
    width: 20000em;
}

.slideshow.small_horizontal_image .image_display {
		float: right;
		margin: 0 0 5px 10px;
		height: 383px;
		width: 504px;
		text-align: center;
}

.slideshow.small_horizontal_image .image_display .background {
		padding: 9px;
		border: 1px solid white;
		height: 363px;
		width: 484px;
		margin: 0 auto;
		background: transparent;
}

.slideshow.small_horizontal_image a.prev,
.slideshow.small_horizontal_image a.next {
    background: transparent url(/images/style/scrollable_arrow_left.png) no-repeat scroll 0 0;
    height: 29px;
    margin: 50px 5px 0 0;
    width: 10px;
}	

.slideshow.small_horizontal_image a.prev {
	margin-left: 262px;
}	

.slideshow.small_horizontal_image a.next {
    background: url(/images/style/scrollable_arrow_right.png) no-repeat scroll 0 0;
    margin: 50px 0 0 5px;
		position: relative;
		left: 100%;
		top: -130px;
}

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

.slideshow.small_horizontal_image a.disabled {
    background: transparent;
}
