.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 220px; /*width of featured content slider*/
height: 80px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 3px 10px 3px 2px;
background: white;
width: 220px; /*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;
overflow: hidden; /*leave as is*/
}

.contentdiv h5{
margin:0;
padding:0;
text-transform:uppercase;
font-family:Arial, Helvetica, sans-serif;
font-size:1.1em;
font-stretch:ultra-condensed;
color:#000000;
}
.recc{
width:202px;
height:18px;
text-indent:-900em;
background-image:url(../images/recommendhead.gif);
background-position:0 0;
background-repeat:no-repeat;
}
.whos{
width:202px;
height:18px;
text-indent:-900em;
background-image:url(../images/whohead.gif);
background-position:0 0;
background-repeat:no-repeat;
}
.measure{
width:202px;
height:18px;
text-indent:-900em;
background-image:url(../images/measurehead.gif);
background-position:0 0;
background-repeat:no-repeat;
}
.know{
width:202px;
height:18px;
text-indent:-900em;
background-image:url(../images/knowhead.gif);
background-position:0 0;
background-repeat:no-repeat;
}
.contentdiv p{
margin: 3px 0 0 0;
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:0.95em;
}
.contentdiv a{
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
text-decoration:none;
font-weight:bold;
}

.pagination{
display:none;
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: navy;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

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

.infiniteCarousel {
  width: 395px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 350px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 74px;
  margin: 0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.infiniteCarousel .wrapper ul {
  width: 840px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding:0 5px 0 0;
  height: 52px;
  width: 83px;
}

.infiniteCarousel ul li img {
    -webkit-transition: border-color 400ms;
	width:81px;
	height:52px;
}

.infiniteCarousel ul:hover li img {
  border-color: #000;
}

.infiniteCarousel ul:hover li:hover img {
  border-color: #333;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: none;
  height: 0px;
  width: 0px;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}
