﻿/* Slider CSS */
.scrollerWrapper
{
	margin: 0;
	padding: 10px 0px;
	
	position: relative;

}

.scrollerScroller
{
	margin: 0;
	padding: 10px;
	position: relative;
	overflow: hidden;
}

.scrollerNext, .scrollerPrev
{
	padding: 2px;
	width: 19px;
	height: 16px;
	position: absolute;
	display: block;
	background:  url(../images/arrow_prev.png) no-repeat right  ;
 	z-index:9999999;
	bottom:18px !important;
		cursor: pointer;
		padding-bottom:30px;

	
  
}

.scrollerNext
{
	display: block;
	background:  url(../images/arrow_next.png) no-repeat center center;
}

.itemBackground , .itemLink
{
	display: none;
}


.example2_scrollerWrapper.scrollerWrapper .scrollerPrev
{
	padding: 2px;
	width: 63px;
	height: 133px;
	position: absolute;
	display: block !important;
	background:  url(../images/products_left_nav.jpg) no-repeat right  ;
	cursor: pointer;
 	left: -70px;
z-index: 9999999;
top: 16px
  
}

.example2_scrollerWrapper.scrollerWrapper .scrollerNext 
{
	padding: 2px;
	width: 63px;
	height: 133px;
	position: absolute;
	display: block;
	background:  url(../images/products_right_nav.jpg) no-repeat right  ;
 	cursor: hand;
	z-index:9999999;
right: -103px !important;
top: 16px !important;}

}

.example2_scrollerWrapper.scrollerWrapper .scrollerNext
{
	display: block;
	background:  url(../images/products_right_nav.jpg) no-repeat center center;
}