/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.kwick_span {
	width: 480px;
	float: right;
}

.kwick_div {
clear: both;
margin-bottom: 2em;
}

.kwick_div div {
margin-top: 1.5em;
}

.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 122px;
	height: 101px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}

#kwicks2 li{
width: 121px;
}

#kwicks3 li{
width: 121px;
}

/* US start page */

.kwicks10 li{
width: 122px;
}

.kwicks11 li{
width: 122px;
}

.kwicks.horizontal #kwicks_us1 li {
width: 125px;
}

.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;
	background-color: #ededed;
}
