#SliderContainer {
	width: 728px;
	margin: 0px auto;
}
#SliderContainerTop {
	background: url(../Images/Slider/experiencegal_top.jpg) no-repeat;
	width: 728px;
	height: 14px;
}
#SliderContainerContent {
	background: url(../Images/Slider/experiencegal_bg.jpg) repeat-y;
	width: 702px;
	padding: 0px 13px 0px 13px;
}
#SliderContainerBottom {
	background: url(../Images/Slider/experiencegal_bottom.jpg) no-repeat;
	width: 728px;
	height: 14px;
}

/* slider CSS */
.sliderGallery {
	margin: 0 auto;
	background: url(../Images/Slider/experience_greenbg.jpg) no-repeat;
	overflow: hidden;
	position: relative;
	padding: 39px 10px 0px 10px;
	height: 193px;
	width: 680px;
}
.sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0px 6px 0px 6px;
	margin: 0 auto;
}
.sliderGallery UL LI {
	display: inline;
}
.slider {
	width: 700px;
	height: 24px;
	margin-top: 170px;
	margin-left: 0px;
	position: absolute;
	background: url(../Images/Slider/slider_bg.jpg) no-repeat;
}
.handle {
	position: absolute;
	cursor: move;
	height: 24px;
	width: 315px;
	padding-right: 19px;
	margin-left: 1px;
	top: 0;
	background: url(../Images/Slider/slider_bar.gif) no-repeat;
	z-index: 100;
}
.slider span {
	color: #bbb;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	z-index: 110;
	top: 3px;
}

