/*--thumbs--*/

.scroll{ position:relative;}
.nbs-flexisel-inner {overflow:hidden;}
.nbs-flexisel-ul {position: relative;width:9999999px;	list-style-type: none;overflow:hidden; zoom:1;}
.nbs-flexisel-item {float:left;cursor:pointer;position:relative;text-align:right;}
.nbs-flexisel-item > a{ display:inline-block;width:92%;}
.nbs-flexisel-item  img {cursor:pointer;width:100%; height:auto;}
/*** Navigation ***/

@media(max-width: 767px) {

.nbs-flexisel-item { margin:0;}

.nbs-flexisel-item > a{ display:inline-block; width:100%;}

.nbs-flexisel-nav-left,.nbs-flexisel-nav-right {top:55%;}

.nbs-flexisel-item > a{ display:inline-block;width:100%;}



}





@media(min-width:992px) {



	}

	



@media (min-width:768px) and (max-width:992px) {

.nbs-flexisel-nav-left,.nbs-flexisel-nav-right {top:-94px;}

	}



.nbs-flexisel-nav-left,.nbs-flexisel-nav-right { position:absolute;top:-40px;display:inline-block; width:28px; height:28px;transition:all .5s ease-in-out; -webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out; -o-transition:all .5s ease-in-out; -ms-transition:all .5s ease-in-out; cursor:pointer;}

.c_box02 .nbs-flexisel-nav-left {right:0px;background:url(../images/icons.png) no-repeat 10px -36px #be130c; }
.c_box02 .nbs-flexisel-nav-left:hover {right:0px;background:url(../images/icons.png) no-repeat 10px -36px #141010; }
.c_box02 .nbs-flexisel-nav-right {right:-30; background:url(../images/icons.png) no-repeat -41px -36px #be130c;}
.c_box02 .nbs-flexisel-nav-right:hover {right:-30; background:url(../images/icons.png) no-repeat -41px -36px #141010;}


@media (max-width:768px)
{
	.c_box02 .nbs-flexisel-nav-left {right:30px;background:url(../images/icons.png) no-repeat 10px -36px #be130c; }
.c_box02 .nbs-flexisel-nav-left:hover {right:30px;background:url(../images/icons.png) no-repeat 10px -36px #141010; }
.c_box02 .nbs-flexisel-nav-right {right:0; background:url(../images/icons.png) no-repeat -41px -36px #be130c;}
.c_box02 .nbs-flexisel-nav-right:hover {right:0; background:url(../images/icons.png) no-repeat -41px -36px #141010;}
}