
.sliderGallery {
	background: url(../_images_gen/discog_bg.gif) repeat-x top;
	overflow: hidden;
	position: relative;
	padding: 10px 0;
	height: 120px;
	width: 658px;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
}

.sliderGallery ul {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

.sliderGallery ul li {
	display: inline;
}

.sliderGallery ul li img {
	border: 1px solid #D9D9D9;
}

.slider {
	width: 658px;
	height: 13px;
	padding: 1px 0;
	position: absolute;
	background: url(../_images_gen/slider_bar_bg.gif) repeat-x;
	bottom: 0;
}

.handle {
	position: absolute;
	cursor: move;
	height: 13px;
	width: 61px;
	top: 1px;
	background: url(../_images_gen/slider_handle_bg.gif) no-repeat left top;
	z-index: 100;
}

