/* 图墙 */
.tuqiang { width:960px; border:0; margin:auto; }
.tuqiang * { margin:0; padding:0; border:0; overflow:hidden; }
.tua { float:left; width:220px; height:390px; }
.tub { float:left; width:380px; height:390px; margin-left:10px; }
.tuc { float:left; width:145px; height:390px; margin-left:5px; }
.tud { float:right; width:190px; height:368px; background:#00CC99; margin-top:5px; }

/* 左上小图与左下中图 */
.zsxt { width:218px; height:131px; border:thin solid #CCCCCC; margin-top:5px; }
.zxzt { width:220px; height:220px; margin-top:15px; }
.zxzt img { width:220px; }

/* 中上大图与中下两图 */
.zsdt { width:380px; height:223px; margin-bottom:10px; }
.zsdt img { width:370px; margin:5px; }

.zxlta { float:left; width:145px; height:145px; }
.zxlta img { width:135px; height:135px; margin:5px; }
.zxlta img:hover { width:145px; height:145px; margin:0; }
.zxltb { float:right; width:230px; height:145px; }
.zxltb img { width:220px; height:135px; margin:5px; }
.zxltb img:hover { width:230px; height:145px; margin:0; }

/* 右上小图与右下中图 */
.ysxt { width:145px; height:145px; }
.ysxt img { width:135px; height:135px; margin:5px; }
.ysxt img:hover { width:145px; height:145px; margin:0; }
.yxzt { width:145px; height:228px; margin-top:5px; }
.yxzt img { width:135px; height:218px; margin:5px; }
.yxzt img:hover { width:145px; height:228px; margin:0; }

/* 右侧小图 */
.tud img { width:95px; height:92px; float:left; }



/* 新加的旋转木马幻灯片 */

* {
	margin:0;
	padding:0;
	list-style-type:none;
}
a, img {
	border:0;
}

/* Carousel
body {
	font:12px/180% Tahoma, Geneva, sans-serif;
}
 */
 
#carousel1 { 
    width:960px;
	height:333px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
#carousel1 img {
	border:none;
	width:240px;
	height:180px;
	border:solid 1px #FFFFFF;
}

/* 多余
#carousel1 #title-text {
	font-size:22px;
	margin:10px 20px 0 0;
	padding:0;
	text-align:right;
}
#carousel1 #alt-text {
	font-size:14px;
	margin:5px 20px 0 0;
	padding:0;
	text-align:right;
}

#carousel1 #user-c {
	padding:0;
	position:absolute;
	right:15px;
	bottom:10px;
}
*/

#carousel1 .carouselLeft, #carousel1 .carouselRight {
	position:absolute;
	bottom:20px;
	width:29px;
	height:30px;
	overflow:hidden;
	cursor:pointer;
}
#carousel1 .carouselLeft {
	right:60px;
	background:url(http://www.xnzone.com/bbs/template/ahome_fenghua/huandengpian/images/templatemo_slider_right.png) no-repeat;
}
#carousel1 .carouselRight {
	left:60px;
	background:url(http://www.xnzone.com/bbs/template/ahome_fenghua/huandengpian/images/templatemo_slider_left.png) no-repeat;
}

