@charset "UTF-8";
/* Slideshow CSS Document */

#showcase {
	background: url(../showcase.png) no-repeat  !important;
	background: url(../showcase.gif) no-repeat;
	min-height: 324px;
	height: auto !important;
	height: 324px;
	padding:0;
	border:2px #cab182 solid;
	width:460px
}

#slideshow {
	position: relative;
	width: 460px;
	height: 324px;
}

#slideshow div {
	position: absolute;
	left: 0;
	top: 0;
}

