
.horizontal_slider_container-container {
	position: relative;
}

.horizontal_slider_container {
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 700px;
	display: none;
}

.horizontal_slider_container img.loading-bar {
	border: none;
}

.horizontal_slider_container ul.horizontal_slider {
	list-style-type: none;
	position: absolute;
	left: 0;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	width: 20000px;
}

.horizontal_slider_container ul.horizontal_slider li {
	position: relative;
	text-align: center;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.horizontal_slider_container ul.horizontal_slider img {
	border: 1px solid white;
}

.horizontal_slider_container ul.horizontal_slider li img {
	vertical-align: bottom;
}

.horizontal_slider_container .title {
	text-align: center;
	color: white;
	font-size: 0.8em;
	font-family: Arial;
}

.slider-container {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.ui-slider-1 {
	height: 16px;
	position: relative;
	left: 0;
	background: url(../images/horizontal_slider/background-scroll.gif);
	z-index: 1;
	background-repeat: repeat-x;
	cursor : pointer;
	padding: 0;
	margin: 0;
}

.ui-slider-handle {
	width: 62px;
	height: 13px;
	background-image: url(../images/horizontal_slider/slider_handle.gif);
	position: absolute;
	font-size: 1px;
	overflow: hidden;
	border: none;
	position: relative;
	z-index: 2;
}

.horizontal_slider_container .scroll-right {
	position: absolute;
	right: 0;
	bottom: 4px;
	width: 27px;
	height: 12px;
	z-index: 500;
}

.horizontal_slider_container .scroll-left {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 27px;
	height: 12px;
	z-index: 500;
}

/* The slider control at bottom */

div.gallery div.bottom div.slider {
	height: 22px;
	width: 200px;
	position: absolute;
	top: 15px;
	right: 60px;
	background-image: url(../images/horizontal_slider/slider_bg.gif);
	background-position: 0px 1px; 
}

* html div.gallery div.bottom div.slider { background-image: url(../images/horizontal_slider/slider_bg.gif); }

div.gallery div.bottom div.slider div.handle {
	position: absolute;
	top: 2px;
	left: 0px;
	height: 22px;
	width: 23px;
	background-image: url(../images/horizontal_slider/slider.gif); 
}
