.sliderwrapper {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 630px; /*width of featured content slider*/
}



.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:0px;
width: 630px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 246px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination {
padding: 0px;
}

.pagination div {
padding:0px;
text-decoration: none; 
display:block;
}

.pagination a:hover, .pagination a.selected {
color: #000;
background-color: #ff0000;
display:block;
width:241px; height:50px;
}

.button01 a:hover, .button01 a.selected {
color: #ffffff;
background: url(http://csesamewww.s3.amazonaws.com/wp-content/uploads/2010/12/landing-button-01-01-on.jpg) top right no-repeat;
display:block;
width:241px; height:50px;
}

.button02 a:hover, .button02 a.selected {
color: #ffffff;
background: url(http://csesamewww.s3.amazonaws.com/wp-content/uploads/2010/12/landing-button-01-02-on.jpg) top right  no-repeat;
display:block;
width:241px; height:50px;
}

.button03 a:hover, .button03 a.selected {
color: #ffffff;
background: url(http://csesamewww.s3.amazonaws.com/wp-content/uploads/2010/12/landing-button-01-03-on.jpg) top right  no-repeat;
display:block;
width:241px; height:50px;
}

.button04 a:hover, .button04 a.selected {
color: #ffffff;
background: url(http://csesamewww.s3.amazonaws.com/wp-content/uploads/2010/12/landing-button-01-04-on.jpg) top right  no-repeat;
display:block;
width:241px; height:50px;
}

.button05 a:hover, .button05 a.selected {
color: #ffffff;
background: url(http://csesamewww.s3.amazonaws.com/wp-content/uploads/2010/12/landing-button-01-05-on.jpg) top right  no-repeat;
display:block;
width:241px; height:50px;
}

.Rotator-title {
	text-align:left; 
	font-weight:bold;  
	font-size: 22px; 
	color:#067591; 
	line-height: 110%; 
	padding:0px 0px 8px 5px;
	}

.Rotator-subtitle {
	text-align:left; 
	font-weight:bold;  
	font-size: 15px; 
	color:#5c5b61; 
	line-height: 110%; 
	padding:0px 0px 15px 5px;
	}
.Rotator-content {
	text-align:left;  
	font-size: 14px; 
	color:#596164; 
	line-height: 120%; 
	padding:0px 0px 8px 5px;
	}	
.Rotator-content-sm {
	text-align:left;  
	font-size: 12px; 
	color:#596164; 
	line-height: 110%; 
	padding:0px 0px 8px 5px;
	}
.Rotator-signup {
	position:absolute;
	float:left; 
	left:330px;
	top:280px;
	/* -left:0px;  ie fix if needed */
	/* -top:0px;  ie fix if needed */
	text-align:left;  
	font-size: 14px; 
	color:#596164; 
	line-height:110%; 
	padding:0px 0px 8px 5px; 
	width:200px; 
	z-index:9999px;
	
	}
	
	
	
/* Start News Slider specific */
	.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/

border-bottom-width: 1px;
width: 830px; /*width of featured content slider*/
height: 56px;
}



.sliderwrapper2 .contentdiv2{
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: 390px; /*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: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 0px;
display:none;
}

.pagination2 a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
display:none;
}

.pagination2 a:hover, .pagination2 a.selected{
color: #000;
background-color: #FEE496;
display:none;
}