.sliderwrapper
{
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    width: 278px; /*width of featured content slider*/
    height: 208px;
    border:solid 1px #d12612;
}

.sliderwrapper .contentdiv
{
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background: #CCCCCC;
	width: 278px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;







    filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
	opacity: 1;
	visibility: hidden;
}

.sliderwrapper img
{
    float:left;width:278px;height:208px;
}

.pagination
{
    float:left;
    display:inline;
    width: 258px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
    height:17px;line-height:17px;
    text-align: right;
    padding: 5px 10px;
    border:solid 1px #d12612;border-top:none;
}

.pagination a
{
    padding: 0 5px;
    text-decoration: none; 
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #a5a5a5;
}

.pagination a:hover, .pagination a.selected
{
    color: #000;
}
