﻿.yui-sldshw-displayer {  
	position: relative;
	overflow: hidden;
}
/*.yui-sldshw-displayer   img {
	position:absolute;
	width: 100%;
	height: 100%

}*/
.yui-sldshw-displayer   table {

	position: absolute;
	width: 100%;
	height: 100%
}
.yui-sldshw-displayer  div {

	position: absolute;
	width: 100%;
	height: 100%
}

.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: white;

}

div.yui-sldshw-frame-transparent {
 background: none;
}
div.yui-sldshw-frame-transparent img {
 border:2px solid white;
}
div.yui-sldshw-frame-transparent a {
margin-top:2px;
display:block;
width:100%;
 color:white;
 text-decoration:none;
 text-align:center;
}

div.yui-sldshw-frame-transparent a:hover {
 text-decoration:underline;
}

