@charset "utf-8";
/* CSS Document */
.lof-slidecontent{
	position:relative;
	overflow:hidden;
	border:#ccc solid 4px;
	width:850px;
	height:300px;
	margin-left: 6px;
	background-image: url(../images/bg_lof2.jpg);
}
.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-main-outer{
	position:relative;
	height:100%;
	width:557px;
	z-index:3px;
	overflow:hidden;
}

/*****Teks Ket. Gambar********/
.lof-main-item-desc{
	z-index:100px;
	position:absolute;
	top:220px;
	width:500px;
	color:#F00;
	background:url(../images/transparent_bg2.png);}

.lof-main-item-desc p{
	color:#FFF;
	margin-top: 0;
	margin-right: 22px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 0;
	line-height: normal;
}
.lof-main-item-desc h3{
	color:#FFF;
	margin:10px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
	horizontal-align : middle;
	display : table-cell;}
.lof-main-item-desc h3 a:hover{
	color:#FFCC00;
	text-decoration:underline;
}

/****main flash****/
ul.lof-main-wapper{
	overflow:hidden;
	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	margin:0;
	height:300px;
	width:200px;
	position:absolute;
	overflow:hidden;
}

ul.lof-main-wapper li{
	overflow:hidden;
	padding:0px;
	margin:0px;
	height:100%;
	width:900px; /* jarak pindah gambar sesuai dgn js2/script.js*/
	float:left;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof-main-wapper li img{
	padding:0px;	
	width:597px;
}

.lof-snleft  .lof-main-outer{
	float:right;
	width: 583px;	
}
	/* move the main wapper to the right side */
.lof-snleft .lof-main-wapper{
	margin-left:auto;
	margin-right:inherit;
	clear:both;
	height:300px;
	width: 557px;
}
	/* move the navigator to the left  side */
.lof-snleft .lof-navigator-outer{
		left:0;
		top:0;
		right:inherit;
}
	
ul.lof-main-wapper li {
		position:relative;	
}
.lof-snleft .lof-navigator .active{

}
.lof-snleft .lof-navigator li div{
	margin-left:inherit;
	margin-right:5px;
}
	
.lof-snleft .lof-navigator li.active div{
	margin-left:inherit;
	margin-right:0px;
	background:url(../images/grad-bg2.png);
}
	
ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%; 
}
ul.lof-navigator li{ /*Sangat Perlu*/
	cursor:hand;
	cursor:pointer;
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	width: 200px;
}

.lof-navigator-outer{
	position:absolute;
	right:0;
	top:0px;
	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:hover{
	
}

.lof-navigator li h3{ 
	font-size:13px;
	color:#F30;
	padding-top: 35px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: normal;
	width:258px; /*ceking*/
}

.lof-navigator li div{ 
	height:100px;
	position:relative;
	padding-right:5px;
	padding-top:10px;
	padding-left:5px;
	width:258px; 
	vertical-align : middle; display : table-cell;
}

.lof-navigator li img{
	height:60px;
	width:90px;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:5px;
	margin-right:10px;
	float:left;
	padding:3px;
	border:#C5C5C5 solid 1px;
}
.lof-navigator li.active img{
	border:##6C8E5C  solid 1px;
}
.lof-navigator li.active h3{
	color:#F00;
}
