@charset "utf-8";
/* CSS Document */

/* slider layout */
.lof-slidecontent {
    position: relative;
    /*overflow: hidden;*/
    background: #eee;
    /*border: #F4F4F4 solid 1px;*/
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 0 !important;
}

.lof-slidecontent .preload {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
    text-align: center;
    background: #FFF
}

.lof-slidecontent .preload div {
    height: 100%;
    width: 100%;
    background: transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
}

.lof-slidecontent  .sliders-wrapper {
    position: relative;
    height: 100%;
    width: 900px;
    z-index: 3;
    overflow: hidden;
    /* border: 1px solid transparent; */
}

.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  ul.sliders-wrap-inner li {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    float: left;
    position: relative;
}

.lof-slidecontent  .lof-opacity  li {
    position: absolute;
    top: 0;
    left: 0;
    float: inherit;
}

.lof-slidecontent  .navigator-content {
    position: absolute;
    right: 0;
    top: 00px;
    z-index: 9;
    /*height:300px;*/
    /*width: 310px;*/
    /*overflow: hidden;*/
    color: #FFF
}

.lof-slidecontent  .navigator-wrapper {
    /*background: #fff;*/
    position: relative;
    z-index: 10;
    height: 180px;
    width: 310px;
    /*overflow: hidden;*/
    color: #FFF;
    float: left
}

.lof-slidecontent  ul.navigator-wrap-inner {
    top: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
	right:0;
}

.lof-slidecontent  ul.navigator-wrap-inner li {
    cursor: hand;
    cursor: pointer;
    list-style: none;
    padding: 0;
    margin-left: 0px;
    /*overflow: hidden;*/
    float: left;
    display: block;
    text-align: center;
    margin-bottom: 1px;
}

/*******************************************************/

ul.sliders-wrap-inner li img {
    padding: 0px;
}

.lof-slidecontent .slider-description a.readmore {
    color: #58B1EA;
    font-size: 95%;
}

.lof-slidecontent .slider-description a {
    color: #FFF;
}

.lof-slidecontent .slider-description {
    z-index: 100;
    position: absolute;
    bottom: 66px;
    left: 0px;
    width: 350px;
    background: url(../images/bg_trans.png);
    height: 100px;
    padding:10px 25px;
    color: #FFF;
	text-align: left;
}

.lof-slidecontent .slider-description h4 {
    font-size: 14px;
    margin: 10px 0;
    padding: 0;
}

.lof-slidecontent .slider-description .slider-meta a {
    margin: 0;
    background: #C01F25;
    font-size: 75%;
    padding: 2px 0px;
    font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
    text-transform: uppercase;
    text-decoration: none
}

.lof-slidecontent  .item-meta a:hover {
    text-decoration: underline;
}

.lof-slidecontent  .item-meta i {
    font-size: 70%;
}

/* item navigator */
.lof-slidecontent ul.navigator-wrap-inner  li.active {
    background: url(../images/icon-slide-active.png) no-repeat scroll 7px center #92aa33;
    border-bottom: 1px solid #f9ec2b;
    color: #000;
    box-shadow: 0 0 4px #666;
    position: relative;
    z-index: 10;
    margin-bottom: 0;
}

.lof-slidecontent ul.navigator-wrap-inner  li >  div {
    background: #c2e039;
    color: #000;
    height: 100%;
    position: relative;
    margin-left: 21px;
    border-bottom: 1px solid #f9ec2b;
    text-align: left;
    float: left;
    width: 187px;
}
.lof-slidecontent ul.navigator-wrap-inner  .last >  div{
    border-bottom: none;
}

.lof-slidecontent ul.navigator-wrap-inner li.active div {
    background: none;
    border-bottom: none;
    color: #000;
}

.lof-slidecontent ul.navigator-wrap-inner li img {
}

.lof-slidecontent ul.navigator-wrap-inner li.active img{
}

.lof-slidecontent  .button-next,
.lof-slidecontent .button-previous {
    display: block;
    width: 40px;
    color: #FFF;
    cursor: pointer;
    position: absolute;
    height: 100%;
    z-index: 40;
    top: 0;
    text-indent: -999px;

}

.lof-slidecontent   .button-next {
    right: 0px;
    background: url(../images/next.png) no-repeat right center;
}

.lof-slidecontent  .button-previous {
    left: 0px;
    background: url(../images/previous.png) no-repeat left center;
}

.lof-slidecontent .button-control {
    position: absolute;
    top: 10px;
    right: 48%;
    height: 20px;
    width: 20px;
    cursor: hand;
    cursor: pointer;
    background: url(../images/transparent_bg.png) repeat;
}

.lof-slidecontent .button-control span {
    display: block;
    width: 100%;
    height: 100%;
}

.lof-slidecontent .action-start span {
    background: url(../images/play.png) no-repeat center center;
}

.lof-slidecontent .action-stop span {
    background: url(../images/pause.png) no-repeat center center;
}
.navigator-wrap-inner h3 {
    display: none;
    font-size: 12px;
	padding-top: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.navigator-wrap-inner p{ margin-top: 4px; text-transform: uppercase;display: none; }

.navigator-wrap-inner div > div {
    float: right;
    width: 196px;
}
.main-slider-content{float: left;}