a.scroller_button_top {
	position: absolute;
	top: 20px;
	left: 0px;
	display: block;
	width: 211px;
	height: 19px;
	background: url(/img/buttons/button_slider_top_off.gif) no-repeat;
	z-index: 99;
}
a.scroller_button_top:hover {
	background: url(/img/buttons/button_slider_top_on.gif) no-repeat;
}

a.scroller_button_bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 211px;
	height: 19px;
	background: url(/img/buttons/button_slider_bottom_off.gif) no-repeat;
	z-index: 99;
}
a.scroller_button_bottom:hover {
	background: url(/img/buttons/button_slider_bottom_on.gif) no-repeat;
}

div.scroller_button_left {
	position: absolute;
	left: 0px;
	top: 36px;
	display: block;
	width: 19px;
	height: 80px;
	z-index: 99;
}

div.scroller_button_right {
	position: absolute;
	right: 0px;
	top: 36px;
	display: block;
	width: 19px;
	height: 80px;
	z-index: 99;
}

.scroller_item_left_off_cache {
	background: url(/img/buttons/but_product_slider_left_off.gif) no-repeat;
	visibility: hidden;
}
.scroller_item_left_on_cache {
	background: url(/img/buttons/but_product_slider_/left_on.gif) no-repeat;
	visibility: hidden;
}
.scroller_item_right_off_cache {
	background: url(/img/buttons/button_slider_bottom_off.gif) no-repeat;
	visibility: hidden;
}
.scroller_item_right_on_cache {
	background: url(/img/buttons/button_slider_bottom_on.gif) no-repeat;
	visibility: hidden;
}

#search_recommendation_slider div.scroller_button_left {
	background: url(/img/product/sprite_pagingArrows.gif) no-repeat 0 9px;
	height: 41px;
	top: 45px;
	left: 5px;
	width: 20px;
}

#search_recommendation_slider div.scroller_button_right {
	background: url(/img/product/sprite_pagingArrows.gif) no-repeat -22px 9px;
	height: 41px;
	top: 45px;
	right: 5px;
	width: 20px;
}
