﻿p {
margin-bottom:20px;
}

.clearout {
height:20px;
clear:both;
}


.nbs-flexisel-container {
    position:relative;
    max-width:100%;     
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;    
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.sachmoi .nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:#fcfcfc;
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
    border:1px solid #ccc;
    display:block;
    border-radius:3px;
    box-sizing:border-box;
	height:205px;
	overflow:hidden;	
}
.sachmoi .nbs-flexisel-inner .nbs-flexisel-inner{
	
}
@media (max-width:990px){
	.nbs-flexisel-inner {
	    width:100%;
	}
}
@media (max-width:450px){
	.nbs-flexisel-inner {
	    width:100%;
	}
}
.nbs-flexisel-item {
    float:left!important;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative!important;
    line-height:0px;
	opacity:1!important;
}

@media(min-width:768px){
    .sachmoi .nbs-flexisel-item img {
        width: 92%;
        cursor: pointer;
        position: relative;
        margin-top: 7px;
        max-width:260px;
        max-height:190px;
        height:190px;
        margin-left:4%;
        margin-right:4%;
    }
}
@media(min-width:768px) and (max-width:991px){
	.sachmoi .nbs-flexisel-inner {
		height:175px;
	}
    .sachmoi .nbs-flexisel-item img {
        height:160px;
    }
}
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 36px;
    height: 36px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;    
}
.nbs-flexisel-nav-left {
    left: 15px;
    background: #03A9F4;    
    border-radius: 36px !important;
	display:none;
}
.nbs-flexisel-nav-right {
    right: 15px;
    background: #03A9F4;
    border-radius: 36px !important;
	display:none;
}
.nbs-flexisel-nav-left:after {
    font: normal normal normal 22px/1 FontAwesome;
    content: "\f104";
    color: #fff;
    position: absolute;
    top: 6px;
    left: 12px;
}
.nbs-flexisel-nav-right:after {
    font: normal normal normal 22px/1 FontAwesome;
    content: "\f105";
    color: #fff;
    position: absolute;
    top: 6px;
    right: 12px;
}