@charset "utf-8";
/* paginacolonna */



.colonnasx{
	margin-top:5px;
	float:left;
	width:360px;
	height:auto;
}

.colonnadx{
	margin-top:5px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	width:580px;
	height:auto;
	
}

.bordo{
	border:1px solid #CCC;
}

.titoletto{
/*	float:left;  */
	display:inline-block;
	font-family:"HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed","Open Sans Condensed", Tahoma, Verdana, Arial;
	font-size: 17px;
	color:#999;
	font-weight:bold;
}

.colonnadx p{
	line-height:19px;
	margin-top:5px;
	float:left; 
	font-family:"HelveticaNeue-Condensed", "HelveticaNeueCondensed", "HelveticaNeue-Condensed", "Helvetica Neue Condensed","Open Sans Condensed", Tahoma, Verdana, Arial;
	font-size:19px;
	font-weight:normal;
	color:#999;
	text-align:justify;	
}

.colonnadx p a {
	text-decoration:none;
	color:#b51520;
	}

#logoslider {
	display:none;
}

.nbs-flexisel-container {
    position:relative;
	width:360px;
    
}
.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:310px;
    background:#fff;
    border:none; 
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
	
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}

/*** 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 {
    right: 26px;
    background: url(/images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(/images/button-next.png) no-repeat;
}