.CatgTit{
	line-height:30px;
	width:90%;
	position:relative;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	font-size:30px;
	margin-top:5px;
	border-bottom:1px dotted lightgray;
	
}

.space{
	height:30px;
	width:100%;
	position:relative;
}

.beCT{
	width:90%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	
	border-bottom:1px dotted lightgray;
}
.beIMG{
	width:180px;
	height:120px;
	margin:5px;
	position:relative;
	float:left;
}
.monthCT{
	
	font-size:20px;
	margin-top:5px;
	width:90%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.ctIMGslot{
	width:180px;
	font-family:Calibri;
}

.dtslot{
	font-size:16px;
	width:50px;
	right:0;
	font-family:Calibri;
}
.titSlot{font-family:Calibri;font-size:16px;}
.hideCT{display:none;}

	i{
		border:solid black;
		border-width:0 3px 3px 0;
		 display: inline-block;
		padding:3px;
		-webkit-touch-callout: none; 
-webkit-user-select: none; 
-khtml-user-select: none; 
-moz-user-select: none; 
-ms-user-select: none; 
user-select: none; 
	}
	.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.up {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.dateCT{width:100%;};