/* スライドショー表示領域 */
div#photobox {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
	overflow: hidden;
	margin-bottom: 4px;
}

div#photobox img.slide {
	border: #aaa 1px solid;
	position: absolute;
	top: 0px;
	left: 3px;
	filter: alpha(opacity=0);
	opacity: 0;
}
