#container {
	background:#D5E8F2;
}
.main-container {
	position:relative;
	height:auto;
}
.main-container img {
	width:100px; 
	height:80px;
	float:left;
	margin-right:6px;
}
.title, .des, .auth, .date, .thumb{
	color:#666666;
	font-size:12px;
}
.auth {
	float:left;
	width:60%;
}
.date {
	float:right;
	width:35%;
	text-align:right;
}

.title a {
	color:#666666;
	font-size:13px;
	font-weight:bold;
}
.title a:hover {
	color:#91A34E;
	text-decoration:none
}
.selected a {
	color:#91A34E;
	text-decoration:none
}
.auth-date{
	height:20px
}
.scroll-track{
 	height:288px;
 	width:5px;
 	background:#C9DAE3;
 }
.scroll-handle {
	 border: 0px solid black;
	 height:5px;
	 background:#666666;
	 cursor:pointer;
}

