#menu{
	position:relative;
	display:block;
	width:100%;
	padding-top:53px;
}
#menu-tab{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:71px;
	z-index:2;
}
#menu-tab>li{
	display:inline-block;
	width:160px;
	height:71px;
	float:left;
}
#menu #banner{
	position:relative;
	z-index:1;
}
.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: 160px;
	height: 340px;

	/*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) */
	float:left;
}
#kwicks_1>div{
	margin-left:-101px;
}
#kwicks_2>div{
	margin-left:-48px;
}
#kwicks_3>div{
	margin-left:-210px;
}
#kwicks_4>div{
	margin-left:-159px;
}
#kwicks_5>div{
	margin-left:-150px;
}
#kwicks_6>div{
	margin-left:-25px;
}