/*#project-glance {
display:none;
}
.inner-slider .nbs-flexisel-container{
	padding:0px !important;
	background-color:#FFFFFF;
}
.inner-slider .nbs-flexisel-inner{background-color:#FFFFFF;}
.inner-slider .nbs-flexisel-item img{
	padding:0px;
}*/
.inner-slider .nbs-flexisel-item a{display:block; margin-top:7px;}
.inner-slider .nbs-flexisel-nav-left:hover,.inner-slider .nbs-flexisel-nav-right:hover{ background-color:#666666;}
.inner-slider .nbs-flexisel-nav-left{
	background: url("../images/button-previous1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    right: 23px!important;
    top: -30px!important;	
	left:auto!important;
	padding:5px;
}
.inner-slider .nbs-flexisel-nav-right{
	background: url("../images/button-next1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    right: 4px;
    top: -30px !important;	
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
	padding:0px 20px;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}
/*.nbs-flexisel-ul h3{
	font-size:16px;
	color:#0f3e21;
	margin:0px;
}
.nbs-flexisel-ul h5{
	font-size:13px;
	color:#4b4746;
	margin:0px;
	padding-bottom:10px;
}*/


.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    /*background:#f3f3f3;*/  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
}
/*.nbs-flexisel-item a:hover{
	opacity:0.6;
	text-decoration:none;
	color:#ccc;
    
}
.nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
    max-width:100%;
    max-height:100%;
	padding:0px 0px;
}*/

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 35px;
    height: 75px; 
    position: absolute;
    cursor: pointer;
    z-index: 1000;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 0px;
    background: url(../images/arrow-left.png) no-repeat;
	top: 66px !important;
}

.nbs-flexisel-nav-right {
    right: 0px;
    background: url(../images/arrow-right.png) no-repeat;
	top: 66px !important;
}