@charset "utf-8";
/* CSS Document */
.lof-slidecontent{
	position:relative;
	overflow:hidden;
	width:1000px;
	height:279px;
}
.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:679px;
	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;
	margin:0px;	
	width:679px;
}

.lof-main-item-desc{
	z-index:100px;
	position:absolute;
	top:230px;
	right:2px;
	height:25px;
	width:110px;
	background-color:#9d1816;
	text-align:center;

	/* filter:0.7(opacity:60) */
}

.lof-main-item-desc a{
	color:#FFF;
	margin:0;
	font-size:11px;
	padding:20px 8px 2px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	line-height:25px;
	width:100%;
	
}
.lof-main-item-desc a:hover{
	color:#dfdddb;
	text-decoration:none;
}


/* item navigator */
ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
	z-index:200;
}
ul.lof-navigator li{
	cursor:hand;
	cursor:pointer;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
	padding-bottom:1px;
	height:90px;
	margin-bottom:-7px;
	
}
.lof-navigator-outer{
	position:absolute;
	right:0;
	top:0px;
	z-index:100;
	height:279px;
	width:338px;
	overflow:hidden;
	color:#FFF
}
.lof-navigator li.active{
	background:url(../images/arrow-bg.png) no-repeat scroll left center; 
	color:#FFF
}
.lof-navigator li:hover{
	
}



.lof-navigator li div{
	background:url(../images/L1.jpg);
	color:#FFF;
	height:93px;
	position:relative;
	margin-left:15px;
	padding-left:15px;
	margin:0px;	
}

.lof-navigator li.active div{
	background:url(../images/L2.jpg);
	color:#FFF;
}


.lof-next{
	position:absolute;
	top:0;
	height:30px;
	background:#F9F9F9;
	display:block;
	width:100%;
}
.lof-previous{
	position:absolute;
	bottom:0;
	height:30px;
	background:#F9F9F9;
	display:block;
	width:100%;
}