/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}


.kwicks li {
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}

.kwicks li a  {
	text-decoration:none;
	color:#333;
}
  
  
.kwicks .kimg {
	margin:0 5px 0 0;
}
    		

.kwicks li {
	float: left;
	width: 99px;
	height: 75px;
	margin-right: 5px;
}
#kwick1 { 
	background:url(/layout/kground1.png);
	background-repeat:repeat-x;
	background-position:top;
}
#kwick2 {
	background:url(/layout/kground1.png);
	background-repeat:repeat-x;
	background-position:top;
}
#kwick3 {
	background:url(/layout/kground1.png);
	background-repeat:repeat-x;
	background-position:top;
}
#kwick4 { 
	background:url(/layout/kground1.png);
	background-repeat:repeat-x;
	background-position:top;
}

#kwick5 { 
	background:url(/layout/kground1.png);
	background-repeat:repeat-x;
	background-position:top;
}


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