.container, .container *{margin:0; padding:0;}

.container{width:340px; height:250px; overflow:hidden;position:relative;}
.container3{width:742px; height:339px; overflow:hidden;position:relative;}

.slider{position:absolute;width:20000px;}
.slider li{ list-style:none;display:inline;float:left;}
.slider img{ width:340px; height:250px; display:block;}
.slider3 img{ width:742px; height:339px; display:block;}

.slider2{}
.slider2 li{}

.num{ position:absolute; left:15px; bottom:15px;}
.num li{
	float: left;
	text-align: center;
	line-height: 11px;
	width: 11px;
	height: 11px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	background-color: #fff;
	background:url(../img/flashnoon.gif) no-repeat;
}
.num li.on{
	color: #fff;
	line-height: 11px;
	width: 11px;
	height: 11px;
	font-size: 16px;
	margin: 3px 1px;
	border: 0;
	background:url(../img/flash_hover.gif) no-repeat;
	
}