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


.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: 682px; /*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;
}



.pagination{
width: 682px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #c43b17;
padding: 3px 0 5px 0;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
}

.pagination a{
padding: 5px 10px;
text-decoration: none; 
color: #ffffff;
background: #c43b17;
border-left: 1px #dc8c77 solid;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #32601f;
}

/* Product Slider */
.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
width: 682px; /*width of featured content slider*/
height: 244px;
}

.sliderwrapper2 .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: 682px; /*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;
}

.pagination2{
width: 682px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #32601f;
padding: 3px 0 5px 0;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
}

.pagination2 a{
padding: 5px 10px;
text-decoration: none; 
color: #ffffff;
background: #32601f;
border-left: 1px #839f78 solid;
}

.pagination2 a:hover, .pagination2 a.selected{
color: #ffffff;
background-color: #acd47e;
}



#slideContent1 {
background-image:url(../images/slide-cn-1.jpg)
}

#slideContent2 {
background-image:url(../images/slide-cn-2.jpg)
}

#slideContent3 {
background-image:url(../images/slide-cn-3.jpg)
}

#slideContent4 {
background-image:url(../images/slide-cn-4.jpg)
}

#slideContent5 {
background-image:url(../images/slide-cn-5.jpg)
}

.slideContentBox1 {
width:300px; 
position:relative; 
top:70px; 
left:21px; 
font: normal 120%/120% 'Gill Sans', Calibri, Trebuchet, sans-serif; 
color: #fff;
}

.slideContentBox1 a {
   text-decoration: underline;
	 color: #fff;
   }

.slideContentBox1 a:hover{
   color: #89B250;
   }	 
