/*
	Note:

	The urls used in the background images should be changed 
	to reflect the location of your own image folder.
	
*/

a.external {
	position: relative;
	padding-right: 16px;
	background: url(../images/external-link.gif) no-repeat right center;
}

a.new-window {
	background: url(../images/new-window-link.gif) no-repeat right center;
}

span.new-window {
	position: absolute;
	top: 0;
	left: -4000px;
	font-size: .9em;
}
