.sliderGallery {
	overflow: hidden;
	position: relative;
	height: 250px;
	width: 453px;
	left:107px;
	top:15px;
	z-index:101;
}

.sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: hidden;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	text-align:center;
}

.sliderGallery UL LI {
	height:250px;
	padding:0;
	line-height:250px;
	width:453px;
}
.slider-container {
	top: 40px;
	right: 50px;
	position:absolute;
	width: 16px;
	overflow: hidden;
}
.slider {
	width: 16px;
	height: 210px;
	position:relative;
	background: url(../images/slider/slider-bg.jpg) no-repeat;
	padding:0;
}

.handle {
	position: absolute;
	cursor: move;
	height: 29px;
	width: 14px;
	left:1px;
	background: url(../images/slider/handle.gif) no-repeat;
	z-index: 100;
}

#sliderDown img,#sliderUp img{display:block;}

