body {
/* background:#110641a8; */
background:#182494;
font-family:Arial, sans-serif;
color:azure
}

p {
margin-bottom:20px;
}

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
	height:0px;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
	height:0px;
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    
    /* background:#fcfcfc; */
    /* background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); */
    /* background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); */
    /* background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); */
    /* background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); */
    /* background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); */
    /* background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); */
    /* border:5px solid #c90f0fad; */
    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;
}
<!--.nbs-flexisel-item img {
    height: auto !important;
	width:auto !important;
    cursor: pointer;
    position: relative;
    /*margin-top: 10px;
    margin-bottom: 10px;
    max-width:196px;*/
    /*max-height:45px;*/
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 30px;
    height: 47px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel--left {
    left: -30px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -30px;
    background: url(../images/button-next.png) no-repeat;
}
@media screen and (max-width: 640px) {
.nbs-flexisel-nav-left {
    left: 0px;
}

.nbs-flexisel-nav-right {
    right: 0px;
}
.nbs-flexisel-item img {
    height: 190 !important;
	width:200px !important;
    cursor: pointer;
    position: relative;
    margin-right:10px;
}

}
@media screen and (max-width: 640px) {
	.nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
    width: 30px;
    height: 47px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
	display:none;
}}

@media screen and (max-width: 360px) {
	.nbs-flexisel-item img {
    height: auto !important;
	width:297px !important;
    cursor: pointer;
    position: relative;
    margin:0px 24px 0px 24px !important;
}
.nbs-flexisel-ul li {
    position:relative;
    height: auto !important;
	width:297px !important;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    margin-right:1px !important;
    margin-left:24px !important;
}
.nbs-flexisel-nav-left {
    left: 0px;
}

.nbs-flexisel-nav-right {
    right: 0px;
}

.nbs-flexisel-inner {
    border-radius:0px;
    float: left;
    margin-left: 11px;
    overflow: hidden;
    width: 96%;
}
}
@media screen and (max-width: 320px) {
	
	.nbs-flexisel-item img {
    height: auto !important;
	width:300px !important;
    cursor: pointer;
    position: relative;
    margin:0px 60px 0px 0px !important;
}
.nbs-flexisel-ul li {
    position:relative;
    height: auto !important;
	width:297px !important;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    margin-right:20px !important;
    margin-left:-6px !important;
}
}


