.clearout
{
    height: 20px;
    clear: both;
}

#flexiselDemo1
{
    display: none;
}

.nbs-flexisel-container
{
    position: relative;
    max-width:99%; /* 100%; */
    margin:0px auto;
}

.nbs-flexisel-ul
{
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner
{
    overflow: hidden;
    float: left;
    width: 100%;
    /* box-shadow: 0px 0px 6px #61879A; */
    /*border: 1px solid #C6E0ED;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}

.nbs-flexisel-item
{
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
    list-style-type:none;
}

.nbs-flexisel-item img
{
    width: auto;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
	border:2px solid #dddddd;
    
}

/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right
{
   width: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left
{
    background-position: 2px;
    background: url(../images/arrows.png) no-repeat;
}

.nbs-flexisel-nav-right
{
    background-position: -25px;
    right: -8px;    
    background: url(../images/arrows.png) no-repeat;
}
