@charset "utf-8";
/* CSS Document */
.lof-slidecontent{
	position:relative;
	overflow:hidden;
	border:#F4F4F4 solid 1px;
	width:980px;
	height:400px;
	margin: auto;
}
.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(../img/banner/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer{
	position:relative;
	height:100%;
	width:980px;
	z-index:3px;
	overflow:hidden;
}


/*******************************************************/
.lof-main-item-desc{
	z-index:99;
	position:absolute;
	width:660px;
	background:url(../img/banner/transparent_bg.png);
	right: 10px;
	bottom: 10px;
	height: 90px;
	padding-right: 300px;

	/* filter:0.7(opacity:60) */
}
.lof-main-item-desc p{
	color:#FFF;
	margin:6px 0 0 20px;
	padding:0
}
.lof-main-item-desc p a {
	color:#0099FF;
	text-decoration: underline;
	font-weight: bold;
}

.lof-main-item-desc  h3 {
	color:#E2007A;
	margin:0;
	font-size:140%;
	padding:20px 0 0 20px;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
}


/* main flash */
ul.lof-main-wapper{
	/* margin-right:auto; */
	overflow:hidden;
	background:transparent url(../img/banner/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	margin:0;
	height:400px;
	width:980px;
	position:absolute;
	overflow:hidden;
}

ul.lof-main-wapper li{
	overflow:hidden;
	padding:0px;
	margin:0px;
	height:100%;
	width:980px;
	float:left;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof-main-wapper li img{
	padding:0px;
	width:980px;
	overflow: hidden;
}

li-desc{
	z-index:100px;
	position:absolute;
	top:150px;
	left:50px;
	width:400px;
	background:url(../img/banner/transparent_bg.png);

	/* filter:0.7(opacity:60) */
}
li-desc p{
	color:#FFF;
	margin:0 8px;
	padding:8px 0
}
li-desc h3 a{
	color:#FFF;	
	margin:0;
	font-size:140%;
	padding:20px 8px 2px;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
}
li-desc h3 a:hover{
	color:#FF6;
	text-decoration:underline;
}

/* item navigator */
ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}
ul.lof-navigator li{
	cursor:hand;
	cursor:pointer;
	list-style:none;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
	height: 30px;
}
.lof-navigator-outer{
	position:absolute;
	right:10px;
	bottom:10px;
	z-index:100;
	height:150px;
	width:270px;
	overflow:hidden;
	color:#FFF
}
.lof-navigator li.active{
	background:url(../img/banner/arrow-bg.png) no-repeat scroll left center;
	color:#FFF
}
.lof-navigator li:hover{
	
}


.lof-navigator li h3{
	color:#FFF;
	padding:6px 0 !important;
	margin:0;
	font-size: 14px;

}
.lof-navigator li div{
	color:#FFF;
	height:30px;
	position:relative;
	margin-left:14px;
	padding-left:15px;
	border-top:1px solid;
	background-color: #000000;
	border-color: #666666;
}

.lof-navigator li.active div{
	background:url();
	color:#FFF;
	background-color: #E2007A;
}
