/* CSS Document */
#modImageViewer h4	{
	margin-left: 5px; 
	font-size: 12px;
	margin-bottom: 5px;
}

#modImage	{
	margin-bottom: 8px;
	border: 0px;
}

.modImageLink	{
	display: block;
	float: left;
	width: 8px;
	height: 8px;
	background-color: #FF9900;
	margin-left: 4px;
	margin-right: 4px;
	text-decoration: none;
	font-size: 1px;
}

.modImageLinkActive	{
	display: block;
	float: left;
	width: 8px;
	height: 8px;
	background-color: #FF0000;
	margin-left: 8px;
	text-decoration: none;
	font-size: 1px;
}
