
@import url(https://fonts.googleapis.com/css?family=PT+Sans);
.clearout {
height:20px;
clear:both;
}

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

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
#flexiselDemo3 li
{
	padding:10px;
	/*background-color:#eeeeee;	
	border-bottom:1px solid #000;*/
	/*! margin-right:5px; */
	margin-top:25px;
	width: 340px !important;
}

.nbs-flexisel-ul {
    position:relative;
    width:19050px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    /*text-align:center;  */
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    
}

.nbs-flexisel-item {
    float:left;
   
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:340px;
    max-height:268px;
	/*! border:1px solid #c2c2c2; */
	
}

/*** Navigation ***/

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

.nbs-flexisel-nav-left {
    left: 545px;
	top:-16px !important;
	
	
    background: url(../images/button-previous.png) no-repeat;
	
}

.nbs-flexisel-nav-right {
     left: 595px;
	top:-61px !important;
    background: url(../images/button-next.png) no-repeat;
}
.slider-font
{
	font-family: 'PT Sans', sans-serif;
	font-size:15px;
	text-decoration:none;
	color:#000;
}
@media (min-width:768px) and (max-width: 1024px)
{
	.nbs-flexisel-nav-left {
     /*! display:none; */
	
    background: url(../images/button-previous.png) no-repeat;
	
     left: 278px !important;
}

.nbs-flexisel-nav-right {
    
	/*! display:none; */
	
    background: url(../images/button-next.png) no-repeat;
	left: 332px;
}
}
@media (min-width:320px) and (max-width: 480px)
{
.nbs-flexisel-nav-left {
     /*! display:none; */
	
    background: url(../images/button-previous.png) no-repeat;
	
     left: 68px !important;
}

.nbs-flexisel-nav-right {
    
	/*! display:none; */
	
    background: url(../images/button-next.png) no-repeat;
	left: 118px;
}
}
@media (min-width:360px) and (max-width: 640px)
{
.nbs-flexisel-nav-left {
     /*! display:none; */
	
    background: url(../images/button-previous.png) no-repeat;
	
     left: 250px !important;
}

.nbs-flexisel-nav-right {
    
	/*! display:none; */
	
    background: url(../images/button-next.png) no-repeat;
	left: 305px;
}
}
@media only screen and (max-width: 480px)
{
#flexiselDemo3 li
{
width: 320px !important;
}
}