.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width:196px; /*width of featured content slider*/
	height:215px;
	vertical-align:top;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width:196px; /*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;
vertical-align:top;
background-color:#f6f5f5;
}

.pagination{
width: 196px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
color:#f6f5f5;
background-color:#f6f5f5;
}

.pagination a{
font-size:1px;
color:#f6f5f5;
text-decoration: none; 
background-color:#f6f5f5;
}

.pagination a:hover, .pagination a.selected{
background-color:#f6f5f5;
color:#f6f5f5;
}








.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 2px solid #b2c365;
width: 260px; /*width of featured content slider*/
height: 130px;
vertical-align:top;
}



.sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 320px; /*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;
vertical-align:top;
}

.pagination2{
width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: white;
padding: 5px 10px;
}

.pagination2 a{
font-size:1px;

text-decoration: none; 
color: white;
background: white;
}

.pagination2 a:hover, .pagination2 a.selected{
color: #white;
background-color: #white;
}
