@charset "utf-8";
/* CSS Document */
/*home slide*/

#slideshow_home {
	float:left;
	position:absolute;
	width:707px;
	height:311px;

}

#slideshow_home img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
-moz-border-radius: 6px;
border-radius: 6px;
}

#slideshow_home IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow_home IMG.last-active {
    z-index:9;
}
/*inner slideshow*/

#inner_slideshow  {
	margin:-14px 0 30px -10px;
	position:relative;
	width:583px;
	height:260px;

}
#inner_slideshow img {
		margin:5px 0 0 9px;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
-moz-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 3px 3px 3px #888;
-webkit-box-shadow: 3px 3px 3px #888;
box-shadow: 3px 3px 3px #888;
}
#inner_slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#inner_slideshow IMG.last-active {
    z-index:9;
}