/*#bg_slideshow {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -999;
	visibility: visible;
	margin:0px;
	padding:0px;
   background: none repeat scroll 0 0 #fff;	
}

#bg_slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	width:100%;
}

#bg_slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#bg_slideshow IMG.last-active {
    z-index:9;
}*/

	#rotating-item-wrapper {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -999;
	visibility: visible;
	margin:0px;
	padding:0px;
}
	#rotating-item-wrapper img{
	width:100%;
	}
	
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}