.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 820px; /*width of featured content slider*/
height:38px;
float:left;
padding:0px 0px 0px 0px;
}
.sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 810px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
padding:8px 0px 0px 10px;
background:  url(../images/news-repete.jpg) top left repeat-x;
}


.pagination2{
width: 30px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
float:left;
padding:15px 0px 0 0;
color:#180e02;
}
.pagination2 a{
float:left;
cursor:pointer;
margin:0px;
}

.prev{
float:left;
padding-right:5px;
}


.sliderwrapper3{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 921px; /*width of featured content slider*/
height:310px;
float:left;
padding:0px 0px 0px 0px;
}
.sliderwrapper3 .contentdiv3{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 921px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
padding:0px 0px 0px 0px;
}


.pagination3{
/*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
float:left;
}
.pagination3 ul{
padding:0px;
margin:0px;
}

.pagination3 li{
float:left;
padding:0px 2px;
}

.pagination3 li a{
background: url(../images/pagi.png) top left no-repeat;
height:8px;
width:8px;
float:left;
text-indent:-9999px;
}

.pagination3 li a:hover, .pagination3 li a.active{
background: url(../images/pag-act.png) top left no-repeat;
}


