#mainNews .sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
left: 21px;
top: 45x;
width: 627px;
height: 223px;
}

#mainNews .sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 627px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 223px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#mainNews .sliderwrapper .contentdiv a{
border: none;
text-decoration: none;
}

.pagination {
width: 627px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 45px;
text-align: right;
}

.pagination a{
display: inline-block;
width: 20px;
height: 45px;
text-decoration: none;
background:url("../images/swdot.png") 0 0 no-repeat;
}

.pagination a:hover, .pagination a.selected{
width: 20px;
height: 45px; 
background:url("../images/swdot_hover.png") 0 0 no-repeat;
}

#mainQuotes .sliderwrapper{
overflow: hidden; /*leave as is*/
width: 660px;
height: 117px;
}

#mainQuotes .sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 660px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 117px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#mainQuotes .sliderwrapper .contentdiv a{
border: none;
text-decoration: none;
}

#expSlider .sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
left: 0px;
top: 0;
width: 669px;
height: 383px;
}

#expSlider .sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 669px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 383px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#expSlider .sliderwrapper .contentdiv a{
border: none;
text-decoration: none;
}
#expSlider .pagination {
display:none;
}

.contentdiv .alignleft { width: 235px; float: left; margin-left: 19px; margin-right: 21px; margin-top: 19px; }
.contentdiv .alignleft h3 a { font-family: Arial, Verdana, Tahoma; font-size: 16px; line-height: 28px; color: #fff; text-decoration: none; font-weight: normal; }
.contentdiv .alignleft .summary { font-size: 13px; color: #fff; line-height: 22px; margin-bottom: 5px; }
.contentdiv .image img { float: right; margin-top: 6px; margin-right: 6px; }