body {
background:#fff;
font-family:Arial, sans-serif;
}

 

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    position:relative;
    line-height:0px; overflow:hidden;
}
.nbs-flexisel-item img {
    width: 100%;
    position: relative;/*height:160px;*/transition:all .6s; min-height:160px;
    
    
}
.nbs-flexisel-item ul li:hover a img{-ms-transform: scale(1.5,1.5); /* IE 9 */
    -webkit-transform: scale(1.5,1.5); /* Safari */
    transform: scale(1.5,1.5); transition:all .6s;} 

ul{list-style:none; margin:0;}
.nbs-flexisel-inner ul li{margin:0; float:left; padding:0; width: 100%;}
.nbs-flexisel-inner ul li ul{width:100%; float:left; margin:0;}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
       width: 31px;
    height: 52px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;     
}

.nbs-flexisel-nav-left:hover {
    left: 10px;
    background: url(../images/button-previous-hover.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;    
}

.nbs-flexisel-nav-right:hover {
    right: 5px;
    background: url(../images/button-next-hover.png) no-repeat;
}

.nbs-flexisel-inner ul li ul li a img {
    width: 100%;
    float: left;
}

#flexiselDemo3 li ul li{height:160px;position: relative;}
 .roll_hover_area{position:absolute; width:100%; height:160px; background: rgba(238, 28, 37, 0.9); color:#ffffff; top:170px; transition:all .7s;}
 #flexiselDemo3 li ul li:hover a .roll_hover_area{top:0; transition:all .7s;}
 .roll_hover_area h5{width: 100%;float: left;color: #ffffff;font-size: 16px;font-family: RobotoBold; margin-top:70px;}
 .roll_hover_area p{width: 100%;float: left;color: #ffffff;font-size: 13px;font-family: RobotoLight; margin-top:7px;}