.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 1000px; /*width of featured content slider*/
height: 250px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 1000px; /*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: 1000px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
}
.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #333333;
}
.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #68bbde;
}
#sliderContent{
	position: relative;
}
#sliderText{
	width: 375px;
	height: 75px;
	position: absolute;
	z-index: 800;
	background-color: #333333;
	bottom: 0px;
	left: 15px;
	padding: 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#sliderText p{
	color: #ffffff;
	margin: 0;
	padding: 0;
}
#sliderText h2{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
}
.sliderText{
	color: #ffffff;
	margin: 0;
	padding: 0;
    font-size:12px;
    font-weight:600;
}
.sliderText a{
	 color: #5da8c7;
}
/* Second Slider */
.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 730px; /*width of featured content slider*/
height: 400px;
}
.sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 730px; /*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: 200px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
}
.pagination2 a{
padding: 0 5px;
text-decoration: none; 
color: #333333;
}
.pagination2 a:hover, .pagination2 a.selected{
color: #68bbde;
}
.contentdiv h3{
	padding: 0px;
	margin: 0px;
}
