.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/** border: 10px solid navy;**/
/** border-bottom-width: 6px; **/
width: 100%px; /*width of featured content slider*/
height: 347px;
z-index: 2;
/**
margin-left: auto;
margin-right: auto;
**/
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
bottom: 0;
padding: 0px 0px;
background: white;
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
/** height: 347px; **/
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
/**
margin-left: 0px;
margin-bottom: 0px;
**/
}

.pagination{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/

/** background-color: #b8b8b8; **/
background-image: url(/images/controls-bg.jpg);
background-repeat: repeat-x;
/** padding: 0px 0px; **/
/** margin-left: 0px; **/
margin-top: 0px;
margin-bottom: 0px;
/**
margin-top: 0px;
height: 20px;
line-height: 15px;
**/



	border-style: none;
	border-width:1px;
z-index: 2;
}

.pagination a{
padding: 0px 0px;
margin-left: 0px;
margin-top: 0px;


background: #8c8c8c;
/**
line-height: .2em;
font-family: verdana;
font-size: .9em;
**/
}

.pagination a:hover, .pagination a.selected{
background-image: url(/images/blank.gif);
background-repeat: repeat-x;
color: #676767;
background-color: #676767;
padding: 0px 0px;
text-decoration: none; 
}


