.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
 /*width of featured content slider*/
height: 227px;
}



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

.pagination{
 /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding:3px;
bottom:30px;
z-index:999;
/*filter: alpha(opacity=80); -moz-opacity:0.80;*/
width:490px;
margin-left:0px;
position:relative;
float:right;
margin-right:15px;
}

.pagination a{
padding: 3px 7px;
text-decoration: none; 
border:1px solid #ccc;
color: #ccc;
background-color:#eee;
font-weight:bold;
margin-left:5px;
}

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



.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
 /*width of featured content slider*/
height: 159px;
}



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

#paginate-slider2 {
 /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
display:none;
}

.ballon-tekst{
 /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 0px;
bottom:48px;
z-index:999;
/*filter: alpha(opacity=80); -moz-opacity:0.80;*/
width:180px;
margin-left:0px;
position:relative;
color:#fff;
font-weight:bold;
font-size:14px;
}
