/* 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. */

#example1 {width:448px; margin:0 auto;}
.kwicks {
	/* recommended styles for kwicks ul container */
	width:448px;
	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: 64px;
	height: 82px;

	/*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: 0px -2px; /*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. */	
}

.kwicks li div.menuinside {width:200px;}
.kwicks li div.menuinside a {color:#280400; font-size:1.2em; text-transform:uppercase; font-weight:bold; line-height:1em; padding:22px 5px 0 65px; display:block;}
.kwicks li div.menuinside a span {color:#280400; font-size:0.7em; text-transform: none; font-weight:normal;}
#kwick7 a, #kwick7 a span {color:#FFF;}

#kwick1 {background: #fff1d6 url(images/icomenu-home.gif) no-repeat 0px 0px;}
#kwick2 {background: #27a9db url(images/icomenu-prog.gif) no-repeat 0px 0px;}
#kwick3 {background: #c6d932 url(images/icomenu-apply.gif) no-repeat 0px 0px;}
#kwick4 {background: #ffca00 url(images/icomenu-lodging.gif) no-repeat 0px 0px;}
#kwick5 {background: #fd4c00 url(images/icomenu-info.gif) no-repeat 0px 0px;}
#kwick6 {background: #dd0f01 url(images/icomenu-faq.gif) no-repeat 0px 0px;}
#kwick7 {background: #58116f url(images/icomenu-ctk.gif) no-repeat 0px 0px;}
#kwick8 {background: #cb01b9 url(images/icomenu-travel.gif) no-repeat 0px 0px;}

.kwicks.horizontal #kwick8 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}
