/* 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_banner1 .kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	width:950px;
	border: 0px solid #e5e5e5;
	
	float: right;
}
#kwicks_banner1 .kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 105px;
	height: 240px;

	/*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) */
}
#kwicks_banner1 .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: 0px; /*Set to same as spacing option. */	
	float: left;
}

#kwicks_banner1 #kwick_1 { 
	background-color: #a8dce7;
}
#kwicks_banner1 #kwick_2 {
	background-color: #ed1e24;
}
#kwicks_banner1 #kwick_3 {
	background-color: #afd136;
}
#kwicks_banner1 #kwick_4 {
	background-color: #fcb117;
}
#kwicks_banner1 #kwick_5 {
	background-color: #a858fb;
}
#kwicks_banner1 #kwick_6 {
	background-color: #93ce9c;
}
#kwicks_banner1 #kwick_7 {
	background-color: #fcb117;
}
#kwicks_banner1 #kwick_8 {
	background-color: #a858fb;
}
#kwicks_banner1 #kwick_9 {
	background-color: #93ce9c;
}
#kwicks_banner1 .kwicks.horizontal #kwick_9 {
	margin-right: 0px; /* cancel margin on last kiwck (if you set a margin above) */
}
