
/*big menu*/

#kwick {
        position: relative;
        /*border-bottom: 1px double #333;*/
        margin-top: 0px;
}

#kwick .kwicks {
        display: block;
        height: 200px;
        margin: 0px;
}

#kwick li {
        float: left;
}

#kwick .kwick {
        display: block;
        cursor: pointer;
        overflow: hidden;
        height: 200px;
        width: 131px;
        /*padding: 0px;*/
        background: #fff;
        /*border-right: 5px solid #202020;*/
        border-right: 2px solid #fff;
}

#kwick .kwick span {
        display: none;
}

#kwick .opt1 {
        background: #ccc url(http://www.artworklondon.com/index_files/who_are_we.jpg) ;
}

#kwick .opt2 {
        background: #ccc url(http://www.artworklondon.com/index_files/What_On.jpg);
}

#kwick .opt3 {
        background: #ccc url(http://www.artworklondon.com/index_files/Artists.jpg);
}

#kwick .opt4 {
        background: #ccc url(http://www.artworklondon.com/index_files/alfuk.jpg);
}

#kwick .opt5 {
        background: #ccc url(http://www.artworklondon.com/index_files/Sponsors.jpg);
}

#kwick .opt6 {
        background: #ccc url(http://www.artworklondon.com/index_files/links.jpg);
        border-right: 0;
}