#flexiselGaleri {

display:none;

}



.nbs-flexisel-container {

    position:relative;

    max-width:100%;

}

.nbs-flexisel-ul {

    position:relative;

    width:9999px;

    margin:0;

    padding:0;

    list-style-type:none;   

    text-align:center; 

	 

}



.nbs-flexisel-inner {

    overflow:hidden;

    float:left;

    width:93%;

	height:86px;

	padding:0;

	margin: 0 40px 0 40px;

}



.nbs-flexisel-item {

    float:left;

    margin:0;

    padding:0;

    cursor:pointer;

    position:relative;

    line-height:0;

}

.nbs-flexisel-item img {

    width: 100%;

    cursor: pointer;

    position: relative;

    /*margin-top: 10px;

    margin-bottom: 10px;*/

    max-width:151px;

   

	-webkit-border-radius: 8px;

	-moz-border-radius: 8px;

	border-radius: 8px;

	-webkit-filter: grayscale(100%);

	filter: grayscale(100%);	

}

.nbs-flexisel-item img:hover {

	-webkit-filter: grayscale(0%);

	filter: grayscale(0%);	

}

/*** Navigation ***/



.nbs-flexisel-nav-left,

.nbs-flexisel-nav-right {

    width: 27px;

    height: 28px; 

    position: absolute;

    cursor: pointer;

    z-index: 100;

    opacity: 0.5;

}



.nbs-flexisel-nav-left {

	top:60px !important;

	left:0;

    background: url(../images/button-previous.png) no-repeat;

}



.nbs-flexisel-nav-right {

	top:60px !important;

	right:0;

    background: url(../images/button-next.png) no-repeat;

}