/* Styled scrollbars */
.iScrollHorizontalScrollbar {
	position: absolute;
	z-index: 1;
	height: 6px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	overflow: hidden;
}

.iScrollHorizontalScrollbar.iScrollBothScrollbars {
	right: 18px;
}

.iScrollVerticalScrollbar {
	position: absolute;
	z-index: 9999;
	width: 6px;
	bottom: 2px;
	top: 2px;
	right: 2px;
	overflow: hidden;
}

.iScrollVerticalScrollbar.iScrollBothScrollbars {
	bottom: 18px;
}

.iScrollIndicator {
	position: absolute;
	background: #cc3f6e;
	border-width: 1px;
	border-style: solid;
	border-color: #dedede;;
	border-radius: 2px;
}

.iScrollHorizontalScrollbar .iScrollIndicator {
	height: 100%;
	background: #dedede;
}

.iScrollVerticalScrollbar .iScrollIndicator {
	width: 100%;
	background: #dedede;
}


/* end */
