div.showcase {
	float: left;
	width: auto;
    }

div.showcase ul.layers {
	width: 900px;
	height: 300px;
    }

    div.showcase ul.layers li {
	width: 900px;
	height: 300px;
	z-index: 120;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
        }


br { clear:both; }

