@charset "utf-8";

.channel-item{
	display:inline-block;
	width:150px;
	height:150px;
	text-align:center;
	background-color:#F8F8F8;
	overflow:hidden;
	margin:5px;
	padding:2px;
	}
.channel-item p{
	text-align: center;
	text-indent: 0px;
}

.history-photo-div{
	width:150px;
	text-align:center;
	float:right;
	background-color:#FBFBFB;
	border:1px #CCC solid;
	margin-left:10px;
	margin-bottom:5px;
	}
