@charset "utf-8";
/* CSS Document */
.lof-slidecontent{
	position:relative;
	overflow:hidden;
	border:#F4F4F4 solid 1px;
	width:995px;
	height:400px;
}
.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:700px;
	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:700px; 
}

.lof-main-item-desc{
	z-index:100px;
	position:absolute;
	top:280px;
	/*left:50px;*/
	/*width:400px;*/
	/*background:url(../images/transparent_bg.png);*/
	width:98%; 
	padding:10px;
	height:200px;
	/* filter:0.7(opacity:60) */
	
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.52) 32%, rgba(0,0,0,0.85) 52%, rgba(0,0,0,0.85) 95%, rgba(0,0,0,0.85) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(32%,rgba(0,0,0,0.52)), color-stop(2%,rgba(0,0,0,0.85)), color-stop(95%,rgba(0,0,0,0.85)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.52) 32%,rgba(0,0,0,0.85) 52%,rgba(0,0,0,0.85) 95%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.52) 32%,rgba(0,0,0,0.85) 52%,rgba(0,0,0,0.85) 15%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.52) 32%,rgba(0,0,0,0.85) 52%,rgba(0,0,0,0.85) 15%,rgba(0,0,0,0.85) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.52) 32%,rgba(0,0,0,0.85) 52%,rgba(0,0,0,0.85) 15%,rgba(0,0,0,0.85) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
	
	
	
	
	
	
	
	
}
.lof-main-item-desc p{
	color:#FFF;
	/*margin:0 8px;*/
	/*padding:8px 0;*/ 
		margin-left:15px;

}


.lof-main-item-desc h3 
{

text-align:center;
	
}

.lof-main-item-desc h3 a{
	color:#FFF;	
	/*margin:0;*/
	/*font-size:140%; */
	font-size:35px;
	line-height:34px;
	text-transform:uppercase;
     
	/*padding:20px 8px 2px;*/
	/*font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;*/
}
.lof-main-item-desc h3 a:hover{
	color:red;
	text-decoration:none; 
}


/* 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:0px;
	z-index:100;
	height:370px; /************************************************************/
	width:310px;
	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 h3{
	color:#FFF;
	font-size:100%;
	padding:15px 0 0 !important;
	margin:0;

}
.lof-navigator li div{
	background:url(../images/transparent_bg.png);
	color:#FFF;
	height:100%;
	position:relative;
	margin-left:15px;
	padding-left:15px;
		/******************************/
	border-top:1px solid #a3a3a3;
	/*height:91px;*/
}


.lof-navigator li p{
	margin-right:10px;
	padding-top:10px;
}

.lof-navigator li.active div{
	background:url(../images/grad-bg.gif);
	color:#FFF;
}
.lof-navigator li img{
	height:75px;
	width:75px;
	/*margin:15px 15px 10px 0px;*/
	margin-top:15px;
	margin-right:5px;
	float:right;
	/*padding:3px;*/
	border:#FFF solid 1px;

}
.lof-navigator li.active img{
	/*border:#6C8E5C  solid 1px;*/
}
.lof-navigator li.active h3{
	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%;
}