/* new base css */
a.morezoom {
	/* -moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding; */
	padding-right:20px;
	white-space:nowrap;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/cm/zoombox-s.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

a.morezoom:hover {
text-decoration:underline;
}

a.more:hover {
text-decoration:underline;
}

a:link, a:visited, a:active {
text-decoration:none;
}

.morezoom {
text-align:right;
}

a {
color:#0088CC;
}
