/*Area*/
#photo_area{
	width:100%;
	margin:0 auto;
	position:absolute;
	background-color:#fabd00;
	z-index:-1 !important;}
	
	#photo_area #photo01{
		background:url(photo/001.jpg) no-repeat center;
		width:100%;
		height:645px;
		text-indent:-9999px;}
		#photo_area #photo02{
		background:url(photo/002.jpg) no-repeat center;
		width:100%;
		height:645px;
		text-indent:-9999px;}
		#photo_area #photo03{
		background:url(photo/003.jpg) no-repeat center;
		width:100%;
		height:645px;
		text-indent:-9999px;}
		#photo_area #photo04{
		background:url(photo/004.jpg) no-repeat center;
		width:100%;
		height:645px;
		text-indent:-9999px;}
		#photo_area #photo05{
		background:url(photo/005.jpg) no-repeat center;
		width:100%;
		height:645px;
		text-indent:-9999px;}
		#photo_area #photo06{
		background:url(photo/006.jpg) no-repeat center;
		width:100%;
		height:645px;
		text-indent:-9999px;}

/*crossFader*/
.crossfader{
	position:relative;
	height:645px;
	
}

.crossfader ul li{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0;
	text-indent:-9999px;
	/*cursor:pointer;*/
}

.crossfader .active{
	z-index:10;
	opacity:1.0;
}

.crossfader .last-active{
	z-index:9;
}