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

#slideshow {
	position:relative;
	width:940px;
	height:188px;
	margin:0 10px;
}
.slideobj {
	position:absolute;
	top:0;
	left:0;
	width:940px;
	height:188px;
	display:none;
}

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