
#home-slideshow-outer 
{
	margin-bottom: 27px;
	float: right;
	padding: 10px 0px 0px 0px;
	width: 630px;
	height: 250px; 
}

#slideshow 
{
    position:relative;
    height:250px;
	width: 600px;
}

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

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

