.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px; /*width of featured content slider*/
width: 495px;
height: 380px;
}



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

.pagination{
width: 495px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
margin-bottom: 10px;
height: 25px;
}

.pagination a {
padding: 0px 0px 0px 16px;
text-decoration: none;
background: url('images/showcase/blue-arrow.jpg') left no-repeat;
height: 25px;
width: 32px;
float: left;
}

.pagination a:hover, .pagination a.selected{
color: #000;
}



/* Jesse Style */

.toc {width: 48px;}


.toc img {border: 0px;}

.pagination a img {margin-left: ;