
.scroll-pane {
	overflow:hidden;
	margin:0 auto;	
}
.scroll-content {
	position:relative;
	width:auto
}

* html .scroll-content-item {
	display: inline;
} /* IE6 float double margin bug */

.scroll-bar-wrap {
	display:none !important;
	clear: left;
	padding: 0 4px 0 2px;
	margin: 0 -1px -1px -1px;
}
.scroll-bar-wrap .ui-slider {
	background: none;
	border:0;
	height: 2em;
	margin: 0 auto;
}
.scroll-bar-wrap .ui-handle-helper-parent {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.scroll-bar-wrap .ui-slider-handle {
	top:.2em;
	height: 1.5em;
}
.scroll-bar-wrap .ui-slider-handle .ui-icon {
	margin: -8px auto 0;
	position: relative;
	top: 50%;
}
.bt-scroll-right,.bt-scroll-left{	width:22px; height:22px; background:url(../images/ui/photo-slider_arrows.png) 0 0 no-repeat; text-indent:-9999px;
	display:block;
	position:absolute;
	top:50%;
	cursor:pointer; text-align:center; text-decoration:none;text-decoration:none;}
	
.bt-scroll-left {
color: #7e7e7e !important;
	left:0px;
}
.bt-scroll-right {
color: #7e7e7e !important;
	right:0px;
	background-position:-28px 0
}
.bt-scroll-left.disabled {color:#ccc !important}
.bt-scroll-right.disabled {color:#ccc !important}

.bt-scroll-right:hover,.bt-scroll-left:hover{color:#555}
.bt-scroll-left:hover{background-position:0 -30px}
.bt-scroll-right:hover{background-position:-28px -30px}