/*--A Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/



#flexiselDemo1 ul {
    padding: 0;
    margin: 0;

}
#flexiselDemo1 a {
    text-decoration: none;
}
/*----*/

.men-grid {
    padding-left: 20px;
    background: #FFFFFF;
    position: relative;
    margin:0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.value-in {
    background: #F00;
}
#flexiselDemo1,
#flexiselDemo2 {
    display: none;
}
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
    padding: 0em 0 0;
}
.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    list-style-type: none;
    text-align: center;
}
.nbs-flexisel-inner {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.nbs-flexisel-item {
    float: left;
    position: relative;
    line-height: 0px;
}
.nbs-flexisel-item > img {
    cursor: pointer;
    position: relative;
}
/*---- Navigation ---*/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 25px;
    height: 25px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    top: -35px !important;
}
.nbs-flexisel-nav-left {
    right: 0%;
    background: url(../images/right.jpg) no-repeat;
}
.nbs-flexisel-nav-right {
    right: 40px;
    background: url(../images/left.jpg) no-repeat;
}
