@charset "utf-8";

a, a:hover{text-decoration:none; color:#FFFFFF;}

/* CSS Document */
.lof-slidecontent{
	position:relative;
	overflow:hidden;
}
.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-slidecontent ul{
	margin:0;
}
.lof-slidecontent ul li{
	cursor:hand; 
	cursor:pointer;
	list-style-type:armenian;
	padding:0
}



/* main flash */
.lof-main-wapper{
	margin-left:auto;
	overflow:hidden;
	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	width:100%;
	height:100%;
	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;	
}
/* item navigator */
ul.lof-navigator{

}
.lof-navigator-outer{
	width:533px; 
	height:56px;
	top:0px; 
	left:0px;
	position:absolute;
	z-index:200;
	background:url(../images/tint.png);
}
.lof-main-item-desc{
	color:#FFF;
	z-index:100px;
	position:absolute;
	top:100px;
	left:588px;
	width:490px;
	/* filter:0.7(opacity:60) */
}
.lof-main-item-desc p{
	color:#FFF;
	margin:0 3px;
	width:365px;
	padding:8px 0;
	font-size:17px;
}
.lof-main-item-desc h3 a{
	color:#FFF;	
	margin:0;
	font-size:140%;
	padding:20px 8px 2px;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
}
.lof-main-item-desc h3 a:hover{
	color:#FF6;
	text-decoration:underline;
}
.lof-navigator-item{
	height:40px;
	width:30px;
	padding:0px 5px;
	display:block;
	float:left;
	font-size:40px;
	text-align:center;
	margin-left:7px;
	color:#696969;
	font-weight:bold;
	margin-top:5px;
}


.lof-navigator-item{
	 margin-right:60px;	
	 margin-top:12px;
}



li.lof-navigator-item .one{background:url(../images/1.png) no-repeat;}
li.lof-navigator-item .two{background:url(../images/2.png) no-repeat;}
li.lof-navigator-item .three{background:url(../images/3.png) no-repeat;}
li.lof-navigator-item .four{background:url(../images/4.png) no-repeat;}
li.lof-navigator-item .five{background:url(../images/5.png) no-repeat;}

.lof-navigator .active .one{background:url(../images/1a.png) no-repeat;}
.lof-navigator .active .two{background:url(../images/2a.png) no-repeat;}
.lof-navigator .active .three{background:url(../images/3a.png) no-repeat;}
.lof-navigator .active .four{background:url(../images/4a.png) no-repeat;}
.lof-navigator .active .five{background:url(../images/5a.png) no-repeat;}

.lof-navigator-item{

}

li.lof-navigator-item:hover .one{background:url(../images/1a.png) no-repeat;}
li.lof-navigator-item:hover .two{background:url(../images/2a.png) no-repeat;}
li.lof-navigator-item:hover .three{background:url(../images/3a.png) no-repeat;}
li.lof-navigator-item:hover .four{background:url(../images/4a.png) no-repeat;}
li.lof-navigator-item:hover .five{background:url(../images/5a.png) no-repeat;}

/**
 * Tool tip style
 */
.tip-tip {
        width: 175px;
		height:135px;
        z-index: 13000;
		background:url(../images/popup_bg.png) no-repeat;
}

.tip				{ 
	 width: 175px;
	height:135px;
	z-index: 13000;
	background:url(../images/popup_bg.png) no-repeat;
}
.tip-title		{ 
	font-size: 10px;
	margin-left:8px;
	width: 175px;	
	color:#FFF;
	padding: 8px 8px 4px;
}
.tip-text		{ 
	  font-size: 11px;
        padding: 4px 8px 8px;
		background:transparent url(../images/loader.gif) no-repeat scroll 50% 50%;
}
.tip-text img{
	border:#999 solid 1px;
	margin-left:7px;
	padding:1px;
}
