@charset "utf-8";
/* CSS Document */
.lof-slidecontent, .lof-slidecontent a {
	color:#FFF;	
}
.lof-slidecontent a.readmore{
	color:#58B1EA;
	font-size:95%;
	
}
.lof-slidecontent{
	position:relative;
	overflow:hidden;
	border:#F4F4F4 solid 0px; z-index:2;
}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	text-align:center;
	background:#FFF
}
.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:530px;
	width:558px;
	z-index:3px;
	overflow:hidden; z-index:5;
	margin:0 0 0 65px;
	float:left;
}
.lof-main-outer .frame1{ background:url(../images/frame1.png) no-repeat; width:733px; height:18px; position:absolute; z-index:10; top:0; left:0}
.lof-main-outer .frame2{ background:url(../images/frame2.png) repeat-y; width:17px; height:221px; position:absolute; z-index:10; top:18px; right:0}

.lof-main-outer .frame3{ background:url(../images/frame3.png) no-repeat; width:733px; height:18px; position:absolute; z-index:10; top:239px; left:0}

.lof-main-outer .frame4{ background:url(../images/frame4.png) repeat-y; width:17px; height:221px; position:absolute; z-index:10; top:18px; left:0}

.lof-navigator-wapper .s1{background:url(../images/s1.gif) no-repeat; width:6px; height:6px; position:absolute; z-index:10; top:-1px; left:-1px}
.lof-navigator-wapper .s2{background:url(../images/s2.gif) no-repeat; width:6px; height:6px; position:absolute; z-index:10; top:-1px; right:-1px}
.lof-navigator-wapper .s3{background:url(../images/s3.gif) no-repeat; width:6px; height:6px; position:absolute; z-index:10; bottom:-1px; right:-1px}
.lof-navigator-wapper .s4{background:url(../images/s4.gif) no-repeat; width:6px; height:6px; position:absolute; z-index:10; bottom:-1px; left:-1px}



/*******************************************************/
.lof-main-item-desc{
	z-index:100px;
	position:absolute;
	bottom:50px;
	left:0px;
	width:350px;
	background:url(../images/bg_trans.png);
	height:100px;
	/* filter:0.7(opacity:60) */
	padding:10px;
}
.lof-main-item-desc p{
	margin:0 8px;
	padding:8px 0
}
.lof-main-item-desc h3{
	padding:0;
	margin:0
}
.lof-main-item-desc h2{
	padding:0;
	margin:15px 0 0 0px;
}
.lof-main-item-desc h3 a{	
	margin:0;
	background:#C01F25;
	font-size:75%;
	padding:2px 3px;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
	text-transform:uppercase;
	text-decoration:none
}
.lof-main-item-desc h3 a:hover{

	text-decoration:underline;
}
.lof-main-item-desc h3 i {
	font-size:70%;
}

/* 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;
	position:absolute;
	overflow:hidden; height:428px
}

ul.lof-main-wapper li{
	overflow:hidden;
	padding:8px;
	margin:0px;
	float:left;
	position:relative;
	border:1px solid #efefef;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof-main-wapper li img{
	padding:0px;	
}

/* item navigator */
.lof-navigator-wapper {
	position:absolute;
	bottom:0px;
	right:107px;

	padding:13px 17px; border:1px solid #efefef; width:522px; z-index:5
}
.lof-navigator-outer{
	position:relative;
	z-index:100;
	height:78px !important;
	
	overflow:hidden;
	color:#FFF;
	float:left;
	width:515px !important;
	margin-left:3px;
}

ul.lof-navigator{
	top:0px;
	padding:0;
	margin:0;
	position:absolute;
	width:100%; 
}
ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	padding:0;
	margin-left:0px;
	overflow:hidden;
	float:left;
	display:block;

	text-align:center; padding:0px 0px; float:left;

}
ul.lof-navigator li img{
	border:#cdcdcd solid 4px;	
}
ul.lof-navigator li.active img, ul.lof-navigator li:hover img {
	border:#206495 solid 4px;
}

ul.lof-navigator li  div.gap-create {
 background:#cdcdcd; line-height:14px; color:#000; float:left; width:125px; margin-left:3px; padding-bottom:6px;
}
ul.lof-navigator li.active  div.gap-create , ul.lof-navigator li:hover  div.gap-create {
background:#206495; color:#fff
}


.lof-navigator-wapper .lof-next,  .lof-navigator-wapper .lof-previous{
	display:block;
	width:32px;
	height:32px;
	color:#FFF;
	cursor:pointer;
	position:absolute; z-index:10

}
.lof-navigator-wapper .lof-next {
	right:7px;
    text-indent: -999px;
    top:41px;
    width: 13px;
    z-index: 200;
	margin-right:0px;
	background:url(../images/bt2.png)  no-repeat left top;
}
.lof-navigator-wapper .lof-previous {
	float:left;	
	text-indent:-999px;
	margin-left:0px;
	background:url(../images/bt1.png) no-repeat left top;left:7px; top:41px
}