/*big menu*/

#kwick {
	height: 150px;
	width: 960px;
	padding: 0px;
	margin:0 auto;
}

#kwick .kwicks {
	height: 150px;
	margin: 0px;
	width: 960px;
	padding: 0px;
	list-style-type: none;
}

#kwick li {
	float: left;
}

li:after {
	content: "";
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 150px;
	width: 80px;
	/*padding: 10px;*/
	background: #fff;
	list-style-type: none;
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
	margin: 0px;
	padding: 0px;
	display:block;
	background: url(../images/month01.gif) no-repeat;
}

#kwick .opt2 {
	background: url(../images/month02.gif) no-repeat;
}

#kwick .opt3 {
	background: url(../images/month03.gif) no-repeat;
}

#kwick .opt4 {
	background: url(../images/month04.gif) no-repeat;
}

#kwick .opt5 {
	background: url(../images/month05.gif) no-repeat;
	}

#kwick .opt6 {
	background: url(../images/month06.gif) no-repeat;
}

#kwick .opt7 {
	background: url(../images/month07.gif) no-repeat;
}

#kwick .opt8 {
	background: url(../images/month08.gif) no-repeat;
}

#kwick .opt9 {
	background: url(../images/month09.gif) no-repeat;
}

#kwick .opt10 {
	background: url(../images/month10.gif) no-repeat;
}

#kwick .opt11 {
	background: url(../images/month11.gif) no-repeat;
}

#kwick .opt12 {
	background: url(../images/month12.gif) no-repeat;
}
