.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #606060;
border-bottom-width: 0px;
width: 625px; /*width of featured content slider*/
height: 214px;
background: none;
}




.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
margin-left: 15px;
background: none;
width: 625px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 225px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
font-size: 12px;
}

.sliderwrapper1{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #606060;
border-bottom-width: 0px;
width: 675px; /*width of featured content slider*/
height: 325px;
background: none;
}




.sliderwrapper1 .contentdiv1{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
margin-left: 15px;
background: none;
width: 655px; /*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;
font-size: 12px;
}


.pagination{
width: 1000px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 60px;
text-align: center;
background: none;
padding-top: 5px;
padding-bottom: 5px;
border: 0px solid #606060;
}
.pagination img{
	border: 4px solid #F9C80F;

}

