.contentdivtitle{
color:#ffffff; 
font-size: 1.0em; 
font-family: "Trebuchet MS", verdana; 
font-weight: bold;
text-align: left:
vertical-align: center;
padding: 0 0 4px 5px;
background: #8888f4;;
width: 100%;
height: 100%;
}

.sliderwrapper{
position: relative; 
overflow: hidden; 

border-bottom-width: 2px;
width: 100%; /*width of featured content slider*/
height: 218px;
text-align: center;
}



.sliderwrapper .contentdiv{
visibility: hidden; 
position: absolute; 
left: 0;  
top: 0;  
padding: 0px;
background: white;
width: 100%; 
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 90%; 
text-align: right;
background-color: #8888f4;
padding: 9px 6px 0px 6px;
text-align: center;
color:#ffffff; 
font-size: 0.70em; 
font-family: "Trebuchet MS", verdana; 
}

.pagination a{
padding: 1px 5px;
text-decoration: none; 
color: #8888f4;
background: white;
font-family: verdana; 
}

.pagination a:hover {
color: #000;
background-color: #ff69c3;
}
 .pagination a.selected{
color: #000;
background-color: #ff69c3;
}
