.left{
	width: 757px;
	float: left;
	min-height: 500px;
	position: relative;
	padding-bottom: 80px;
}
.articleList{
	
}
.articleList li{
	height: 110px;
	width: 175px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 15px;
	*float:left;
	*margin-right:10px;
}
.articleList img{
	height: 110px;
	width: 175px;
}
.articleList p{
    color: #FFFFFF;
    font-size: 14px;
    position: relative;
    text-align: center;
    top:-20px;
    width: 100%;
    height: 20px;
    display:block;
	overflow:hidden; /**/
	white-space:nowrap;
	/*?"..."?*/
	text-overflow:ellipsis; /*IE*/
	-o-text-overflow:ellipsis; /*opera*/
	-moz-binding: url('ellipsis.xml#ellipsis');/*?(firefox?XUL?งน)*/
}
.pageControl{
	width: 100%;
	position: absolute;
	bottom: 0px;
}
/** Only for IE **/
.pageControl{
	*left:100px;
}
.pageControl >*{
	*float:left;
}
.articleList li{
	*float:left;
	*margin-right:10px;
}

.topAd {
	margin-top:10px; 
	margin-bottom: 5px;
}

.topAd img {
	width:980px;
	height: 100px;
}