.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid transparent;
border-bottom-width: 6px;
width: 150px; /*width of featured content slider*/
height: 800px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: transparent;
width: 150; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
align: center;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);

}

.pagination{
align: center;
width: 150px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: transparent;
padding: 5px 10px;
}

.pagination a{
align: center;
padding: 0 5px;
text-decoration: none;
font-weight: bold;
font-style1:oblique;
font-size: 14px;
color: #000000;
background1: white;

}

.pagination a:hover, .pagination a.selected{
align: center;
color: #df6929;

}
