
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
div:focus {
	outline:none;
	box-shadow:none;
}
.scroll-pane {
	width:auto;
	height:100% !important;
}
.jspContainer {
	position: relative;
	width:100%;
	outline:none !important;
}
.jspPane {
	position: absolute;
	padding:0 !important;
	width:100% !important;
	left:0 !important;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	bottom:0;
	right: 0;
	width: 4px;
}
.jspHorizontalBar {display:none;
}
.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}
.jspCap {display: none;
}
.jspHorizontalBar .jspCap {	float: left;
}
.jspTrack {
	background-color:transparent;
	background-image:none;
	position: relative;
	bottom:0;
}

.jspDrag {
	background-color:transparent;
	border-radius:0;
	-webkit-border-radius:0;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow {text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled {cursor: default;
}

.jspVerticalBar .jspArrow {
	height: 0;
	display:none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
.about_block .jspVerticalBar{
	background-color: rgba(188,37,37,0.2);
}
.resume_block .jspVerticalBar{
	background-color: rgba(101,146,76,0.2);
}
.works_block .jspVerticalBar{
	background-color: rgba(0,102,153,0.2);
}
.services_block .jspVerticalBar{
	background-color: rgba(153,102,255,0.2);
}
.contacts_block .jspVerticalBar{
	background-color: rgba(127,127,127,0.2);
}
.about_block .jspDrag{
	background-color: rgba(188,37,37,0.8);
}
.resume_block .jspDrag{
	background-color: rgba(101,146,76,0.8);
}
.works_block .jspDrag{
	background-color: rgba(0,102,153,0.8);
}
.services_block .jspDrag{
	background-color: rgba(153,102,255,0.8);
}
.contacts_block .jspDrag{
	background-color: rgba(127,127,127,0.8);
}
.scroll-pane .custom-content{
	padding-right: 10px;
}