.CcustomScroller_template_sly_view .navigation {
	position:absolute;
	width:100%;
	height:100%;
	pointer-events:none;
	top:0;
	left:0;
}
.CcustomScroller_template_sly_view .navigation > * {
	pointer-events:all;
}
.CcustomScroller_template_sly_view .scroll-page-left,
.CcustomScroller_template_sly_view .scroll-page-right {
	position:absolute;
	margin-top:-24px;
	margin-left:-24px;
	margin-right:-24px;
	width:48px;
	height:48px;
	top:50%;
	cursor:pointer;
	filter:drop-shadow(1px 1px 2px rgba(0,0,0,0.3));
	opacity:1;
	transition:opacity 0.5s;
}
.CcustomScroller_template_sly_view .scroll-page-left.disabled,
.CcustomScroller_template_sly_view .scroll-page-right.disabled {
	transition:opacity 3s;
	opacity:0;
}
.CcustomScroller_template_sly_view .scroll-page-left.reset-transition,
.CcustomScroller_template_sly_view .scroll-page-right.reset-transition {
	transition:none;
}
.CcustomScroller_template_sly_view .scroll-page-left.hidden,
.CcustomScroller_template_sly_view .scroll-page-right.hidden {
	display:none;
}
.CcustomScroller_template_sly_view .scroll-page-left {
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48.005'><path fill='%23FFF' d='M7.05 7.1C2.332 11.747-.017 17.38 0 24.003c-.018 6.63 2.332 12.298 7.05 17 4.654 4.67 10.304 7.004 16.95 7.002 6.613.002 12.28-2.333 17-7.001 4.651-4.704 6.984-10.371 7-17-.016-6.623-2.349-12.257-7-16.904C36.28 2.374 30.613.007 24 0 17.354.007 11.704 2.374 7.05 7.1z'/><path fill='none' stroke='%232186C2' stroke-width='2' stroke-linecap='square' stroke-miterlimit='3' d='M-1181.475-1196.232l-5.625-5.625 5.625-5.6' transform='matrix(1 0 0 1.0001 1208.25 1226)'/></svg>");
	left:0;
}
.CcustomScroller_template_sly_view .scroll-page-right {
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48.005'><path fill='%23FFF' d='M40.95 40.905c4.718-4.647 7.067-10.28 7.05-16.903.018-6.63-2.332-12.298-7.05-17C36.296 2.331 30.646-.002 24 0 17.387-.001 11.72 2.333 7 7 2.349 11.705.016 17.372 0 24.002c.016 6.622 2.349 12.256 7 16.903 4.72 4.726 10.387 7.094 17 7.1 6.646-.006 12.296-2.374 16.95-7.1z'/><path fill='none' stroke='%232186C2' stroke-width='2' stroke-linecap='square' stroke-miterlimit='3' d='M-1187.025-1207.506l5.625 5.625-5.625 5.6' transform='matrix(1 0 0 1.0001 1208.25 1226)'/></svg>");
	right:0;
}
.CcustomScroller_template_sly_view .scroll-page-left:hover {
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48.005'><path fill='%23FFF' d='M7.05 7.1C2.332 11.747-.017 17.38 0 24.003c-.018 6.63 2.332 12.298 7.05 17 4.654 4.67 10.304 7.004 16.95 7.002 6.613.002 12.28-2.333 17-7.001 4.651-4.704 6.984-10.371 7-17-.016-6.623-2.349-12.257-7-16.904C36.28 2.374 30.613.007 24 0 17.354.007 11.704 2.374 7.05 7.1z'/><path fill='none' stroke='%23FE7438' stroke-width='2' stroke-linecap='square' stroke-miterlimit='3' d='M-1181.475-1196.232l-5.625-5.625 5.625-5.6' transform='matrix(1 0 0 1.0001 1208.25 1226)'/></svg>");
	left:0;
}
.CcustomScroller_template_sly_view .scroll-page-right:hover {
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48.005'><path fill='%23FFF' d='M40.95 40.905c4.718-4.647 7.067-10.28 7.05-16.903.018-6.63-2.332-12.298-7.05-17C36.296 2.331 30.646-.002 24 0 17.387-.001 11.72 2.333 7 7 2.349 11.705.016 17.372 0 24.002c.016 6.622 2.349 12.256 7 16.903 4.72 4.726 10.387 7.094 17 7.1 6.646-.006 12.296-2.374 16.95-7.1z'/><path fill='none' stroke='%23FE7438' stroke-width='2' stroke-linecap='square' stroke-miterlimit='3' d='M-1187.025-1207.506l5.625 5.625-5.625 5.6' transform='matrix(1 0 0 1.0001 1208.25 1226)'/></svg>");
	right:0;
}
@media(max-width:767px){
	.CcustomScroller_template_sly_view .scroll-page-left,
	.CcustomScroller_template_sly_view .scroll-page-right {
		margin-left:-14px;
		margin-right:-14px;
	}
}