/*pagina realizzazione siti web*/
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #c00504;
border-bottom-width: 6px;
width: 435px; /*width of featured content slider*/
height: 250px;
float: left;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 423px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 435px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #fff;
height: 100%;
}

.pagination a:link {
text-decoration: none; 
background: transparent;
width: 112px;
height: 21px;
vertical-align: middle;
border-bottom: none;
}

.pagination a:hover, .pagination a.selected{
background-color: #c00504;
}


/*pagina open source e download*/
.sliderwrapper-open{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #c00504;
border-bottom-width: 6px;
width: 677px; /*width of featured content slider*/
height: 950px;
float: left;
}

.sliderwrapper-open .contentdiv-open{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 670px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination-open{
width: 670px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: #fff;
height: 100%;
}

.pagination-open a:link {
text-decoration: none; 
background: transparent;
width: 112px;
height: 21px;
vertical-align: middle;
border-bottom: none;
}

.pagination-open a:hover, .pagination-open a.selected{
background-color: #c00504;
}