#shows,#shows1{
	width: 124px;
	position: relative;
	margin: 0 auto;
	
}
#show,#show1{
	display: block;
	margin: 0 auto;
	padding: 10px;
	width: 100px;
	cursor: pointer;
}
#calendar,#calendar1{
	width:100%;
	background:url(../images/bg1.jpg) no-repeat 0px 0px;
	overflow:hidden;
	font-family:'微软雅黑';
}
#calendar .select,#calendar1 .select{
	width:100%;
	height:38px;
	margin:14px auto;
	
}
#calendar .select .time,#calendar1 .select .time{
	width:100%;
	height:32px;
	padding-top:6px;
	/* background:url(../images/bg.jpg) no-repeat -12px -12px; */
	background: #eee;
	position:relative;
	z-index:1;
}
#calendar .select .time a,#calendar1 .select .time a{
	display:block;
	width:15px;
	height:27px;
	float:left;
	margin-left:2px;
}
#calendar .select .time a:nth-of-type(1),#calendar1 .select .time a:nth-of-type(1){margin-left: 100px;}
#calendar .select .time .btnPre,#calendar1 .select .time .btnPre{
	width: 0;height: 0;border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right:8px #333 solid;
	margin-top: 8px;
	margin-right: 10px;
}
#calendar .select .time .btnNext,#calendar1 .select .time .btnNext{
	width: 0;height: 0;border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left:8px #333 solid;
	margin-top: 8px;
	
}
#calendar .select .time .year,#calendar1 .select .time .year{
	width:64px;
	height:27px;
	float:left;
	margin-left:2px;
	position:relative;
	z-index:1;
}
#calendar .select .time .month,#calendar1 .select .time .month{
	width:39px;
	height:27px;
	float:left;
	margin-left:2px;
	position:relative;
	z-index:1;
}
#calendar .select .time span,#calendar1 .select .time span{
	display:block;
	width:100%;
	height:27px;
	line-height:27px;
	color:#503f25;
	font-size:12px;
	text-indent:3px;
	cursor:pointer;
}
#calendar .select .time span i,#calendar1 .select .time span i{
	font-style:normal;
}
#calendar .select .time select,#calendar1 .select .time select{
	position:absolute;
	width:64px;
	top:27px;
	border:0px;
	display:none;
	z-index:1;
}
#calendar table,#calendar1 table{
	position:relative;
	border-collapse: collapse;
	z-index:0;
}
#calendar table thead th,#calendar1 table thead th{
	width:50px;
	height:32px;
	background:#fbfbf9;
	font-size:14px;
	font-weight:100;border:none
}

#calendar table thead,#calendar1 table thead{
	border:none
}
#calendar table thead th.red,#calendar1 table thead th.red{
	color:#ba4f2d;
}
#calendar table tbody td,#calendar1 table tbody td{
	text-align:center;
	width:50px;
	height:51px;
	cursor:pointer;
	font-family:Arial;
}
#calendar table tbody td span,#calendar1 table tbody td span{
	color:#ccc;
}
#calendar table tbody td.hover,#calendar1 table tbody td.hover{
	background:url(../images/bg.jpg) no-repeat -436px -235px;
}
#calendar table tbody td.active,#calendar1 table tbody td.active{
	color:#000;
	background:url(../images/bg.jpg) no-repeat -384px -235px;
}

