
/*big menu*/

body{
	margin:0;
	padding:0 1px 0 0;
	background:url(../../images/index/dammy.jpg) no-repeat;
	width:759px;
	height:220px;}

#kwick ul.kwicks {
	width:328px;
	margin:0;
	padding:0;
	float:right;
	display: block;
	height: 220px;}

#kwick li {float: left;}

li:after {content: "";}

#kwick li.kwick{
	text-indent:-9999px;
	list-style-type:none;
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 220px;
	width:82px;
	background: #fff;}
	
#kwick li.kwick a{
	display:block;
	width:260px;
	height:220px;}	

#kwick li.opt4 {background:url(../../images/index/slide01.jpg) ;}

#kwick li.opt3 {background:url(../../images/index/slide02.jpg);}

#kwick li.opt2 {background:url(../../images/index/slide03.jpg);}

#kwick li.opt1 {background:url(../../images/index/slide04.jpg);}


