@charset "utf-8";
/* 代码整理：时代Java NowJava.com */
#gradient-bg {
	position:absolute;
}
#slideshow-holder {
	position:absolute;
	background:url(../images/ajax-loader.gif) center center no-repeat;
	position:relative;
}
#progress {
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	color:#999;
}
#grad-bottom-left {
	position:absolute;
	background:#eee;
	background:-webkit-gradient( linear, left bottom, right top, color-stop(0.25, rgb(170,170,170)), color-stop(0.4, rgb(255,255,255)) );
	background:-moz-linear-gradient( left bottom, rgb(170,170,170) 25%, rgb(255,255,255) 40% );
	filter: alpha(opacity = 70);
	opacity: 0.70;
}
#grad-bottom-right {
	position:absolute;
	background:#eee;
	background:-webkit-gradient( linear, right bottom, left top, color-stop(0.25, rgb(170,170,170)), color-stop(0.4, rgb(255,255,255)) );
	background:-moz-linear-gradient( right bottom, rgb(170,170,170) 25%, rgb(255,255,255) 40% );
	filter: alpha(opacity = 70);
	opacity: 0.70;
}
#grad-top-left {
	position:absolute;
	background:#eee;
	background:-webkit-gradient( linear, left top, right bottom, color-stop(0.25, rgb(170,170,170)), color-stop(0.4, rgb(255,255,255)) );
	background:-moz-linear-gradient( left top, rgb(170,170,170) 25%, rgb(255,255,255) 40% );
	filter: alpha(opacity = 70);
	opacity: 0.70;
}
#grad-top-right {
	position:absolute;
	background:#eee;
	background:-webkit-gradient( linear, right top, left bottom, color-stop(0.25, rgb(170,170,170)), color-stop(0.4, rgb(255,255,255)) );
	background:-moz-linear-gradient( right top, rgb(170,170,170) 25%, rgb(255,255,255) 40% );
	filter: alpha(opacity = 70);
	opacity: 0.70;
}
#left-arrow {
	font-size: 0px;
	line-height: 0%;
	width: 0px;
	border-top: 25px solid transparent;
	border-right: 50px solid black;
	border-right: 50px solid rgba(0, 0, 0, .7);
	border-bottom: 25px solid transparent;
	position:absolute;
	height: 0px;
	width: 0px;
}
#right-arrow {
	font-size: 0px;
	line-height: 0%;
	width: 0px;
	border-top: 25px solid transparent;
	border-left: 50px solid black;
	border-left: 50px solid rgba(0, 0, 0, .7);
	border-bottom: 25px solid transparent;
	position:absolute;
	height: 0px;
	width: 0px;
}
