#leftContenthome  div.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
border-bottom-width: 6px;
width: 220px; /*width of featured content slider*/
height: 1050px;
background-color:#999999;
}

#leftContenthome  div.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: auto; /*width of content DIVs within slider. Total width should equal slider's inner width  */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
font-size:12px;
}

#leftContenthome  div.pagination{
width: auto; 
text-align: right;
padding: 5px 0px 0px 0px;
/*border:1px solid #ffffff;*/
}

#leftContenthome  div.pagination a{
padding: 0px;
text-decoration: none; 
color: #000000;
font-size:80%
}

#leftContenthome  div.pagination a:hover, #leftContenthome  div.pagination a.selected{
color: #666666;
font-size:80%
padding: 0px;
}