img.dx {
border: solid 1px #B9C1C8;
padding: 3px;
margin-right: 10px;
margin-bottom: 10px;
opacity:0.85;
filter:alpha(opacity=85);
}

img.dx:hover {
border: solid 1px #0671AD;
opacity:1;
filter:alpha(opacity=100);
}

img.sx {
border: solid 1px #0671AD;
padding: 3px;
margin-left: 10px;
margin-bottom: 10px;
opacity:0.85;
filter:alpha(opacity=85);
}

img.sx:hover {
border: solid 1px #0671AD;
opacity:1;
filter:alpha(opacity=100);
}

img.no-margin {
border: solid 1px #B9C1C8;
padding: 3px;
opacity:0.85;
filter:alpha(opacity=85);
}

img.no-margin:hover {
border: solid 1px #0671AD;
opacity:1;
filter:alpha(opacity=100);
}

img.dx-nolink {
border: solid 1px #B9C1C8;
padding: 3px;
margin-right: 10px;
margin-bottom: 10px;
}

img.sx-nolink {
border: solid 1px #B9C1C8;
padding: 3px;
margin-left: 10px;
margin-bottom: 10px;
}

img.no-margin-nolink {
border: solid 1px #B9C1C8;
padding: 3px;
margin-bottom: 10px;
}

