@charset "utf-8";
/* CSS Document */
.GroupSlide{
	position:relative;
	overflow:hidden;
	width:100%;
	height:300px;
}

.mainSlide{
	position:relative;
	height:100%;
	width:430px;
	z-index:3px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}


/*******************************************************/
.quotationItems{
	z-index:100px;
	position:absolute;
	left:20px;
	bottom:15px;
	width:400px;
	background:url(transparent_bg.png);

	/* filter:0.7(opacity:60) */
}
.quotationItems p{
	color:#FFF;
	margin:0 8px;
	padding:8px 0
}
.quotationItems h3 a{
	color:#FFF;	
	margin:0;
	font-size:140%;
	padding:20px 8px 2px;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
}
.quotationItems h3 a:hover{
	color:#FF6;
	text-decoration:underline;
}


/* main flash */
ul.lof-main-wapper{
	/* margin-right:auto; */
	overflow:hidden;
	background:transparent url(load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	margin:0;
	height:300px;
	width:430px;
	position:absolute;
	overflow:hidden;
	left: -2653.92px; width: 3430px;
}

ul.lof-main-wapper li{
	overflow:hidden;
	padding:0px;
	margin:0px;
	height:100%;
	width:430px;
	float:left;
}
ul.lof-main-wapper li img
{
    height:300px;
    /*width:430px;*/
    width:430px;
    margin-top:0px;
    padding-top:0px;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof-main-wapper li img{
	padding:0px;	
	width:430px;
}

li-desc{
	z-index:100px;
	position:absolute;
	top:150px;
	left:50px;
	width:400px;
	background:url(transparent_bg.png);

	/* filter:0.7(opacity:60) */
}
li-desc p{
	color:Red;
	margin:0 8px;
	padding:8px 0
}
li-desc h3 a{
	color:Red;	
	margin:0;
	font-size:140%;
	padding:20px 8px 2px;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
}
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%;
	height: 430px; 
	top: -300px;
}
ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
	height: 100px; width:310px;
}
ul.lof-navigator li div h3 a
{
    color:#FFF;
}
ul.lof-navigator li div span
{
    text-align:justify; display:block; padding-right:5px;
}
.lof-navigator-outer{
	position:absolute;
	right:0;
	top:00px;
	z-index:100;
	height:300px;
	width:310px;
	overflow:hidden;
}

.lof-navigator li.active{
	background:url(arrow-bg.png) no-repeat scroll left center; 
	color:Red;
	
}
.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(transparent_bg.png);
	color:#FFF;
	height:100%;
	position:relative;
	margin-left:15px;
	padding-left:15px;
	border-top:1px solid #E1E1E1;
}

.lof-navigator li.active div{
	background:url(grad-bg.gif);
	color:#FFF;
}
.lof-navigator li img{
	height:60px;
	width:60px;
	margin:15px 15px 10px 0px;
	float:left;
	padding:3px;
	border:#C5C5C5 solid 1px;
}
.lof-navigator li.active img{
	border:##6C8E5C  solid 1px;
}
.lof-navigator li.active h3{
	color:#FFF;
}