@charset "utf-8";



/* slideshow
---------------------------------------------------*/
#slideshow {
	background: #fff;
}

#slideshow,
#slideshow #slidebtn {
	width: 1000px;
	height: 300px;
}

#slideshow li {
	position: absolute;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity 2s linear;
	-moz-transition: opacity 2s linear;
}

#slideshow .imgon {
	opacity: 1;
}

#slideshow .imgoff {
	opacity: 0;
}

#slideshow #slidebtn {
	display: table-cell;
	position: relative;
	z-index: 10;
	overflow: hidden;
	_zoom: 1;
	opacity: 0;
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	vertical-align: middle;

	filter: alpha(opacity = 0);
	-ms-filter: "alpha(opacity = 0)";
}

#slideshow #slidebtn:hover {
	opacity: 1;
}

#slideL,
#slideR {
	background: #333;
	color: #fff;
	width: 20px;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	text-align: center;
}

#slideL {
	float: left;
}

#slideR {
	float: right;
}


















