@charset "utf-8";
/* CSS Document */
.lof-slidecontent{
	position:relative;
	overflow:hidden;
	border:#F4F4F4 solid 1px;
	width:585px;
	height:285px;
}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	background:#FFF;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	color:#FFF;
	text-align:center
}
.lof-slidecontent .preload div{
	height:100%;
	width:100%;
	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
}
/* main flash */
.lof-main-wapper{
	margin-right:auto;
	overflow:hidden;
	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	height:100%;
	width:585px;
	position:relative;
	overflow:hidden;
}

.lof-main-wapper .lof-main-item{
	overflow:hidden;
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
	position:absolute;
}
.lof-main-wapper .lof-main-item img{
	padding:0px;	
	width:585px;
}

.lof-main-item-desc{
	z-index:100px;
	background:url(../images/slideoff.gif) repeat;

	/* filter:0.7(opacity:60) */
}
.lof-main-item-desc p{
	color:#815f41;
	font-size:10px;
	margin:0;
}
.lof-main-item-desc h3 a{
	color:#815f41;
	font-weight:bold;
	margin:0;
	font-size:14px;
}
.lof-main-item-desc h3 a:hover{
	font-weight:bold;
	color:#E93097;
	text-decoration:underline;
}

