p {
margin-bottom:7px;
font-weight: bold;
font-size: 11pt;

}



.tarto {
position:relative;
margin:1px auto;
text-align:center;
width:700px;
height:173px;
color: #666;
font-weight: bold;
font-size: 11pt;
font-family:Tahoma, sans-serif;
margin-top:10px;

}


.clearout {
height:40px;
clear:both;
}

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

.nbs-flexisel-container {
    position:relative;
	width: 700px;
	height:	150px;
	border:1px solid #ccc;

}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:620px;
    background:#eee;
    border:0px solid red;	
    padding-left:40px;
    padding-right:40px;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:0px 0px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 10px;
    background: rgba(0,0,0,0.5);
    color: #fff; 
	height: 130px;
	width: 39px	
}

.nbs-flexisel-nav-left {
    left: 0px;
	background-image: url("lt.png");
}


.nbs-flexisel-nav-left.disabled {
    opacity: 0.3;
}

.nbs-flexisel-nav-right {
    right: 0px;    
	background-image: url("rt.png");
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.3;
}