@charset "utf-8";
/* CSS Document */

.lof-slidecontent{
	position:relative;
	overflow:hidden;
	border:#F4F4F4 solid 1px;
	border-top:0;
	width:100%;
	height:300px;
	font-size:12px;
	font-family: Arial, Verdana;
	font-weight: normal;	
}
.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%;
}
.lof-main-outer{
	position:relative;
	height:100%;
	/*width:515px; width of scrolling mask area - defined by php*/
	z-index:3;
	overflow:hidden;
}
.lof-slidecontent a{
	text-decoration:none;
}

/*******************************************************/
.lof-main-item-desc{
	z-index:100;
	position:absolute;
	top:170px;
	/*left:20px;*/
	/*width:400px; width of main info - defined by php*/
	height: 100px;
	text-align:left;
	text-decoration: none;
	/*background:url(../images/transparent_bg.png);*/
}
.lof-main-item-desc p{
	color:#FFF;
	margin:0 8px;
	padding:3px 0;
}
.lof-main-item-desc h3{
	color:#FFF;	
	margin:0 0 3px 0;
	font-size:19px !important;
	font-weight: normal !important;
	padding:0 8px 2px;
	font-family: Verdana !important;
	text-decoration:none !important;
}


/* main flash */
ul.lof-main-wapper{
	overflow:hidden;
	padding:0;
	margin:0;
	height:300px;
	/*width:515px; /*must be the same as the masked area width*/
	position:absolute;
	overflow:hidden;
}
.lof-main-wapper h3{
	margin: 13px 0 3px 0;
	}

ul.lof-main-wapper li{
	overflow:hidden;
	padding:0;
	margin:0;
	height:100%;
	/*width:515px; /*must be the same as the masked area width*/
	float:left;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof-main-wapper li img{
	padding:0;
	border-top: 1px solid white;	
	/*width:515px; /*must be the same as the masked area width*/
}

li-desc{
	z-index:100;
	position:absolute;
	top:150px;
	left:20px;
	/*background:url(../images/transparent_bg.png);*/
}
li-desc p{
	color:#FFF;
	margin:0 8px;
	padding:8px 0
}
.lof-main-item-desc h3{
	color:#FFF;	
	margin:0;
	font-size:13px;
	padding:20px 8px 2px;
	font-family: Verdana, Arial;
	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;
	position:relative;
}
.lof-navigator-outer{
	position:absolute;
	right:0;
	top:0;
	z-index:100;
	height:300px;
	/*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 h3{
	color:#FFF;
	font-size:110%;
	padding-top:15px !important;
	margin-bottom:8px;

}
.lof-navigator li div{
	/*background:url(../images/transparent_bg.png);*/
	color:#FFF;
	height:100%;
	position:relative;
	margin-left:19px;
	padding: 0 19px;
	border-top:1px solid #E1E1E1;
	font-size:11px;
	text-align:left;
}

.lof-navigator li.active div{
	/*background: #608151 url(../images/grad-bg.png);*/
	color:#FFF;
}
.lof-navigator li img{
	height:60px;
	width:60px;
	margin:15px 15px 10px 0px;
	float:left;
	padding:3px;
	border:silver solid 1px;
}
.lof-navigator li.active h3{
	color:#FFF;
}
.lof-navigator li div.arrow{
	display:none;
}
.lof-navigator li.active div.arrow{
	display:block;
}