
PK 
.clearout {
height:20px;
clear:both;
}
#flexisel2Demo1, #flexisel2Demo2, #flexisel2Demo3 {
display:none;
}
.nbs-flexisel2-container {
position:relative;
max-width:100%;
}
.nbs-flexisel2-ul {
position:relative;
width:9999px;
margin:0px;
padding:0px;
list-style-type:none;
}
.nbs-flexisel2-inner {
overflow:hidden;
float:left;
width:100%;
}
.nbs-flexisel2-item {
float:left;
cursor:pointer;
position:relative;
}
/*** Navigation ***/
.nbs-flexisel2-nav-left,
.nbs-flexisel2-nav-right {
width: 22px;
height: 22px;
position: absolute;
cursor: pointer;
}
.nbs-flexisel2-nav-left {
left: -43px;
background: url(../../img/leftred.png) no-repeat;
}
.nbs-flexisel2-nav-right {
right: -10px;
background: url("../../img/rightred.png") no-repeat scroll 0% 0% transparent;
}
.nbs-flexisel2-nav-left:hover{
left: -43px;
background: url(../../img/leftblue.png) no-repeat;
}
.nbs-flexisel2-nav-right:hover {
right: -10px;
background: url(../../img/rightblue.png) no-repeat;
}


PK 99