.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;
border-bottom-width: 0px;
width: 270px; /*width of featured content slider*/
height: 126px;
padding-bottom: 0px;
}

.sliderwrapperart{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;
border-bottom-width: 0px;
width: 340px; /*width of featured content slider*/
height: 155px;
padding-bottom: 0px;
}

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

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

.pagination{
width: 270px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 0px;
paddomg-bottom: 0px;
text-align: center;
text-shadow: #333333;
padding-left: 5px;
paddign-right: 5px;
}

.paginationart{
width: 340px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 0px;
paddomg-bottom: 0px;
text-align: center;
text-shadow: #333333;
padding-left: 5px;
paddign-right: 5px;
}

.pagination a{
font: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
}

.paginationart a{
font: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
}

a.pagination, a.pagination:hover, .pagination a:visited, pagination a:selected{
color: #FFFFFF;
font-weight: bold;
}

.paginationart a:hover, .paginationart a:visited, paginationart a:selected{
color: #FFFFFF;
font-weight: bold;
}
