.gcScheduleBox {
	width: 174px;
	height: 112px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.gcScheduleBox li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.gcScheduleBox a {
	text-decoration: none;
}
.gcScheduleHdr {
	width: 174px;
	height: 112px;
	margin: 0px;
	padding: 0px;
}
.gcScheduleList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.btnWinter {
	position: absolute;
	left: 0px;
	top: 27px;
	display: block;
	width: 59px;
	height: 85px;
	background-image: url(../images/btnWinter.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.btnWinter:hover {
	background-image: url(../images/btnWinter_mOver.jpg);
}
.btnSummer {
	position: absolute;
	left: 59px;
	top: 27px;
	display: block;
	width: 57px;
	height: 85px;
	background-image: url(../images/btnSummer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.btnSummer:hover {
	background-image: url(../images/btnSummer_mOver.jpg);
}
.btnFall {
	position: absolute;
	left: 116px;
	top: 27px;
	display: block;
	width: 58px;
	height: 85px;
	background-image: url(../images/btnFall.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.btnFall:hover {
	background-image: url(../images/btnFall_mOver.jpg);
}
.btnSpring {
	position: absolute;
	left: 59px;
	top: 27px;
	display: block;
	width: 57px;
	height: 85px;
	background-image: url(../images/btnSpring.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.btnSpring:hover {
	background-image: url(../images/btnSpring_mOver.jpg);
}
