#myDDSlider {
	width: 960px; height: 300px; float: left;
}
#myDDSlider {
	list-style: none !important; margin: 0px !important; overflow: hidden !important; position: relative !important;
}
#myDDSlider li {
	margin: 0px; width: 100%; float: left; display: none; position: absolute;
}
#myDDSlider li.current {
	display: block; z-index: 2 !important;
}
#myDDSlider li.next {
	display: block; z-index: 1 !important;
}
#myDDSlider li ul li {
	display: block !important; position: relative !important;
}

.wrapper {
	margin: 0px auto; width: 960px;
}

#slider {
	width: 100%; height: 40px; float: left; position: relative;
}
.slider_arrow_left {
	left: 10px; width: 22px; height: 22px; bottom: 10px; float: left; position: absolute; z-index: 50 !important; cursor: pointer !important;
}
.slider_arrow_left {
	background: url("images/left_arrow.png") no-repeat left top;
}
.slider_arrow_right {
	left: 37px; width: 22px; height: 22px; bottom: 10px; float: left; position: absolute; z-index: 50; cursor: pointer;
}
.slider_arrow_right {
	background: url("images/right_arrow.png") no-repeat left top;
}
.slider_selector 
{
    left:750px;
	list-style: none; margin: 0px 0px 0px 5px; right: 10px; bottom: 10px; position: absolute; z-index: 50;
}
.slider_selector_dis {
    left:750px;
	list-style: none; margin: 0px 0px 0px 5px; right: 10px; bottom: 10px; position: absolute; z-index: 50;
}
.slider_selector li {
	background: url("images/slider_selector.png") no-repeat left top; margin: 0px 3px !important; width: 10px !important; height: 10px !important; float: left; display: block !important; position: relative !important; cursor: pointer;
}
.slider_selector_dis li {
	background: url("images/slider_selector.png") no-repeat left top; margin: 0px 3px !important; width: 10px !important; height: 10px !important; float: left; display: block !important; position: relative !important; cursor: pointer;
}
.slider_selector li.current {
	background: url("images/slider_selector_current.png") no-repeat left top;
}
.slider_selector_dis li.current {
	background: url("images/slider_selector_current.png") no-repeat left top;
}
.slider_selector_dis li {
	z-index: 50; cursor: default !important;
}
#container {
	width: 100%; float: left; position: relative;
}