.contentslide{
border: 10px solid #FFB920;
border-bottom-width: 6px;
padding: 0px;
height: 160px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.spotLight{
background:#FFB920 url(images/sfondo_spotlight.jpg) top right repeat-x;
}

.titolo{
font-size:16px;
font-weight:bold;
}

.titolo a{
padding: 0 5px;
text-decoration: none; 
color: #336699;
}

.titolo a:hover, .titolo a.selected{
/*background-color: #E4EFF8;*/
}

.descrizione{
font-size:12px;
padding:4px;
line-height:16px;
color: #FFFFFF;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
font-family: verdana,Arial, Helvetica, sans-serif;
font-size:10px;
text-align: left;
background-color: #FFB920;
border: 10px solid #FFB920;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0px 0 5px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 100%; /*IE5 width*/
w\idth: 100%; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: #FFCC66;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #E4EFF8;
}