.scroll-pane {
	width: 100%;
	height: 310px;
	overflow: auto;
}
.wrap_gallery_detail .scroll-pane{
	height: 680px !important;
}
.wrap_gallery_preview .scroll-pane{
	height: 160px !important;
}
.masters_scroll .scroll-pane{
	height: 295px !important;
}
#gallery .scroll-pane{
	height: 310px !important;
}
.gallery_event.scroll-pane{
	height: 330px !important;
}
.archive_collection .scroll-pane{
	height: 180px !important;
}
.archive_collection .jspHorizontalBar {
	/*bottom: -20px;*/
}
.horizontal-only{
	height: auto;
}
.jspContainer{
	overflow: hidden;
	/*overflow-x:scroll;*/
	position: relative;
}

#sliderAbout .press .jspContainer{
	overflow-x:scroll;
}

.archive_collection .scroll-pane{
	height:250px !important;
}

.archive_collection .jspContainer {
	height:240px !important;
}

.archive_collection .jspContainer .jspVerticalBar{
	display:none;
}

.jspPane{
	position: absolute;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	
}
.jspVerticalBar *,
.jspHorizontalBar *{
	margin: 0;
	padding: 0;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{	
	background: #ebeded;
	position: relative;
	height: 2px;
}
.jspDrag{
	background: url('../images/hor_scroll.png') no-repeat; 
	height: 16px;
	position: relative;
	top: -8px;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspDrag,
.jspHorizontalBar .jspTrack{
	float: left;
}
.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
	display: none;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}
* html .jspCorner{
	margin: 0 -3px 0 0;
}

/******************/
#inspiration .scroll-pane {
	height: 420px;	
}

#inspiration .jspArrow {
	height: 37px;
}

#inspiration .jspArrow.jspDisabled {
	display: none;
}

#inspiration .jspArrowDown {
	background: url(../images/arrow_down.gif) 0 0 no-repeat;
	position: absolute;
	bottom: 0px;
	left: -270px;
	width: 280px;
	border-top: 20px solid #EBEDED;
}

#inspiration .jspArrowUp {
	background: url(../images/arrow_up.gif) 0 0 no-repeat;
	position: absolute;
	top: 0px;
	left: -270px;
	width: 280px;	
	border-bottom: 20px solid #EBEDED;
}

#inspiration .jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 10px;
	background: none;
}

#inspiration .jspTrack {
	background: none;	
}

#inspiration .jspDrag {
	display: none;
}
/***************************/
.wrap_gallery_detail .jspHorizontalBar .jspArrow {
	display: block;
	height: 90px;
	bottom: 220px;
}
.wrap_gallery_detail .jspArrow.jspDisabled {
	display: none;
}
.wrap_gallery_detail .jspArrowLeft {
	background: url(../images/arrows.png) left top no-repeat;
	position: absolute;
	left: 0px;
	width: 26px;	
} 
.wrap_gallery_detail .jspArrowRight {
	background: url(../images/arrows.png) right top no-repeat;
	position: absolute;
	right: 0px;
	width: 26px;	
} 