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


PK 99