.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: absolute;
	padding: 0px 0 0 0px;
	margin: 0px 0 0 0px;
	background:#FFF;
	height: 120px;
	display:block;
	top:402px;
}
*html .kwicks {
	top:402px;
}
.kwicks li {
	/* these are required, but the values are up to you (must be pixel) */
	width: 85px;
	height: 120px;
	/*do not change these */
	cursor:pointer;
	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;
	margin-bottom:10px;/*Set to same as spacing option. */
	float: left;
}

.kwicks.horizontal{
	background:#FFF;
	height: 120px;
	display:block;
	
}
.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: url(../img/accordeon/jouv.jpg) no-repeat;
}
#kwick_2 {
	background: url(../img/accordeon/chambre.jpg) no-repeat;
}
#kwick_3 {
	background: url(../img/accordeon/table.jpg) no-repeat;
}
#kwick_4 {
	background: url(../img/accordeon/jardin.jpg) no-repeat;
}
#kwick_5 {
	background:url(../img/accordeon/urban.jpg) no-repeat;
}
#kwick_6 {
	background:url(../img/accordeon/link.jpg) no-repeat;
	}
#kwick_7 {
	background:url(../img/accordeon/mont.jpg) no-repeat;
}
.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) */
}

