.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #E4E9C8;

width: 388px; /*width of featured content slider*/
height: 172px;
float:left;
}



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

.pagination {
padding:5px 10px;
position:relative;
text-align:right;
top:128px;
width:372px;
z-index:109;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
}
.pagination a{
padding: 0 3px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #A4B344;
background-color: #fff;
}
.ecom-recent-sml-head  {
float:left;
font-size:14px;
font-weight:bold;
width:208px;
}
.ecom-recent-txt {
float:left;
font-family:Arial,Helvetica,sans-serif;
padding-left:10px;
width:208px;
}
.ecom-recent-sml-head p {
font-size:12px;
font-weight:normal;
line-height:18px;
margin:0;
padding:8px 0 0;
}
.ecom-recent-sml-head span {
color:#3D93DE;
display:block;
font-size:12px;
padding-top:3px;
text-decoration:none;
}

