/* CSS Document */
ul.lof-main-wapper li {
	position:relative;
}
.lof-slidecontent{
	position:relative;
	overflow:hidden;
	border:#FFFFFF solid 0px;
	width:1080px;
	height:347px;
}
.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%;
}
.lof-main-outer{
	position:relative;
	height:100%;
	width:777px;
	z-index:3px;
	overflow:hidden;
}


/*******************************************************/
.lof-main-item-desc{
	z-index:100px;
	position:absolute;
	top:291px;
	width:774px; height:56px;
	background:url(images/transparent_bg.png);

	/* filter:0.7(opacity:60) */
}
.lof-main-item-desc p{
	color:#FFF;
	margin:0 8px;
	
}
.lof-main-item-desc h3 a{
	color:#FFF;	
	margin:0;
	font:bold 16px Arial; text-decoration:underline;
	padding:20px 8px 2px;
	
}
.lof-main-item-desc h3 a:hover{
	color:#FF6;
	text-decoration:underline;
}


/* main flash */
ul.lof-main-wapper{
	/* margin-right:auto; */
	overflow:hidden;
	background:transparent url(images/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	margin:0;
	height:347px;
	width:777px;
	position:absolute;
	overflow:hidden;
}

ul.lof-main-wapper li{
	overflow:hidden;
	padding:0px;
	margin:0px;
	height:100%;
	width:777px;
	float:left;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof-main-wapper li img{
	padding:0px;	
	width:777px;
}

li-desc{
	z-index:100px;
	position:absolute;
	top:173px;
	left:50px;
	width:577px;
	background:url(images/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:bold 16px Arial;
	padding:20px 8px 2px;
}
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;
}
.lof-navigator-outer{
	position:absolute;
	right:0;
	top:00px;
	z-index:100;
	height:347px;
	width:398px;
	overflow:hidden;
	color:#FFF
}
.lof-navigator li.active{
	
	behavior: url(iepngfix.htc);
	background:url(images/arrow-bg.png) no-repeat scroll left center; 
	color:#FFF
}
.lof-navigator li:hover{
	
}
.lof-navigator li a{text-decoration:none;}

.lof-navigator li h3{
	color:#2c2a2a;
	font-size:100%;
	padding:10px 0 0 !important;
	margin:0;
	font:normal 14px Arial;

}
.lof-navigator li div{
	background:#A4D4B2;
	color:#2c2a2a;
	height:100%;
	position:relative;
	margin-left:15px;
	padding-right:5px;
	border-top:1px solid #FFFFFF;
}

.lof-navigator li.active div{
	background:#b70e23;
	
	color:#FFF;
}
.lof-navigator li img{
	height:72px;
	width:123px;
	margin:2px 5px 2px 0px;
	float:left;
	padding:3px;
	border:#C5C5C5 solid 0px;
}
.lof-navigator li.active img{
	border:#6C8E5C  solid 0px;
}
.lof-navigator li.active h3{
	color:#FFF;
}

.lof-slidecontent  .button-next, 
.lof-slidecontent .button-previous{
	display:block;
	width:40px;
	color:#FFF;
	cursor:pointer;
	position:absolute;
	height:100%;
	z-index:40;
	top:0;
	text-indent:-999px;

}
.lof-slidecontent   .button-next {
	right:0px;
	background: url(images/next.png) no-repeat right center;
}
.lof-slidecontent  .button-previous {
	left:0px;
	background:url(images/previous.png) no-repeat left center;
}


.lof-slidecontent .button-control {
   position:absolute;
   top:10px;
   right:48%;
    height: 20px;
    width: 20px;
	cursor:hand; cursor:pointer;
	background:url(images/transparent_bg.png) repeat; display:none;
}

.lof-slidecontent .button-control span { display:block;  width:100%; height:100%;}
.lof-slidecontent .action-start span  {
	background:url(images/play.png) no-repeat center center;
}
.lof-slidecontent .action-stop span {
	background:url(images/pause.png) no-repeat center center;
}