.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 6px solid #ffffff;
width: 448px; /*width of featured content slider*/
height: 155px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 448px; /*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: 440px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color:#ffffff;
padding: 5px 10px; background-image:url(../images/ofertebg.jpg); background-position:5px center; background-repeat:no-repeat;
}

.pagination a{
padding: 0px 5px 2px 5px;
width:9px; height:19px;
text-decoration: none; 
color: #004c98;
font-size:14px;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff; background-image:url(../images/pagehover.jpg); background-repeat:top left; background-repeat:no-repeat;}




/* SECOND CONTENT SLIDER */

.sliderwrapper2{
float:left;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 5px solid #ffffff;
width: 300px; /*width of featured content slider*/
height: 200px; margin-top:15px;
}



.sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 300px; /*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;
}

.pagination2{
margin-top:15px;
float:left;
width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;}
.pagination2 a {float:left; border:1px solid #ffffff; margin-bottom:5px;}

.pagination2 a:hover, .pagination2 a.selected{border:1px solid #ff8900;}
