div#fx_lightshow {
	background: #FFFFFF;
	overflow: visible;
}

div#fx_lightshow_image {
	overflow: hidden;
	text-align: center;
	background: #FFFFFF
}

div#fx_lightshow_loading {
	background: #FFFFFF url('./loading.gif') no-repeat center center;
}


div#fx_lightshow_title {
	position: absolute;
	background: #FFFFFF;
	text-align: center;
}


div#fx_lightshow_prev {
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 29;
	width: 60px;
	height: 20px;
	background: url('./prev.png') no-repeat center center;
	cursor: pointer;
}
div#fx_lightshow_prev span {
	display: none;
}
div#fx_lightshow_next {
	display: none;
	position: absolute;
	top: 30px;
	right: 0px;
	z-index: 29;
	width: 60px;
	height: 20px;
	background: url('./next.png') no-repeat center center;
	cursor: pointer;
}
div#fx_lightshow_next span {
	display: none;
}
div#fx_lightshow_close {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 29;
	width: 70px;
	height: 20px;
	background: url('./close.png') no-repeat center center;
	cursor: pointer;
}
div#fx_lightshow_close span {
	display: none;
}

div#fx_lightshow_full {
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 29;
	width: 70px;
	height: 20px;
	margin-left: -35px;
	background: url('./zoom.png') no-repeat center center;
	cursor: pointer;
}
div#fx_lightshow_full span {
	display: none;
}