div.showcase {
    float: left;
    width: auto;
    margin-right: 20px;
	display:inline;  
    }

div.showcase a.prevwork { float:left;}
div.showcase a.nextwork { float:right;}

div.showcase ul.layers {
    width: 640px;
    height: 20px;
    background: #FFF;
    }

    div.showcase ul.layers li {
        width: 640px;
        height: 20px;
    	padding-right: 50px;
    	display:inline;  
        }

    div.showcase ul.layers li { margin-right:5px; }

    div#showcase3 ul.layers li { margin-left:5px; margin-right:0; }

    

div.showcase ul.layers {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
    position: relative;
    top: 0;
    left: 0;
    }

    div.showcase ul.layers li {
        float: left;
        position: absolute;
        }

    

