﻿
#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(megatreshop_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 {
	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(slider_btn_l.gif) center center no-repeat;
	width: 36px;
	height: 65px;
	position: absolute;
	left: 18px;
	top: 352px;
}
#cduSlider #btnRight {
	background: url(slider_btn_r.gif) center center no-repeat;
	width: 36px;
	height: 65px;
	position: absolute;
	right: 23px;
	top: 352px;
}

#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;
}

