@charset "utf-8";
				/* css 重置 */
		*{margin:0; padding:0; list-style:none; }
		body{ background:#fff; font:normal 12px/22px 宋体;  }
		img{ border:0;  }
		a{ text-decoration:none; color:#333;  }



		/* 本例子css */
		.multipleColumn{ overflow:hidden; position:relative; width:768px;  border:1px solid #ccc;   }
		.multipleColumn .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.multipleColumn .hd .prev,.multipleColumn .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/icoLeft.gif") no-repeat;}
		.multipleColumn .hd .next{ background:url("../images/icoRight.gif") no-repeat;  }
		.multipleColumn .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
		.multipleColumn .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
		.multipleColumn .hd ul li.on{ background-position:0 0; }

		.multipleColumn .bd{ padding:7px; overflow:hidden;  }
		.multipleColumn .bd ul{ overflow:hidden; zoom:1;  float:left; _display:inline; width:380px;  }
		.multipleColumn .bd ul li{ margin:6px; float:left; _display:inline; overflow:hidden; text-align:center; width: 180px; height: auto; line-height: 30px; margin-left: 4px; }
		.multipleColumn .bd ul li .pic{ text-align:center; }
		.multipleColumn .bd ul li .pic img{ display:block;  padding:2px; border:1px solid #ccc;  width:174px; height:140px;
	padding: 2px; border-image: none;}
		.multipleColumn .bd ul li .pic a:hover img{ border-color:#999;  }
		.multipleColumn .bd ul li .title{ line-height:24px;   }
/* CSS Document */

