/* Styled scrollbars */

.iScrollHorizontalScrollbar {
	position: absolute;
	z-index: 9999;
	height: 16px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	overflow: hidden;
}

.iScrollHorizontalScrollbar.iScrollBothScrollbars {
	right: 18px;
}

.back-scroll, .iScrollVerticalScrollbar {
	position: absolute;
	z-index: 9999;
	width: 14px;
	bottom: 2px;
	top: 447px;
	right: 278px;
    border-radius: 50px;
    height: 178px;
	overflow: hidden;
    z-index: 2;
}

.back-scroll{
    opacity: 1;
    background-color: white;
	width: 5px;
	right: 283px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
}

.iScrollVerticalScrollbar.iScrollBothScrollbars {
	bottom: 18px;
}

.iScrollIndicator {
	position: absolute;
	/*background: #cc3f6e;
	border-width: 1px;
	border-style: solid;
    border-color: #000;
	border-color: #EB97B4 #7C2845 #7C2845 #EB97B4;*/
	border-radius: 13px;
    background-color: #fccf3d;
}

.iScrollHorizontalScrollbar .iScrollIndicator {
	height: 100%;
	/*background: -moz-linear-gradient(left,  #cc3f6e 0%, #93004e 100%);
	background: -webkit-linear-gradient(left,  #cc3f6e 0%,#93004e 100%);
	background: -o-linear-gradient(left,  #cc3f6e 0%,#93004e 100%);
	background: -ms-linear-gradient(left,  #cc3f6e 0%,#93004e 100%);
	background: linear-gradient(to right,  #cc3f6e 0%,#93004e 100%);*/
}

.iScrollVerticalScrollbar .iScrollIndicator {
	width: 14px;
	height: 14px !important;
	display: block;
	/*background: -moz-linear-gradient(top, #cc3f6e 0%, #93004e 100%);
	background: -webkit-linear-gradient(top,  #cc3f6e 0%,#93004e 100%);
	background: -o-linear-gradient(top, #cc3f6e 0%,#93004e 100%);
	background: -ms-linear-gradient(top, #cc3f6e 0%,#93004e 100%);
	background: linear-gradient(to bottom,  #cc3f6e 0%,#93004e 100%);*/
}


/* end */