
/*------------------------------------------------------------*
**  sheet: khatawat-kwick.css
**------------------------------------------------------------*/

/*kwiks*/

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	margin-bottom:15px;
	margin-left:30px;
	float:left;
}

* html .kwicks { margin-left:15px}

.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 135px;
	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.horizontal li a{ display:block; width:250px; height:100px; text-indent:-8000px;}

.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:transparent url("../immagini/kwick/bambini.gif") no-repeat top left;
}
#kwick_2 {
	background:transparent url("../immagini/kwick/mattino.gif") no-repeat top left;
}
#kwick_3 {
	background:transparent url("../immagini/kwick/pranzo.gif") no-repeat top left;
}
#kwick_4 { 
	background:transparent url("../immagini/kwick/pomeriggio.gif") no-repeat top left;
}
#kwick_5 { 
	background:transparent url("../immagini/kwick/sera.gif") no-repeat top left;
}

.kwicks.horizontal #kwick_5 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_5 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}


