



/* defaults for all examples */
.kwicks {
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
	float: right;
	left: 930px;
	top: 300px;
	text-align: center;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: auto;
}

/* example3 */
#example3 .kwicks li{
	width: 125px;
	height: 100px;
	margin-bottom: 3px;
}
#example3 #kwick1 {
	background-color: #000;
	background-image: url(test.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#example3 #kwick2 {
	background-color: #000;
	background-image: url(test2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#example3 #kwick3 {
	background-color: #000;
	background-image: url(test3.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#example3 #kwick4 {
	background-color: #000;
	margin-bottom: none;
	background-image: url(test4.png);
	background-repeat: no-repeat;
	background-position: center top;
}


