/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */
#makeMeScrollable,
#makeMeScrollable div.scrollableArea,
#makeMeScrollable div.scrollableArea a, 
#makeMeScrollable div.scrollableArea img,
#makeMeScrollable div.scrollableArea div, 
#makeMeScrollable div.scrollableArea * {
	position: relative;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}
#makeMeScrollable {
    top: -21px;    
    height: 251px;
    left: 1px;
    width: 929px;
}

#makeMeScrollable div.scrollableArea a:visited, #makeMeScrollable div.scrollableArea a {
    background: url("/templates/img/producten/prod_normal_bg.png");
}
#makeMeScrollable div.scrollableArea a:hover, #makeMeScrollable div.scrollableArea a:active {
    background: url("/templates/img/producten/prod_active_bg.png");
}

#makeMeScrollable div.scrollableArea a.aProdSliderrood:hover, #makeMeScrollable div.scrollableArea a.aProdSliderrood:active {
    background: url("/templates/img/producten/prod_active_bg_red.png");
}
#makeMeScrollable div.scrollableArea a.aProdSliderpaars:hover, #makeMeScrollable div.scrollableArea a.aProdSliderpaars:active {
    background: url("/templates/img/producten/prod_active_bg_purple.png");
}
#makeMeScrollable div.scrollableArea a.aProdSliderbruin:hover, #makeMeScrollable div.scrollableArea a.aProdSliderbruin:active {
    background: url("/templates/img/producten/prod_active_bg_brown.png");
}
#makeMeScrollable div.scrollableArea a.aProdSlidergeel:hover, #makeMeScrollable div.scrollableArea a.aProdSlidergeel:active {
    background: url("/templates/img/producten/prod_active_bg_yelllow.png");
}
#makeMeScrollable div.scrollableArea a.aProdSlidergroen:hover, #makeMeScrollable div.scrollableArea a.aProdSlidergroen:active {
    background: url("/templates/img/producten/prod_active_bg_green.png");
}


/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(/templates/img/blank.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(/templates/js/SmoothDivScroll/images/cursors/cursor_arrow_left.cur), url(/templates/js/SmoothDivScroll/images/cursors/cursor_arrow_left.cur),w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background:url("/templates/img/left.png") no-repeat scroll 0px 70px transparent	
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(/templates/img/blank.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(/templates/js/SmoothDivScroll/images/cursors/cursor_arrow_right.cur), url(/templates/js/SmoothDivScroll/images/cursors/cursor_arrow_right.cur),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background:url("/templates/img/right.png") no-repeat scroll 45px 70px transparent		
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
    height: 194px;
    left: 49px;
    overflow: hidden;
    position: relative;
    top: 57px;
    width: 823px;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}