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

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

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

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

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

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

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

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

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

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

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

#expSlider .sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 600px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 195px;
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;
}

