﻿/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */


div.scrollingHotSpotLeft, div.scrollingHotSpotRight
{
	position: absolute;
	width: 40px;
	/* height: 30px; */
	background-image: url(https://nqogzmoxteadbecwmhjy.supabase.co/storage/v1/object/public/jewelryps-public-assets/images/desktop/main/main_arrow_s1.000bfaaeb7f5.png);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	bottom: 0;
	margin: auto 0;
	cursor: pointer;
	z-index: 2;
}
div.scrollingHotSpotLeft:hover, div.scrollingHotSpotRight:hover {
    background-color: #fff;
    opacity: 0.2 !important;
}

div.scrollingHotSpotLeft{
	left:-45px;
	cursor: url(https://nqogzmoxteadbecwmhjy.supabase.co/storage/v1/object/public/jewelryps-public-assets/images/desktop/main/main_arrow_s.db977a3fcf98.png), url(/images/desktop/main/main_arrow_s.cur),w-resize;
}

div.scrollingHotSpotRight {
    right: -45px;
		cursor: url(https://nqogzmoxteadbecwmhjy.supabase.co/storage/v1/object/public/jewelryps-public-assets/images/desktop/main/main_arrow_s-r.c6efbf3fba73.png), url(/images/desktop/main/main_arrow_s-r.cur),e-resize;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

/* 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
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}
