.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	float:right;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 70px;
	height: 61px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 5px;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	padding-top:20px;
	padding-left: 8px;
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}

#kwick_1 { 
	background-color: #035101;
}
#kwick_2 {
	background-color: #0d7901;
}
#kwick_3 {
	background-color: #109a01;
}
#kwick_4 {
	background-color: #11b300;
}
#kwick_5 {
	background-color: #15d202;
}
#kwick_6 {
	background-color: #19f202;
	margin-right:none;
}
#kwick_7 {
	background-color: #37fc23;
	margin-right:none;
}

.kwicks.horizontal #kwick_7{
	/*margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
#kwick-a{
	text-decoration:none;
	color:#FFF;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:12px;
}