div.scroller {
    /* modify width and height of scrolling section if necessary	*/
    width: 230px;
    height: 190px;
    overflow: hidden;
    border: none;
    margin: 0 0 0 10px;
}

div.scroller div.section {
float: left;
    /* modify width and height of each section as needed (should match the size of the scroller window)	*/
    width: 230px;
    height: 190px;
    overflow: hidden;
float:left !important;
}

div.scroller div.content {
    width: 10000px;
}

div.scroller  h1{
line-height:110%;
margin:0 0 10px 0;
}

div.scroller  p{
line-height:130%;
}

/*personalizzazioni*/
div.scroller img {
    
    margin: 0 0 10px 0;
}

div.scroller .thumb {
    border: 1px solid #B2B2B2;
    display: none !important;
    padding: 4px;
}

div.scroller a {
    font-weight: bold;
}

div.scroller div.data_calendario {
    color: gray !important;
    font-size: 11px !important;
    font-weight: normal !important;
    clear: both;
    text-decoration: none !important;
    padding-left: 0;
}

div.scroller div.data {
    float: none !important;
    font-size: 14px;
    color: #FD9800;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0 !important;
    text-transform: lowercase;
}

div.scroller div A:active A:hover A:focus A:visited {
    display: block;
    margin: 0 0 0 15px !important;
    text-decoration: none;
}

.news .testo_destra {
    float: right;
    margin-right: 15px;
}

.news .testo_destra img {
    margin-left: 15px;
}

.tasti-glider {
    margin: 0 0 0 175px;
display:block;
}

.tasti-glider a{

	display:inline;
	
}

.tasti-glider img {
    margin: 0 0 0 5px;
	display:inline;
	
}
