.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border-bottom-width: 1px;
	width: 462px; /*width of featured content slider*/
	height: 332px;
	background-image: url(../fun/click2_call/images/bg.jpg);
	background-repeat:no-repeat;
	
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 10px;
margin: 40px 0 0 5px;
background: white;
width: 420px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 200px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}


#paginate-slider2 { width: 400px; height: 300px; padding: 290px 0 0 0; margin: 5px; text-align: right; text-decoration: none;}


.pagination {
font: Verdana;
font-size:11px;
text-decoration: none;
text-align: right;
padding: 0;
}

#paginate-slider2 .pagination a{
padding: 0 5px;
font: Verdana;
font-size:11px;
text-decoration: none; 
text-align: right;
color: #00007D;
font-weight:bold;
background: white;

}
#paginate-slider2 .next { 
  display: inline;
}

#paginate-slider2 .pagination a:hover, .pagination a.selected{
color: #000;
background-color: #DFF1FB;
font-weight:bold;
}

