[tplugins~=scroll] {
	position:relative;
}

[tplugins~=scroll] > .scroll-indicators {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0.20;
	z-index: -1;
}

[tplugins~=scroll] > .scroll-indicators > .scroll-indicator {
	display:none;
	position:absolute;
	background-repeat:no-repeat; 
	height:12px;
	width:12px;
}

[tplugins~=scroll] > .scroll-indicators > .scroll-top-indicator,
[tplugins~=scroll] > .scroll-indicators > .scroll-bottom-indicator {
	background-image:url(black-arrows-vertical.png);
}

[tplugins~=scroll] > .scroll-indicators > .scroll-left-indicator,
[tplugins~=scroll] > .scroll-indicators > .scroll-right-indicator {
	background-image:url(black-arrows-horizontal.png);
}

[tplugins~=scroll] > .scroll-indicators > .scroll-top-indicator {
	top:0;
	left:0;
	width:100%;
	background-position: 50% -12px;
}

[tplugins~=scroll] > .scroll-indicators > .scroll-bottom-indicator {
	bottom:0;
	left:0;
	width:100%;
	background-position: 50% 0;
}

[tplugins~=scroll] > .scroll-indicators > .scroll-left-indicator {
	bottom:0;
	left:0;
	height:100%;
	background-position:-12px 50%;
}

[tplugins~=scroll] > .scroll-indicators > .scroll-right-indicator {
	bottom:0;
	right:0;
	height:100%;
	background-position:0 50%;
}

[tplugins~=scroll] > .scroll-top > .scroll-top-indicator,
[tplugins~=scroll] > .scroll-bottom > .scroll-bottom-indicator,
[tplugins~=scroll] > .scroll-left > .scroll-left-indicator,
[tplugins~=scroll] > .scroll-right > .scroll-right-indicator {
	display:block;
}