#postlist {
	width:176px;
	height:266px;
	overflow:hidden;
	margin-top:5px;
	padding:0px 0px 5px;
}
	
h2 .postlist {
	line-height:30px;
	font-size:14px;
	color:#fff;
	margin:5px 0 5px 0 ;
	padding:0px 0 0 5px;
	background:#8B979F;
	font-weight:bold;
	font-family:Georgia,Century gothic, Arial, sans-serif;
	text-transform:uppercase;
	border:1px solid #888;
}
	
#postlist ul {
    list-style-type:none;
    margin:0px 0px;
    padding:0px 1px 0px 0px;
    position:relative;
}	
#postlist ul li{
    list-style-type:none;
	background:#fff url(post.jpg) repeat-x;
	border:1px solid #ddd;
    margin:0px 0px;
    padding:0px 0px;
	height:52px;
}	

#postlist.spyWrapper {
	height:100%;
    overflow: hidden;
    position: relative;    
}
ul .spy {
	width:180px;
	height:266px;
	overflow:hidden;
	list-style-type: none;
	padding: 0px 0px;
	margin:0px 0px;
	}
ul .spy li {
	padding: 0px 0px;
	margin:0px 0px;
	list-style-type:none;
	width: 180px;
	float:left;
}
