.dd_slider {	
	list-style: none !important;
	/*margin: 0 !important;*/
	padding: 0 !important;
	overflow: hidden !important;
	position: relative !important;
}
	.dd_slider li {
		display: none;
		float: left;
		margin: 0;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		display: none;		
	}
	.dd_slider li.current {
		display: block;
		z-index: 2 !important;
	}
	.dd_slider li.next {
		display: block;
		z-index: 1 !important;
	}
	.dd_slider li ul li {
		display: block !important;
		position: relative !important;
	}

/* Slider selector*/
.dd_slider .slider_selector, 
.dd_slider .slider_selector_dis {
	bottom: 10px;
	list-style: none;
	margin: 0 0 0 5px;
	position: absolute;
	right: 10px;
	z-index: 5;	
}
	.dd_slider .slider_selector li, 
	.dd_slider .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: 10px !important;
		position: relative !important;
		width: 10px !important;
	}
	.dd_slider .slider_selector li.current, 
	.dd_slider .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;
}