.nbs-flexisel-container {



    position:relative;



    max-width:100%;

	

	border-radius:4px;

	/* background-color:rgba(255,255,255,0.7);*/

	 overflow:hidden;



}



.nbs-flexisel-ul {



    position:relative;



    width:9999px;



    margin:0px 0px 0px 20px;



    padding:0px;



    list-style-type:none;   



    text-align:center;  

list-style:none;

}







.nbs-flexisel-inner {



    overflow:hidden;



    float:left;



    width:94%; 

	margin:0 30px;



}







.nbs-flexisel-item {



float: left;
cursor: pointer;
position: relative;
line-height: 0px;
width: 200px !important;
height: 200px !important;
overflow: hidden;
margin: 0px 17px 0px 0px;
padding: 0px;



}



.nbs-flexisel-item img {



    cursor: pointer;



    position: relative;




width: 95% !important;
height: 100% !important;

}

.nbs-flexisel-item a{ display:block; height:100%;}





/*** Navigation ***/







.nbs-flexisel-nav-left,



.nbs-flexisel-nav-right {



    width: 22px;



    height: 22px; 



    position: absolute;



    cursor: pointer;



    z-index: 100;



    opacity: 0.5;



}







.nbs-flexisel-nav-left {



    left: 10px;



    background: url(../images/button-previous.png) no-repeat;



}







.nbs-flexisel-nav-right {



    right: 5px;



    background: url(../images/button-next.png) no-repeat;



}
#sliderContentTitle{position: absolute;
bottom: -30;
padding: 15px 0px 15px 5px;
width: 92.5%;
background-color: rgba(0,0,0,0.7);
color: #fff;
text-align: left; font-size:10px; transition:0.6s; left:5px;}
.nbs-flexisel-item:hover > #sliderContentTitle{ bottom:0; transition:0.6s;}