
/*********************************************************************************************
 * SLIDING GALLERY
 *********************************************************************************************/
.scroll-pane { 
	overflow: auto; 
	width: 940px;
	float:left;
	height: 417px;
	background: #ffffff;
}

.scroll-content { 
	width: 0px;
	float: left;
	padding-bottom: 30px;
}

.scroll-content-item { 
	width: auto; 
	height: 377px; 
	float: left; 
	margin-right: 15px;
	background: transparent;
}

.scroll-content-item_last { 
	width: auto; 
	height: 377px; 
	float: left; 
	margin-right: 0px;
	background: transparent;
}

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

.scroll-bar-wrap { 
	clear: left;
	margin: 0 1px 1px 0px;
	background: #404a29;
	height: 1px;
}



.scroll-bar-wrap .ui-slider { 
	background: #404a29; 
	border:1; 
	height: 1px;
	margin: 1px 1px 1px 5px;
	padding-left:0px;
}

.scroll-bar-wrap .ui-handle-helper-parent { 
	background: #404a29;
	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%;
}
