div.scroller {
    /* modify width and height of scrolling section if necessary	*/
    width: 230px;
    height: 145px;
    overflow: hidden;
    border: none;
    margin: 0 0 0 10px;
}

div.scroller div.section {
    /* modify width and height of each section as needed (should match the size of the scroller window)	*/
    width: 230px;
    height: 145px;
    overflow: hidden;
    float: left;
}
div.scroller div.section p{
color:#fff;
}
div.scroller div.content {
    width: 10000px;
}

/*personalizzazioni*/
div.scroller img {
    display: block;
    margin: 0 0 10px 0;
}

div.scroller .thumb {
    border: 1px solid #B2B2B2;
    display: none !important;
    padding: 4px;
}

div.scroller a {
    font-weight: bold;
text-decoration:none !important;
color:#fff;
}

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: #59ac26;
    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: 10px 0 0 185px;
display:block;
}

.tasti-glider a{

	display:inline;
	
}

.tasti-glider img {
    margin: 0 0 0 15px;
	display:inline;
	
}