.yui-sldshw-displayer {  
	position: relative;
	overflow: hidden;
	width:160px;
	height:180px;
	border:3px solid #b1ca94;
	margin-bottom:10px;
}

.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 {
    position:absolute;
    background: #fff;
	width:160px;
	height:180px;
}


