
#cduSlider div, #cduSlider ul, #cduSlider li, #cduSlider p {
	margin: 0;
	padding: 0;
}
#cduSlider ul {list-style: none;}

#cduSlider {
	position: relative;
	width: 600px;
	height: 430px;
	background: url(lalabit_slider_bg.png);
	overflow: hidden;
}
#cduSlider #bannerImage {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 430px;
	overflow: hidden;
}
#cduSlider #bannerImage li {
	position: absolute;
	left: 0;
	top: 0;
	width: 600px;
	height: 225px;
}
#cduSlider #bannerImage img {
	width: 100%;
	height: auto;
	border-style:none;
	border: 0px;
}

#cduSlider #bannerThumb {
	position: absolute;
	left: 64px;
	top: 353px;
	width: 475px;
	height: 70px;
	overflow: hidden;
}
#cduSlider #bannerThumb ul {
	position: absolute;
}
#cduSlider #bannerThumb li {
	width: 109px;
	height: 62px;
	cursor: pointer;
	float: left;
	margin: 0 8px 0 0;
	border:1px solid #999;
}
#cduSlider #bannerThumb li img {
	width: 100%;
	height: 100%;
}

#cduSlider #btnLeft {
	/* background: url(lalabit_slider_btn_l.gif) center center no-repeat; */
	width: 36px;
	height: 36px;
	position: absolute;
	left: 14px;
	top: 366px;
}
#cduSlider #btnLeft::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #4d4ca0;
    border-radius: 50%;
}
#cduSlider #btnLeft::after {
    content: "";
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #fff;
	left: 11px;
    top: 50%;
    transform: translateY(-50%);
}

#cduSlider #btnRight {
	/* background: url(lalabit_slider_btn_r.gif) center center no-repeat; */
	width: 36px;
	height: 36px;
	position: absolute;
	right: 16px;
	top: 366px;
}
#cduSlider #btnRight::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #4d4ca0;
    border-radius: 50%;
}
#cduSlider #btnRight::after {
    content: "";
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
}

#cduSlider .bx-loading {
	min-height: 50px;
	background: url(bx_loader.gif) center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}