#yourSliderId, #yourSliderId li {
	height: 365px;
	width: 950px;
}
#yourSliderId {
	list-style: none !important;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: relative !important;
}
#yourSliderId li {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	width: 100%;
}
#yourSliderId li.current {
	display: block;
	z-index: 2 !important;
}
#yourSliderId li.next {
	display: block;
	z-index: 1 !important;
}
#yourSliderId li ul li {
	display: block !important;
	position: relative !important;
}
.slider_arrow_left {
	bottom: 17px;
	cursor: pointer !important;
	float: left;
	height:35px;
	left: 10px;
	position: absolute;
	width: 72px;
	z-index: 5;
}
.slider_arrow_left {
	background: url(../images/left_arrow.png) no-repeat top left;
}
.slider_arrow_right {
	bottom: 20px;
	cursor: pointer;
	float: right;
	height: 32px;
	right: 3px;
	position: absolute;
	width: 72px;
	z-index: 5;
}
.slider_arrow_right {
	background: url(../images/right_arrow.png) no-repeat top left;
}
.slider_selector, .slider_selector_dis {
	bottom: 25px;
	list-style: none;
	margin: 0 0 0 5px;
	float:left;
	display:inline-block;
	position:absolute;
	left:400px;
	z-index: 5;
}
.slider_selector li, .slider_selector_dis li {
	display: block !important;
	background: url(../images/slider_selector.png) no-repeat top left;
	cursor: pointer;
	float: left;
	margin: 0 3px !important;
	height: 20px !important;
	position: relative !important;
	width: 20px !important;
}
.slider_selector li.current, .slider_selector_dis li.current {
	background: url(../images/slider_selector_current.png) no-repeat top left;
}
.slider_selector_dis li {
	cursor: default !important;
	z-index: 5;
}
.container {
	position: relative;
	width: 950px;
	margin:0 auto;
	z-index: 15;
}
