/* CSS Classes for the Winter Calendar page. */

#thumbContentsBox {
	margin: 0 20px 10px 20px;
	padding: 0;
	width: 100%;
	clear: both;
}

.thumbBoxH {
	float: left;
	display: inline;
	position: relative;
	margin: 0 10px 10px 0;
	padding: 0;
	width: 240px;
	height: 240px;
	background: url(../shop/images/thumb-h.jpg) center center no-repeat;
}
.thumbBoxV {
	float: left;
	display: inline;
	position: relative;
	margin: 0 10px 10px 0;
	padding: 0;
	width: 180px;
	height: 240px;
	overflow: visible;
	background: url(../shop/images/thumb-v.jpg) center top no-repeat;
}

.thumbBoxH a {
	display: block;
	position: absolute;
	top: 48px;
	left: 18px;
	margin: 0;
	padding: 0;
	color: rgb(90%,90%,90%);
	text-align: center;
	width: 200px;
	height: 136px;
	background: url() center center no-repeat;
	border: 1px white solid;
}
.thumbBoxV a {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	left: 18px;
	color: rgb(90%,90%,90%);
	text-align: center;
	width: 136px;
	height: 200px;
	background: url() center top no-repeat;
	border: 1px white solid;
}
.thumbBoxH a:hover, .thumbBoxV a:hover {
	border: 1px red solid;
}
.thumbBoxH input {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 210px;
	left: 170px;
	width: 60px;
}
.thumbBoxH .txt {
	margin: 0;
	position: absolute;
	top: 210px;
	left: 18px;
}

.thumbBoxV input {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 219px;
	left: 60px;
	width: 60px;
}
.thumbBoxV .txt {
	margin: 0;
	position: absolute;
	top: 0px;
	left: 33px;
}



.buttonNavBox {
	margin: 5px 0 20px 100px;
	padding: 0;
	width: 700px;
	height: 42px;
	text-align: center;
	clear: both;
}
#imageSetBox {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 600px;
	text-align: center;
}














