body {
background:#fff !important;
font-family:Arial, sans-serif;
}

p {
margin-bottom:20px;
}

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

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
z-index:999999 !important;
}

.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;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:#fff;
    background: #fff -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fff -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fff -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fff -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    background: #fff linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
    border:none;
    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;
	margin-top:25px !important;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    max-width:100%;
    max-height:220px;
	
/*    max-width:240px;
    max-height:235px;
*/	border:1px solid #ddd;
	border-radius:5px;
	padding:5px;
}

/*** Navigation ***/

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

/*.nbs-flexisel-nav-left {
    right: 30px;
    background:url(../images/proo-pre.png) no-repeat;
	margin-top:-122px;
	width:30px;
	height:30px;
	}
*/
.nbs-flexisel-nav-left {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/proo-pre.png");
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto auto;
  height: 30px;
  margin-top: -100px !important;
  right: 49px;
  width: 33px;
}	
.nbs-flexisel-nav-left:hover{
	background-color:#000 !important;
	/*opacity:-4;*/
	}

.nbs-flexisel-nav-right {
	right: 13px;
	background:url(../images/proo-next.png) no-repeat;
	margin-top:-100px !important;
	width:33px;
	height:30px;
}
.nbs-flexisel-nav-right:hover{
	background-color:#000 !important;
/*	opacity:-4;
*/	}