@charset "utf-8";
/* CSS Document */

/*slid show*/
#slideshow {
position:relative;
width:770px;
height:230px;
margin:0px;
}
.slideobj {
position:absolute;
top:0;
left:0;
width:770px;
height:230px;
display:none;
}

.slideobj img{
display:block;

}

*:first-child+html #slideshow{
margin:6px; 0 0 0;
}
