

/* Slider Handle */
.ui-slider-handle {
	position: absolute;
	top: 0;
	width: 0;
}
.ui-slider-handle div.handle {
	background-image: url(../img/slider.gif);
	width: 195px;
	height: 21px;
	position: absolute;
	left: -97px;
	z-index: 10;
}


/**** ---- ****/

div#slider-wrapper {
	background-image: url(../img/scrollbar.gif);
	width: 984px;
	height: 23px;
	margin: 0 auto;
	position: relative;
}

div#slider {
	position: absolute;
	left: 97px;
	width: 792px;
	height: 23px;
	margin: 0 auto;
	cursor: pointer;
}

a.slider-button {
	width: 26px;
	height: 23px;
	text-align: center;
	z-index: 11;
	cursor: pointer;
}

a.slider-label {
	color: #333333;
	margin-top: 4px;
	position: absolute;
	cursor: pointer;
	white-space: nowrap;
	z-index: 11;
}
a.slider-label-active {
	color: #ffffff;
}
/*
a#slider-label1 {
	left: 68px;
}
a#slider-label2 {
	left: 258px;
}
a#slider-label3 {
	left: 472px;
}
a#slider-label4 {
	left: 672px;
}
a#slider-label5 {
	left: 863px;
}
*/

div.slide-page {
	float: left;
	width: 1000px;
	height: 370px;
	color: #333333;
}
div.slide-page-wrapper {
	width: 984px;
	height: 330px;
	margin: 20px 0;
}
/*div.slide-page-wrapper.construction {
	background-image: url(../img/now_construct.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}*/

div.slide-page.loading {
	background-image: url(../img/loading4.gif);
	background-position: center center;
	background-repeat: no-repeat;
}