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

/* slider layout */
.lof-slidecontent {
	position:relative;
	overflow:hidden;
	float: left;
}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	text-align:center
}
.lof-slidecontent .preload div{
	height:100%;
	width:100%;
	background-attachment: scroll;
	background-color: #008d87;
	background-image: url(../images/load-indicator.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


lof-slidecontent  .sliders-wrapper{	position:relative;	height:100%;	width:1082px;	z-index:3px;	overflow:hidden; }

.lof-slidecontent  ul.sliders-wrap-inner{
	overflow:hidden;
	background:transparent url(../imagesload-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	margin:0;
	position:absolute;
	overflow:hidden;
}/
.lof-slidecontent  ul.sliders-wrap-inner{overflow:hidden;	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;	padding:0px;	margin:0;	position:absolute;	overflow:hidden;}

.lof-slidecontent  .lof-opacity { width:100%; height:100%; }
.lof-slidecontent  .lof-opacity  li{position:absolute!important;	top:0;	left:0;	float:inherit!important; }


.lof-slidecontent  .navigator-content {
	position: absolute;
	bottom: 150px;
	left: 70px;	
	z-index: 9;
	float: left;
	
}


	
.lof-slidecontent  .navigator-wrapper{
	position:relative;	z-index:10;
	height:180px;
	width:310px;
	overflow:hidden;
	float:left;
}

.lof-slidecontent  ul.navigator-wrap-inner{	top:0;	padding:0;	margin:0;	position:absolute;	width:100%; }
.lof-slidecontent  ul.navigator-wrap-inner li{
	cursor: hand;
	cursor: pointer;
	list-style: none;
	overflow: hidden;
	float: left;
	display: block;
	text-align: center;
	position: relative;
}

/*******************************************************/
 
ul.sliders-wrap-inner li img{	padding:0px;	}

.lof-slidecontent .slider-description a.readmore{
	color: #C7D632;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.lof-slidecontent .slider-description a{ color:#FFF; }
.lof-slidecontent .slider-description{
	z-index: 100px;
	position: absolute;
	bottom: 350px;
	width: 220px;
	color: #CCCCCC;
	float: left;
	left: 80px;
	padding-top: 3px;
	padding-left: 3px;
	border: thin dotted #CCCCCC;
}
.lof-slidecontent .slider-description h4 {
	font-size: 14px;
	margin: 10px 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #1F5760;
}
.lof-slidecontent .slider-description .slider-meta a{
	margin: 0;
	font-size: 75%;
	padding: 2px 3px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #66CCCC;
}
.lof-slidecontent  .item-meta a:hover{	text-decoration:underline;}
.lof-slidecontent  .item-meta i {	font-size:70%; }

/* item navigator */

.lof-slidecontent .navigator-content .button-next, 
.lof-slidecontent .navigator-content .button-previous{
	display:block;
	width:22px;
	height:30px;
	color:#FFF;
	cursor:pointer;
}
.lof-slidecontent .navigator-content .button-next {
	float: left;
	text-indent: -999px;
	background-image: url(../img/arrow-l.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.lof-slidecontent .navigator-content .button-previous {
	float: left;
	text-indent: -999px;
	background-image: url(../img/arrow-r.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.lof-slidecontent .button-control {
	position:absolute;
	top:570px;
	height: 20px;
	width: 20px;
	cursor:hand;
	cursor:pointer;
	background-image: url(../img/bg_trans.png);
	background-repeat: repeat;
	z-index: 12;
	left: 0px;
}

.lof-slidecontent .button-control span { display:block;  width:100%; height:100%;}
.lof-slidecontent .action-start span  {
	background-image: url(../img/play.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.lof-slidecontent .action-stop span {
	background-image: url(../img/pause.png);
	background-repeat: no-repeat;
	background-position: center center;
}
