.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;
}

.contentdiv p {font-size: 16px; text-align: left;}
.contentdiv h1 {font-size: 19px;}
.text {float: left; width: 275px; height: 235px; margin-top: 10px; margin-left: 5px;}
.image {float: left; margin-left: 40px; width: 613px; height: 214px; padding-top:15px;}

.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;

}





.sliderwrapper2 {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #606060;
border-bottom-width: 0px;
width: 950px; /*width of featured content slider*/
height: 286px;
background: none;
text-align: center;
}




.sliderwrapper2 .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: 950px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 286px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
font-size: 12px;
text-align: left;
color: #ffffff;
}









.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;

}

.pagination1{
width: 992px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 60px;
background-color: #000000;
color: #ffffff;
text-align: left;
background: #191919;
border: 4px solid #FECC00;
padding-top: 10px;

}

.pagination1 a{
font-weight: bold;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 9px;
padding-right: 9px;
text-decoration: none; 
color: #ffffff;
background: #0A0A0A;
}

.pagination1 img{

}
.pagination1 a:hover, .pagination1 a.selected{
color: #000;
background-color: #FEC600;
}

