body {
background:#fff;
font-family:Arial, sans-serif;
}

p {
margin-bottom:20px;
}

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
   
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin: 0 1px;
    padding:5px;
    cursor:pointer;
    position:relative;
    line-height:0px;
    height: 190px;
    border: 1px solid blue;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;

    height: 100%
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);   
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
.bxslider2 li  {
    width: 100%;
    max-height: 350px;
}
.itemVideo {
    margin-bottom: 10px;
}
    .itemVideo .title {
        background: transparent url(/Content/Images/itemfocus.png) no-repeat scroll 0 0;
        background-size: 100%;
    }
.itemVideo .title h2 {
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    font-weight: bold;
    padding: 0 8px;
}
    .itemVideo .content {
        margin-top: 5px;
    }
        .itemVideo .content .bx-viewport {
            height: 170px !important;
        }
.bxslider2 li img {
    height: 150px !important;
}
.boxgallery {
    margin-bottom: 10px;
}
    .boxgallery .title {
        background: transparent url(/Content/Images/boxcat.png) no-repeat scroll 0 0;
    }
.boxgallery .title h2{
    line-height: 23px;
    font-size: 13px;
    font-weight: bold;
    padding: 0 8px;
}
        .boxgallery .title h2 a{
            line-height: 23px;
            font-size: 13px;
            font-weight: bold;
            color: #fff;
            display: block;
        }