.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;*/
/*border-bottom-width: 6px;*/
width: 400px; /*width of featured content slider*/
height: 80px;
background: #ffffff;
}


.sliderwrapperfoto{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;*/
/*border-bottom-width: 6px;*/
width: 400px; /*width of featured content slider*/
height: 150px;
background: #ffffff;
}


.contentdiv-sliderristo{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
/*padding: 5px;*/
background: #fffff;
width: 390px; /*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;
padding:5px;
}

.contentdiv-sliderfoto{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
/*padding: 5px;*/
background: #fffff;
width: 400px; /*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: 390px;
position:absolute;
z-index:auto;
top:338;
right:10;
font-size:12px;
text-align: right;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #C32D32;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #C32D32;
}

.altriprod{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
