.yui-sldshw-displayer {
	position : relative;  
	overflow: hidden;
	height : 480px;
}
.yui-sldshw-displayer   img {
	width: inherit;
	padding-top : 15px;
}
.yui-sldshw-displayer   table {
	width: inherit;
}
.yui-sldshw-displayer  div {
	width: inherit;

}

.yui-sldshw-next {
 z-index: 1;
 display: block;
 opacity: 1.0;
}

.yui-sldshw-active {
 z-index: 10;
 display: block;
 opacity: 1.0;
}
.yui-sldshw-cached {
 display: none;
 z-index: 0;
 opacity: 1.0;
}

div.yui-sldshw-frame {
 background: black;
}


