.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 0px;
width: 700px; /*width of featured content slider*/
height: 620px;
text-align: center;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 10px;
background: #FFF;
width: 676px; /*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;
text-align: center;
border: 2px solid #444;
}

.pagination{
width: 160px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #FFF;
padding: 5px 10px;
float: right;
/* border: 2px solid #444; */
margin: 2px;
}




#paginate-slider1 {
background-color: #FFFAFA;
/* border: 1px solid #C00;
margin: 2px; */
}



img.thumbnail {
width: 150px;
margin: 3px;
border: 2px solid;
*border: 2px solid #600;
}

#display a:link {
color: #600;
}


#display a:hover {
color: #F00;
}

#display a:active {
color: #F00;
}

#display a:selected {
color: #F00;
}

#display a:visited {
color: #600;
}