﻿
#cduSlider div, #cduSlider ul, #cduSlider li, #cduSlider p {
	margin: 0;
	padding: 0;
}
#cduSlider ul {list-style: none;}

#cduSlider {
	position: relative;
	margin:0 auto 0 auto;
	width: 840px;
	height: 350px;
	overflow: hidden;
}
#cduSlider #bannerImage {
	position: absolute;
	left: 9px;
	top: 10px;
	width: 578px;
	height: 328px;
	overflow: hidden;
	border:2px solid #fff;
}
#cduSlider #bannerImage li {
	position: absolute;
	left: 0;
	top: 0;
	width: 578px;
	height: 328px;
}
#cduSlider #bannerImage img {
	width: 578px;
}


#cduSlider #bannerThumb {
	position: absolute;
	right: 3px;
	top: 42px;
	width: 231px;
	height: 270px;
	overflow: hidden;
}
#cduSlider #bannerThumb li {
	width: 227px;
	height: 129px;
	cursor: pointer;
	margin: 0 0 7px 0;
	
}
#cduSlider #bannerThumb li img {
	width: 223px;
	border:2px solid #fff;
}

#cduSlider #btnLeft {
	background: url(20141016_youkai_slider_prev.png) center center no-repeat;
	width: 228px;
	height: 27px;
	position: absolute;
	right: 6px;
	top: 10px;
}
#cduSlider #btnLeft:hover,
#cduSlider #btnRight:hover {filter: alpha(opacity=90); -ms-filter: "alpha(opacity=90)"; -khtml-opacity: 0.9; -moz-opacity: 0.9; opacity: 0.9;}

#cduSlider #btnRight {
	background: url(20141016_youkai_slider_next.png) center center no-repeat;
	width: 228px;
	height: 27px;
	position: absolute;
	right: 6px;
	bottom: 8px;
}

#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;
}

