@charset "utf-8";
/* CSS Document */

/*slid show*/
#slideshow {
position:relative;
width:573px;
height:270px;
margin:0 -10px 0 -10px;
}
.slideobj {
position:absolute;
top:0;
left:0;
width:573px;
height:270px;
display:none;
}

.slideobj img{
display:block;

}

*:first-child+html #slideshow{
margin:6px 0 0 0;
}
