/*Images menu*/
#kwick {
width:830px;
height:400px;
overflow:hidden;
position:relative;
padding:0;
margin:0pt auto;
}
#kwick ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
display:block;
width:1000px;
height:400px;
padding:0;
margin:0px;
}
# .kwicks {
display: block;
height: 600px;
margin: 0px;
}
#kwick li {
float: left;
}
li:after {
content: "";
}
#kwick .kwick {
display: block;
cursor: pointer;
overflow: hidden;
height: 400px;
width: 160px;
/*padding: 10px;*/
background: #fff;
/*border-right: 5px solid #202020;*/
border-right: 2px solid #000000;
}
#kwick .kwick span {
display: none;
}
#kwick .opt1 {
outline: 0; background: #9ce782 url(images/menu1.jpg) ;
}
#kwick .opt2 {
outline: 0; background: #92bdfa url(images/menu2.jpg);
}
#kwick .opt3 {
outline: 0; background: #faa892 url(images/menu3.jpg);
}
#kwick .opt4 {
outline: 0; background: #e78282 url(images/menu4.jpg);
}
#kwick .opt5 {
outline: 0; background: #e78282 url(images/menu5.jpg);
border-right: 0;
}
