/* AD */
			.slideBox{ position:relative; width:460px; height:130px; background:#fff;
				box-shadow:0 0 5px #ccc;
				-moz-box-shadow:0 0 5px #ccc;
				-webkit-box-shadow:0 0 5px #ccc;
			}
			.imgArea{ display:block; width:100%; height:100%; overflow:hidden;}
			.imgArea li{ float:left; display:inline; width:460px; height:130px; font:0/0 sans-serif;}
			.imgArea img{ width:100%; height:100%;}
			
			.btnArea{ position:absolute; bottom:10px; right:36px; float:left; display:inline;}
			.btnArea i{ float:left; display:inline; width:16px; height:16px; margin-left:5px; text-align:center; font-style:normal; font-weight:bold; cursor:pointer; filter:alpha(opacity=80); opacity:0.8; background:#fff; overflow:hidden; color:#a3a3a3; line-height:1.3em;}
			.btnArea i.cur{ background:#d12904; color:#fff; filter:alpha(opacity=90); opacity:0.9;
				box-shadow:0 0 5px #6dd1fd;
				-moz-box-shadow:0 0 5px #6dd1fd;
				-webkit-box-shadow:0 0 5px #6dd1fd;
			}