/* SlideShow CSS */
*{ margin:0; padding:0;}
.gdi{ background:#fff; width:1000px; height:379px; margin-top:20px;}
#slideshow {
	height:355px;
}
.xmxiaoguotu {
	margin-left: 30px;
	margin-top: 15px;
}

#slidesContainer {
	margin-top:10px;
	float:left;
	height:355px;
	overflow:auto; /* allow scrollbar */
	width: 760px;
}
#slidesContainer .slide { margin:0 auto; width:760px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */ height:355px; }
#slidesContainer .slide .part02{
	width:760px;
	float:left;
}

/* Slideshow controls style rules. */
.control { display:block; width:35px; height:207px; text-indent:-10000px; float:left; cursor: pointer; }
#leftControl {
	overflow:hidden;
	display:inline-block;
	float:left;
	background: url(../images/zuo.png) no-repeat 0 0;
	height: 52px;
	width: 52px;
	margin:169px 25px 0px 45px;
}
#rightControl {
	overflow:hidden;
	display:inline-block;
	top:0;
	right:0;
	background: url(../images/you.png) no-repeat;
	margin: 169px 10px 0px 45px;
	height:52px;
	width:52px;
}


.xmxiaoguotu {
	margin-left: 30px;
	margin-top: 15px;
}


#slidesContainer .slide { margin:0 auto; width:760px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */ height:355px; }
#slidesContainer .slide .part02{
	width:760px;
	float:left;
}


