#slideshow {
    position:relative;
    height:305px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

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

#slideshow IMG.last-active {
    z-index:9;
}

/************************************************************  top roating ****************/

#marqueecontainer{
position: relative;
width: 455px; /*marquee width */
height: 40px; /*marquee height */
overflow: hidden;
border: 0px solid orange;
padding: 2px;
padding-left: 4px;
}


.list-box
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	height:16px;
	border-right:0px ;
	border-left:0px ;
	}
	