
#flexiselDemo1 { 
	padding:0;
	list-style-type:none;
}

#flexiselDemo1 li{
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
	width: 190px;
}

#flexiselDemo1 li img { width:182px; height:182px; }
#flexiselDemo1 li a { width:182px; height:182px; display:inline-block;}
#flexiselDemo1 li a:hover{outline:0px; background:url(../images/icon-zoom.png) no-repeat center center #5c1063;}
#flexiselDemo1 li a:hover img{ opacity:0.3; background:#5c1063}
@media (max-width: 1200px) {
	#flexiselDemo1 li{ width:156px;}
	#flexiselDemo1 li img { width:156px;}
	#flexiselDemo1 li a { width:156px;}
	
}
@media (max-width: 992px) {
	#flexiselDemo1 li{ width:120px;}
	#flexiselDemo1 li img { width:120px;}
	#flexiselDemo1 li a { width:120px;}
}
@media (max-width: 780px) {
	#flexiselDemo1 li{ width:33%; margin-bottom:15px;}
	#flexiselDemo1 li img { width:90%;}
	#flexiselDemo1 li a { width:90%;}
}
@media (max-width: 600px) {
	#flexiselDemo1 li{ width:50%; margin-bottom:15px;}
	#flexiselDemo1 li img { width:90%;}
	#flexiselDemo1 li a { width:90%;}
}




#flexiselDemo2, #flexiselDemo3 {
display:none;
}

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

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {

    cursor: pointer;
    position: relative;
	background:#66116d;

}

/*** Navigation ***/

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

.nbs-flexisel-nav-left {
    left:-30px;
    background: url(../images/crausal-arrow-left-2.png) no-repeat top left;
}
.nbs-flexisel-nav-left:hover, .nbs-flexisel-nav-right:hover{background-position:left bottom}

.nbs-flexisel-nav-right {
    right:-30px;
    background: url(../images/crausal-arrow-right-2.png) no-repeat top left;
}

