.sliderwrapper{
position: relative; /* leave as is*/
/* overflow: hidden; leave as is*/

/* border: 10px solid navy;*/
/*border-bottom-width: 6px;*/


width: 980px; /*width of featured content slider*/
height: 190px;
}



.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: white; */

width: 620px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 190px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

_position: relative;
_left: 170px;

}

.pagination{
z-index:0;
position:relative;
top:-190px;
left:640px;
_top:-648px;
_left:810px;
width: 340px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
_height: 655px;
_overflow:hidden;
}

#paginate-homepage a img{
width: 140px;
height: 140px;
border: 5px solid #FFFFFF;
margin-bottom: 5px;
}

#paginate-homepage a img:hover, #paginate-homepage a.selected img{
border: 5px solid #bb2f21;
}

#homepage {
width: 620px;
height: 660px;

_width: 960px;
_height:660px;
_margin: 0 0 auto;
_overflow:hidden;
_position:absolute;
}