    .item {
    display:block;
    overflow:hidden;
    padding-top: 0px;
	cursor: pointer;

}
#more {
	display: table;
	padding: 5px;
	padding-left: 30px;
	padding-right: 10px;
	background: url(../img/icon_down.png) no-repeat 10px 12px;
	background-color: #1e1e53;
	color: #fff;
	width: auto;
	font-size: 12px;
	float: right;
	border-radius: 5px;
	margin-top: 10px;
	

}
#more:hover {
	background-color: #00003c;	
}
.hide {
	display: table;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(../img/icon_up.png) no-repeat 10px 12px !important;
	background-color: #1e1e53 !important;
	color: #fff;
	width: auto;
	font-size: 12px;
	float: right;
	border-radius: 5px;
}