
h1 {
	margin: 30px 0 10px 0;
	padding: 0;
	color: white;
	font-size: 1.5em;
}

.returnToKwicks {
	display:block;
	border:1px dashed #888;
	padding:5px;
	float:right;
}
.returnToKwicks:hover {
	background-color: #5e5e76;
	text-decoration: none;
	color: #aaa;
}

/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}

/* example 1 */
#example1 .kwicks li{
	float: left;
	width: 125px;
	height: 100px;
	margin-right: 5px;
}
#example1 #kwick1 { 
	background-color: #53b388;
	background-image: url('http://jmar777.googlecode.com/svn/trunk/images/kwicks/meet.gif');
}
#example1 #kwick2 {
	background-color: #5a69a9;
	background-image: url('http://jmar777.googlecode.com/svn/trunk/images/kwicks/kwicks.gif');
}
#example1 #kwick3 {
	background-color: #c26468;
	background-image: url('http://jmar777.googlecode.com/svn/trunk/images/kwicks/for.gif');
}
#example1 #kwick4 { 
	background-color: #bf7cc7;
	background-image: url('http://jmar777.googlecode.com/svn/trunk/images/kwicks/jquery.gif');
	margin-right: none;
}

/* example 2 */
#example2 li {
	float: left;
	width: 125px;
	height: 100px;
	margin-right: 5px;
}
#example2 #kwick1 { 
	background-color: #53b388;
}
#example2 #kwick1.active { 
	background-color: #86e6bb;
}
#example2 #kwick2 {
	background-color: #5a69a9;
}
#example2 #kwick2.active {
	background-color: #8d9cdc;
}
#example2 #kwick3 {
	background-color: #c26468;
}
#example2 #kwick3.active {
	background-color: #f5979b;
}
#example2 #kwick4 { 
	background-color: #bf7cc7;
	margin-right: none;
}
#example2 #kwick4.active { 
	background-color: #efaffa;
}

/* example3 */
#example3 .kwicks li{
	width: 125px;
	height: 100px;
	margin-bottom: 3px;
}
#example3 #kwick1 { 
	background-color: #FF5100;
}
#example3 #kwick2 {
	background-color: #B33900;
}
#example3 #kwick3 {
	background-color: #FFD000;
}
#example3 #kwick4 { 
	background-color: #B39200;
	margin-bottom: none;
}

/* example4 */
#example4 .kwicks li{
	width: 125px;
	height: 100px;
	margin-bottom: 3px;
}
#example4 #kwick1 { 
	background-color: #008DA3;
}
#example4 #kwick2 {
	background-color: #F07000;
}
#example4 #kwick3 {
	background-color: #A33100;
}
#example4 #kwick4 { 
	background-color: #8CAB2B;
	margin-bottom: none;
}

/* example5 */
#example5 .kwicks li{
	width: 125px;
	height: 100px;
	margin-bottom: 3px;
}
#example5 #kwick1 { 
	background-color: #4D9AA8;
}
#example5 #kwick2 {
	background-color: #82A616;
}
#example5 #kwick3 {
	background-color: #F29A1F;
}
#example5 #kwick4 { 
	background-color: #A66A16;
	margin-bottom: none;
}

/* example6 */
#example6 li {
	float: left;
	width: 125px;
	height: 100px;
	margin-right: 5px;
}
#example6 #kwick1 { 
	background-color: #53b388;
}
#example6 #kwick2 {
	background-color: #5a69a9;
}
#example6 #kwick3 {
	background-color: #c26468;
}
#example6 #kwick4 { 
	background-color: #bf7cc7;
	margin-right: 0px;
}

/* example7 */
#example7 li {
	float: left;
	width: 90px;
	height: 100px;
}
#example7 .kwicks_inner {
	width: 200px;
}
#example7 .bigLetter {
	font-size: 60px;
	height: 100px;
	color: red;
	float: left;
}
#example7 .smallLetters {
	display: none;
	text-align: center;
	width: 140px;
	color: #ccc;
	font-size: 16px;
	margin-top: 13px;
	float: right;
}
#example7 li.active .smallLetters {
	display: block;
}

/* 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;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 125px;
	height: 100px;

	/*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.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;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

#kwick_1 { 
	background-color: #53b388;
	background-image: url('http://autofree.co.kr/img/home.jpg');
}
#kwick_2 {
	background-color: #5a69a9;		
	background-image: url('http://autofree.co.kr/img/service.jpg');
}
#kwick_3 {
	background-color: #c26468;
	background-image: url('http://autofree.co.kr/img/data.jpg');
}
#kwick_4 { 
	background-color: #bf7cc7;
	background-image: url('http://autofree.co.kr/img/alert.jpg');
}
#kwick_5 { 
	background-color: #bf7cc7;
	background-image: url('http://autofree.co.kr/img/shop.jpg');
}
#kwick_6 { 
	background-color: #bf7cc7;
	background-image: url('http://autofree.co.kr/img/customer.jpg');
}
#kwick_7 {
	background-color: #c26468;
	background-image: url('http://autofree.co.kr/img/resaler.jpg');
}
.kwicks.horizontal #kwick_7 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_7 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

/* example 1 */
#example1 .kwicks li{
	float: left;
	width: 176px;
	height: 100px;
	margin-right: 0px;
}
#example1 #kwick1 { 
	background-color: #53b388;
	background-image: url('http://jmar777.googlecode.com/svn/trunk/images/kwicks/meet.gif');
}
#example1 #kwick2 {
	background-color: #5a69a9;
	background-image: url('http://jmar777.googlecode.com/svn/trunk/images/kwicks/kwicks.gif');
}
#example1 #kwick3 {
	background-color: #c26468;
	background-image: url('http://jmar777.googlecode.com/svn/trunk/images/kwicks/for.gif');
}
#example1 #kwick4 { 
	background-color: #bf7cc7;
	background-image: url('http://jmar777.googlecode.com/svn/trunk/images/kwicks/jquery.gif');
	margin-right: none;
}



